pdf-signer icon indicating copy to clipboard operation
pdf-signer copied to clipboard

Failed to find the pages descriptor.

Open Jon2G opened this issue 2 years ago • 0 comments

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

Jon2G avatar Oct 12 '22 07:10 Jon2G