gettalong / hexapdf

Versatile PDF creation and manipulation for Ruby
https://hexapdf.gettalong.org
Other
1.21k stars 67 forks source link

Suggestion: Add signing_time as a handler option #311

Closed vedantj25 closed 1 day ago

vedantj25 commented 1 week ago

Overview To enhance the flexibility of the HexaPDF DigitalSignature, it is proposed to add a signing_time option. This will allow users to specify the exact time of signing, similar to how the reason field is currently handled.

Rationale Currently, users can specify the reason, location, and contact_info for signing a PDF document. However, there is no direct way to specify the exact signing time. Adding this feature will allow users to set the signing time explicitly, improving the accuracy and traceability of the signed document.

Thanks in advance for even taking a look at this. This is my first time reporting an issue, and I appreciate your attention to this matter.

gettalong commented 1 week ago

Thank you for your input, I think this is a good idea and will implement it.

gettalong commented 1 day ago

I have added the option of setting the signing time. The code is live on the devel branch and will be included in the next release.

vedantj25 commented 16 hours ago

Thanks a lot for working on this! 🙏