django-wkhtmltopdf
django-wkhtmltopdf copied to clipboard
Django Wrapper to the PDF Renderer: wkhtmltopdf
related to #105 .
if anyone gets Webkit error 127 it might be due to the fact that pdf names need to have the .pdf explicitly put in the filename
It would be great to see the code-coverage for this project `;)`
We've had a few people contributing now, so we should layout the guidelines for simple things like code standards, etc.
I have a django app I am trying to print a leaflet map in pdf using django-wkhtmltopdf, but the map is not rendering correctly. I even try to give more...
I was working with my django app on my localserver and There was a view that shows me pdf using wkhtmltopdf, when I decided to dockerize my app this result...
If you set new waf rule to block specific countries on cloudflare, and if html page has qr-code images on it (generated with qrcode-django ) wkhtmltopdf trows error. It will...
I need to be able to use a static image as watermark when printing a pdf from a django template. How can I do it using django-wkhtml2pdf? I was trying...