This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ | |
| HTML to PDF Converter | |
| Converts all HTML files in a specified folder to a single PDF file. | |
| """ | |
| import os | |
| import sys | |
| import argparse | |
| from pathlib import Path | |
| from weasyprint import HTML, CSS |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| #------------------------------------------------------------------------------------ | |
| # What: Download a dataset in JSON format from coches.net | |
| # Author: Fran Lozano <franloza.com> | |
| # License: MIT License <https://choosealicense.com/licenses/mit/> | |
| # Copyright (c) 2022 Fran Lozano | |
| #------------------------------------------------------------------------------------ | |
| #------------------------------------------------------------------------------------ | |
| # SCRIPT CONFIGURATION |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.