milad hajilou

Results 5 comments of milad hajilou

> I'm having the same issue with PDF version 1.7 exported from sql reporting services. > > Seems that the issue comes from how the trailer information is interpreted >...

i found a way to bypass this problem after reading pdf with const pdf = PDFDocument.load(pdfContent); const myPdf = await pdf.save({useObjectStreams:false}); useObjectStreams:false changes xref table stream to a regular xref...

![Image](https://github.com/user-attachments/assets/6198d183-34ee-481a-89e5-fa9ae790cf9c) this is the console error. i read this in a similar issue of other package : "Error.captureStackTrace is not a function error in non V8 browsers, like Firefox and...

if you want i can share an example with react to check it

I tried this, but it didn’t work, so I removed the follow-redirects package and the code that depends on it. Now it works fine for me. thank you