python-pdfkit icon indicating copy to clipboard operation
python-pdfkit copied to clipboard

Wkhtmltopdf python wrapper to convert html to pdf

Results 45 python-pdfkit issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi there! I tried to convert my own HTML-report to PDF. However some graphics I made from overlapping circles are not displayed correctly in the PDF. I tried to convert...

Hi! wkhtmltopdf might fail with a line`[..]ContentNotFoundError[..]` despite patching in `--load-media-error-handling ignore` to the command line. Here's the rather dirty (Python 3) hack that I used at some point. I...

Todo

Hi all, I've been working with pdfkit and found several cases where wkhtmltopdf outputs errors, but still generates a pdf. I would like to be able to manually control how...

Hi! Are you aware of https://pypi.org/project/headless-pdfkit/ and https://github.com/JazzCore/python-pdfkit/issues/56#issuecomment-305593936 ? It might be worth to support out of the box. Best, Sebastian

Todo

Is this repo still alive? Were looking for something to work with PDF's in python but are worried about long term support with this repo (new python versions specifically). Reasons...

There seems to be a hidden dependency on the `which` program. https://github.com/JazzCore/python-pdfkit/blob/fb86d338a3706e6e0ede09170b9fa58fb740ec1e/pdfkit/configuration.py#L29 The way the binary gets discovered is unnecessarily complicated. Instead of starting an external binary (a whole new...

**Issue Description:** I am using the `pdfkit` library to convert HTML content to a PDF file with specified header and footer HTML. However, the header and footer are not showing...

I want to know if it support python 3.12,thanks

### PDF conversion issue: Emojis and language rendering problems **Description** When converting HTML to PDF using pdfkit, emojis appear as black boxes or square brackets, and there are difficulties in...