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.
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
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
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(
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.
-
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
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
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