wkhtmltopdf-api Command Line Tool
In short, the script acts as a wrapper for Wkhtmltopdf. It replaces the local binary and transfers the job of generating pdf files to an external api.
Install from PyPI:
pip install wkhtmltopdf-api
-
REPORT_API_URL: str, required
-
REPORT_API_TIMEOUT: seconds, default 300
-
REPORT_API_SIZE_LIMIT: bytes, default 100000000 (100mb)
-
WKHTMLTOPDF_VERSION: str, default 0.12.6
Same as wkhtmltopdf, see options : https://wkhtmltopdf.org/usage/wkhtmltopdf.txt
wkhtmltopdf-api --disable-local-file-access --cookie session_id abcd --quiet --page-size A4 --margin-top 40.0 --dpi 90 --zoom 1.0666666666666667 --header-spacing 35 --margin-left 7.0 --margin-bottom 28.0 --margin-right 7.0 --orientation Portrait --header-html /tmp/report.header.tmp.xxx.html --footer-html /tmp/report.footer.tmp.xxx.html /tmp/report.body.tmp.xxx.html /tmp/report.tmp.xxx.pdf