Valery Buchinsky
Valery Buchinsky
We just don't have a pdfkit example. We have the pdfkit010 ones and I'm guessing that's what @Dmitrijs-Sakovics here based his example on. The pdfkit010 is obviously a legacy one...
https://github.com/search?q=repo%3Avbuch%2Fnode-signpdf%20etsi&type=code
Hi, 1: If the signature is valid or not is not supposed to be rendered in the document. That is for the reader (Adober Reader or other) to verify and...
The widget (one that is not [0, 0, 0, 0]) as shown in the linked example will appear in the document active element (hoverable) in my Adobe Reader.  Clicking...
No. I'm not talking about `addVisual`. That just draws something. I used the word "widget" intentionally. I don't think it can be more readable really: https://github.com/vbuch/node-signpdf/blob/develop/packages/examples/src/pdfkit010-with-visual.js#L96 [README here](https://github.com/vbuch/node-signpdf/blob/develop/packages/examples/README.md) then `node...
@troyam ``` % node --version v21.1.0 ``` @lutfi-haslab pdf-lib allows you to load. It also allows you to add whatever you want to the document. The only thing missing is...
I'll give it a go when I have the time. * It fails in Actions because a couple of lines are not covered by unit tests and there is 100%...
Sorry. I'm really detached from the communication here. Just sharing an opinion I think I've shared before that is pretty shallow and maybe doesn't help: I prefer to have a...
Just in theory (without looking at code), the PDFRef should be pointing towards an array object where it should be possible to push.
Hi @symbianm , Thank you for the repro. Your document is PDF-1.7 which `placeholder-plain` notoriusly cannot handle as it includes streams ( see [PDF > 1.3](https://github.com/vbuch/node-signpdf/issues?q=label%3A%22PDF+%3E+1.3%22) ). There are some...