unidoc / unipdf

Golang PDF library for creating and processing PDF files (pure go)
https://unidoc.io
Other
2.56k stars 251 forks source link

[BUG/Question] Enabling LTV on Signature after using sighandler.NewAdobeX509RSASHA1Custom #412

Closed Kunamatata closed 4 years ago

Kunamatata commented 4 years ago

I've looked at the examples inside unipdf-examples repository for the timestamp code. However, I am wondering if I can create the signature with the handler from this method: handler, err := sighandler.NewAdobeX509RSASHA1Custom(signingCert, func(sig *model.PdfSignature, digest model.Hasher) ([]byte, error)

And then still be able to enable LTV on the signature afterwards.

github-actions[bot] commented 4 years ago

Welcome! Thanks for posting your first issue. The way things work here is that while customer issues are prioritized, other issues go into our backlog where they are assessed and fitted into the roadmap when suitable. If you need to get this done, consider buying a license which also enables you to use it in your commercial products. More information can be found on https://unidoc.io/

Kunamatata commented 4 years ago

The documentation doesn't specify how to add LTV to a signature. I think it would be valuable to know if this feature exists before I buy this license.

Kunamatata commented 4 years ago

@gunnsth Knowing if this feature exists would confirm my license purchase

gunnsth commented 4 years ago

@Kunamatata The LTV feature is in development. The process is already very far. It will be available in October.

Kunamatata commented 4 years ago

Thank you for the response @gunnsth closing this for less noise.