Hello,
As my subject says, I want to create a digital signature in my pdf for
verification of data. The documentation is vauge with what file type is
needed as a private key. I have seen x.509, pem, pfx, PKCS #8, etc. So my
code so far is:
PdfSignatureField signField( pPage, PdfRect( 0, 0, 0, 0 ), document );
signField.SetFieldName("SignatureFieldName");
signField.SetSignature(I-AM-MISSING-THIS);
signField.SetSignatureReason("Document verification");
//Set time of signing
signField.SetSignatureDate( PoDoFo::PdfDate() );
What I am missing is the setSignature (I think). Can you tell me what
filetype is needed private key and public key verification of PDF for
PoDoFo? Code examples on brining it in would be handy too.
Thank you
Victor
------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
Podofo-users mailing list
Podofo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/podofo-users