6
I need to digitally sign one PDF previously created.
This PDF is being created through a Web Service who uses the Interop of Office to generate from a Template Office.
I already have access to ICP Certificate Brazil, was purchased through (SERASA or SERPRO) but I can’t find a reference to how to do this without having to abandon all the existing routine of creating the PDF.
Posts I’ve checked but couldn’t adapt myself:
- Delphi using COM
- Signing *.jar with another type of certificate
- PHP but with methods that as far as I know do not have in . NET and I couldn’t adapt to my understanding.
- Unsupported Java library port.
- Via command line with Openssl but it’s another thing I have no experience of.
In short, already has generation routine PDF, just want to sign. Does anyone have any tips? I have no experience in this part of information security.
[Edited]
The ideal is not to have to use a paid library since the Office (paid) to generate the PDF. I have access to the source of the generator PDF if the change has to be there.
Have you progressed in the subject? Are you using any free library? Or other pay? Which?
– Ricardo Ildefonso