Re: [iText-questions] Sign PDF/A PAdES & LiveCycle

2013-01-14 Thread Danilo Nicolò
Il 11/01/2013 18:03, iText Info ha scritto: > Op 11/01/2013 17:27, Danilo Nicolò schreef: >> I hope I have given right information. > No you haven't. > > You say "if I open pdf i can't see signature". > 1. to see the signature, you need to open the document in a text editor, > NOT in Adobe Reader.

Re: [iText-questions] Sign PDF/A PAdES & LiveCycle

2013-01-11 Thread iText Info
Op 11/01/2013 17:27, Danilo Nicolò schreef: > I hope I have given right information. No you haven't. You say "if I open pdf i can't see signature". 1. to see the signature, you need to open the document in a text editor, NOT in Adobe Reader. The signature is the value of the /Contents key in th

Re: [iText-questions] Sign PDF/A PAdES & LiveCycle

2013-01-11 Thread Leonard Rosenthol
And providing actual sample PDFs of "before" and "after" will help to... On 1/11/13 11:14 AM, "iText Info" wrote: >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

Re: [iText-questions] Sign PDF/A PAdES & LiveCycle

2013-01-11 Thread Danilo Nicolò
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(

Re: [iText-questions] Sign PDF/A PAdES & LiveCycle

2013-01-11 Thread iText Info
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. -

Re: [iText-questions] Sign PDF/A PAdES & LiveCycle

2013-01-11 Thread Danilo Nicolò
Hi, I can't see the signature. In other PDF i can see. Danilo Il 11/01/2013 16:47, iText Info ha scritto: > Op 11/01/2013 16:43, Danilo Nicolò schreef: >> Can someone give me an explanation because the process of signature >> doesn't work in that specified PDF/A? > PDF/A-1: that probably won't wor

Re: [iText-questions] Sign PDF/A PAdES & LiveCycle

2013-01-11 Thread iText Info
Op 11/01/2013 16:43, Danilo Nicolò schreef: > Can someone give me an explanation because the process of signature > doesn't work in that specified PDF/A? PDF/A-1: that probably won't work. PDF/A-2: what your problem? -- Ma

[iText-questions] Sign PDF/A PAdES & LiveCycle

2013-01-11 Thread Danilo Nicolò
Hi all, I have a PDF created with LiveCycle, after converting PDF to PDF/A i want to sign it, but i can't. Can someone give me an explanation because the process of signature doesn't work in that specified PDF/A? NB: I can to sign other PDF or PDF/A not created with LiveCycle. Best regards, Da