Michal Yifie

Results 11 comments of Michal Yifie

I’m trying to contact them as well. Previously, I used to work with : const { plainAddPlaceholder } = require('node-signpdf/dist/helpers'); However, I had to switch because I needed to upload...

I noticed that in pdflibAddPlaceholder, a long string with various characters is embedded in the signature. How does this information help me? ![image](https://github.com/user-attachments/assets/3d9e15e1-6eb1-4d5d-9f72-f8bcc22c4c97)

If I follow the example, I encounter an error: "PDF expected as Buffer" This happens because pdfDoc.save returns a Uint8Array, while signpdf.sign expects a Buffer. Am I missing something in...

Thank you for the quick response - I really appreciate it! I’ve encountered an issue: if I don’t use pdfDoc.save(**_{ useObjectStreams: false }_**), I get the following error: "No ByteRangeStrings...

Yes, The document was signed, but it’s still being blocked by Cloudflare. I suspected it (useObjectStreams: false) might be the cause.

Is there a way to add a placeholder using plainAddPlaceholder so that the signature will be visible in Adobe Reader?

If I use this function. the process completes successfully and Cloudflare does not block it. However, I do not receive the validation in Acrobat. I’ve attached an image of what...

The window doesn’t open—this is exactly the problem. It’s as if the document isn’t signed. Attached is an example document. [example.pdf](https://github.com/user-attachments/files/18348639/example.pdf)

Thank you for your response. Attached is a file comparing the situation before and after signing: Before signing – Not blocked by Cloudflare After signing – Blocked [before.pdf](https://github.com/user-attachments/files/18639056/before.pdf) [after.pdf](https://github.com/user-attachments/files/18639057/after.pdf) I...

Thank you for your response @vbuch 0. Indeed, the signature is legal. 1. Yes, I started it with pdflibAddPlaceholder. 2. The after file is a file with a Placeholder and...