vizicsaba89 / pdf-signer

sign pdf documents
MIT License
37 stars 33 forks source link

Failed to find the pages descriptor. #49

Open Jon2G opened 1 year ago

Jon2G commented 1 year ago

I have a form PDF that is been filled with pdf-lib.

When I try to sign it using this tool I got the error: "Failed to find the pages descriptor."

I get the pdf buffer with: const pdf =await this.PdfDocument.save({ useObjectStreams: false }); const bufferPdf = Buffer.from(pdf)

It seems that my pdf does not have /Type /Catalog info

image

Any help is appreciated, thank you so much