python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to add html content to each page of jsPDF?
I am trying to convert my html page to pdf using jsPDF. Essentially i am using the html method of jsPDF, giving it a source, and options and then in the callback function i would save the document.
Bu...
Prakash R
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
EvoPdf.HtmlToPdf isn't rendering foreign languages (Hindi, Bengali)
I'm using EvoPdf.HtmlToPdf with paid license, however, I have noticed that when I'm converting HTML to PDF and downloading, some languages like Hindi, Bengali are not rendering properly.
Here is the c...
awais
Votes: 0
Answers: 1
react empty PDF when using .html from jspdf
I'm trying to create a pdf from my react component. I use renderToHTML to make it a string and use .html that act as .fromHTML() but when I click the button to trigger the generatePDF function it only...
Kim San
Votes: 0
Answers: 1