yWorks / jsPDF

JavaScript PDF generation to work with SVG
MIT License
56 stars 23 forks source link

Fixed using of Deflater when compressing PDF. #16

Closed mdudek closed 5 years ago

Uzlopak commented 5 years ago

I will probably adapt this code for jspdf. But what is it fixing?

mdudek commented 5 years ago

I will probably adapt this code for jspdf. But what is it fixing?

These commits fixed processing of larger pdf document with PDF compression:

Uzlopak commented 5 years ago

I try to applay the changes into jsPDF

https://github.com/MrRio/jsPDF/pull/2215

Do you know why the pdf validator here shows that the FlateEncode stream is invalid?

mdudek commented 5 years ago

I try to applay the changes into jsPDF

MrRio#2215

Do you know why the pdf validator here shows that the FlateEncode stream is invalid?

Download veraPDF from here: http://verapdf.org/software/

This tool gives you detailed info/report about validation issues.