Closed Bobvantpadje closed 1 year ago
I've checked your example and file with multiple pages opens fine in Adobe Reader, i've version 2022.003.20263
This issue is stale because it has been open 90 days with no activity. It will be closed soon. Please comment/reopen if this issue is still relevant.
I have read and understood the contribution guidelines. jsPDF version:
2.5.1
I'm using the
.html
function to convert HTML into a pdf, but this results in a corrupted pdf file when the content is longer than one page. The file still opens correctly in Chrome, but Adobe Reader shows an error and if I check if the pdf is valid in a pdf validation/repair tool I get the following error:How to reproduce
Expected
Actual
<h1>Remove this one and the export will work correctly</h1>
, the exported pdf file is not corrupted.