python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How does one write Python code that merges 2 files created using wkhtmltopdf into 1 pdf file using pypdf2
I have an application with the back-end written in Python that converts html files to pdf files. To do this it implements wkhtmltopdf (https://wkhtmltopdf.org/). It currently works perfectly for creat...
albertrw
Votes: 0
Answers: 1
Exit with code 1 due to network error: SslHandshakeFailedError
I am trying to convert an HTML web page using wkhtmltopdf API and pdfkit library. But when I am entering the URL of any web page it is showing me this error.
Traceback (most recent call last):
File &...
Divyanshu Soni
Votes: 0
Answers: 0
Python webpage output as pdf cut off some values
I need some advice
I wantto save a webpage one time per day from PassMark. This page contains a CPU performance with table form.
I wrote a simple python script to reach this goal, but I have a little ...
ashby
Votes: 0
Answers: 0
How to trim (crop) bottom whitespace of a PDF document, in memory
I am using wkhtmltopdf to render a (Django-templated) HTML document to a single-page PDF file. I would like to either render it immediately with the correct height (which I've failed to do so far) or ...

Kacperito
Votes: 0
Answers: 1