vbuch / node-signpdf

Simple signing of PDFs in node.
MIT License
688 stars 175 forks source link

[HELP] Adding Timestamps to PDFs #124

Closed alexhaegler closed 3 years ago

alexhaegler commented 3 years ago

Hello everyone,

first of all: thank you for this great piece of work!

To verify that the content of the PDF was unchanged, we would like to add a timestamp to our documents. The timestamp is created by using https://www.npmjs.com/package/openssl-nodejs to create the request which get's then sent to freetsa.org.

This returns a Time Stamp Response which we would then like to add to our PDF.

Does anyone know how this could be achieved?

Thanks in advance for every hint!

Best

vbuch commented 3 years ago

@alexhaegler see here: https://github.com/vbuch/node-signpdf/issues/68 This is as far as the topic has gone so far.

vbuch commented 3 years ago

Additionally people just bumped this one: https://github.com/vbuch/node-signpdf/pull/103 There may be some valuable effort there. Worth checking.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had activity in the past 90 days. It will be closed if no further activity occurs. Thank you for your contributions.