django-wkhtmltopdf icon indicating copy to clipboard operation
django-wkhtmltopdf copied to clipboard

Django Wrapper to the PDF Renderer: wkhtmltopdf

Results 42 django-wkhtmltopdf issues
Sort by recently updated
recently updated
newest added

When generating the pdf using `wkhtmltopdf url test.pdf` it works. But when using PDFTemplateResponse the css files are not included and the pdf looks bad, like any page without css

Using this excellent package i manage to produce pdf file successfully (even with base64 image and encryption). Now for some other processing I need to access the rendered html file...

No version of template render() has ever accepted a request argument, or a dict context. Conversely, render_to_string does accept an optional request kwarg. It seems render_to_temporary_file() only works if the...

![image](https://user-images.githubusercontent.com/91906214/149011983-b7c9fe86-7ee0-45ce-9d38-6b49f73daac1.png) Hello, when I upgraded my project to django 4 and tried to run it with runserver I got the error attached. Therefore, the dependency requires the `smart_text` function which...

Hi there, I recently tried switching between version 0.12.5-1 (2018) to 0.12.6-1 (2020) of the binary (using this link to download it: https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox_0.12.6-1.buster_amd64.deb), but this appears to cause an issue...

PDF's can't be created using static assets and django-wkhtmltopdf unless collectstatic has been run, moving the static files into the STATIC_ROOT directory. This isn't as per django template views in...

@danielgatis @kevinetienne @jturnbull @ghickman @pauricthelodger Maybe someone can answer [my question](https://stackoverflow.com/questions/69366504/generate-table-of-contents-with-pdfkit-for-python). Thank you!

Hi, I'm using this library and it works perfectly in production, but when I run a test for a view with PDFTemplateResponse, I get a `ContentAccessDenied` error. I have use...

Hi! I love your work. I am trying to make page numbers alternately appear at the bottom left for odd pages and bottom right for even pages. Is there a...

Hi! I love your work. I am trying to make page numbers alternately appear at the bottom left for odd pages and bottom right for even pages. Is there a...