This is part that perform signature :

   psa.setVisibleSignature(new Rectangle(36, 748, 144, 780), 1, "sig");
   ExternalDigest digest = new ProviderDigest("SunPKCS11");
   ExternalSignature signature = new PrivateKeySignature(privateKey,
   "SHA-256", p.getName());
   MakeSignature.signDetached(psa, digest, signature, certificateChain,
   null, null, null, 0, null);

When I try to sign another pdf I have success (if I open pdf i can see signature), when I try to sign pdf created with livecycle and after converting in PDF/A I have no success (if I open pdf I can't see signature).

I don't receive anything type of exception, the signing process end normally.
I hope I have given right information.

Danilo

Il 11/01/2013 17:14, iText Info ha scritto:
Op 11/01/2013 16:52, Danilo Nicolò schreef:
I can't see the signature. In other PDF i can see.
That's not really helpful information-wise.
You shouldn't expect an answer if you don't do any effort asking the
question.

------------------------------------------------------------------------------
Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
much more. Get web development skills now with LearnDevNow -
350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122812
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

iText(R) is a registered trademark of 1T3XT BVBA.
Many questions posted to this list can (and will) be answered with a reference 
to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples: 
http://itextpdf.com/themes/keywords.php

------------------------------------------------------------------------------
Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
much more. Get web development skills now with LearnDevNow -
350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122812
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

iText(R) is a registered trademark of 1T3XT BVBA.
Many questions posted to this list can (and will) be answered with a reference 
to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples: 
http://itextpdf.com/themes/keywords.php

Reply via email to