galkahana / HummusJS

Node.js module for high performance creation, modification and parsing of PDF files and streams
http://www.pdfhummus.com
Other
1.14k stars 169 forks source link

unable to append page, make sure it's fine #465

Open haohaodushu opened 1 year ago

haohaodushu commented 1 year ago

Hi,galkahana. Thanks for this awesome library The error is unable to append page, make sure it's fine while appendPDFPagesFromPDF(pdfRStream). I think pdfRStream is PDF-1.5 why we got this mistake. Anyway appreciate any insights or suggestions on how to troubleshoot further. Thanks

julianhille commented 1 year ago

have you tried it with muhammarajs? (it is a maintained 'fork' and drop in replacement of hummusjs)

haohaodushu commented 1 year ago

have you tried it with muhammarajs? (it is a maintained 'fork' and drop in replacement of hummusjs)

thanks for you advice,I will try it. I have solved the problem with pdf-lib in my project