django-wkhtmltopdf
django-wkhtmltopdf copied to clipboard
Django Wrapper to the PDF Renderer: wkhtmltopdf
Hi, Thanks for all your hard work on this django plugin! We use it heavily and it always delivers. I am wondering if you have you ever considered the possibility...
Hello guys, I have just trying to move from python 3.7 to pythhon 3.9 and now, i get an error with django-wkhtmltopdf when i generate a PDF: ``` Traceback (most...
I think its possibly my mistake, this cannot be that wrong, ``` settings.py WKHTMLTOPDF_CMD_OPTIONS = { 'quiet': False, 'disable-javascript': True } WKHTMLTOPDF_CMD = '/usr/bin/wkhtmltopdf' ``` Using: ``` class MyPDF(PDFTemplateView): filename...
In my generated pdf page header template (not table header) is overlapped with content added in page. . What might be the problem ?
Hi All, I am trying to run tests on Travis-CI for Intel (amd64) architecture but It encountered jobs failures. Jobs failing for python 3.6 & 3.7 with env DJANGO="Django>=3.0,
When Django DEBUG mode is on, I get an error because in the debug mode there is no STATIC_ROOT setting. In the proposed changes I made a workaround of this...
When rendering data it table data shown on another page overlap with header.
Hello, My django project include the 'wkhtmltopdf' app. Everything works fine on Ubuntu. When deploying on windows server 2008 R2 I get the following error : ``` WindowsError [Error 6]...
Pretty self-explanatory. #22, #52 and #64 are related. If you're using staticfiles with the `STATICFILES_DIRS` setting, but are not using `STATIC_ROOT`, an error is raised when trying to make absolute...
I'm not sure how you build the tarballs for pypi, but it's different than what's on github and misses the LICENSE file.