Re: [iText-questions] PDF Signing Error

2012-04-24 Thread Paulo Soares
There's no limitation as long as you have enough memory. Paulo On Tue, Apr 24, 2012 at 7:26 AM, Niranjan Gadre wrote: > Greetings, > > I am using iTextSharp dll to sign PDF files using C# application. > When i sign PDF files of small size say PDF file up to 3 to 4 MB application > works properly

[iText-questions] PDF Signing Error

2012-04-23 Thread Niranjan Gadre
Greetings, I am using iTextSharp dll to sign PDF files using C# application. When i sign PDF files of small size say PDF file up to 3 to 4 MB application works properly. But when i try to sign PDF file having size 60 MB it gives follwoing Error Erro : 1101 Error while setting PDF signer. Is ther

[iText-questions] PDF Signing + Encryption

2010-10-07 Thread redomancer
I am stuck with such problem: I can create signed PDF document (certificate from Win keystore) using latest iText, no problems here; I can also encrypt PDF document using PDFStamper (using PdfWriter.ENCRYPTION_AES_128) with *.cer file (certificate with public key) using latest iText, no problems h

Re: [iText-questions] PDF-Signing

2009-12-02 Thread Ralf Schmitz
:50 -0800 (PST) > Von: John_Z80 > An: itext-questions@lists.sourceforge.net > Betreff: Re: [iText-questions] PDF-Signing > > I've no checked your code yet, but at the end of your email you say taht > you > can open the pdf and see correct sign in YPUR pc but not in

Re: [iText-questions] PDF-Signing

2009-12-01 Thread John_Z80
I've no checked your code yet, but at the end of your email you say taht you can open the pdf and see correct sign in YPUR pc but not in another PC, perhaps waht is happening is that your certificate chain is valid in your machine because some time ago you tell Adobe to trust this certificate, bu

[iText-questions] PDF-Signing

2009-12-01 Thread Ralf Schmitz
Hello, i have a iKey 2032 with certificats. My chan looks like: [Adobe Root CA] -> [Geotrust CA for Adobe] -> [Our organizational certificate we use for signing] I try to read the certs with this code: public SignerKeystorePKCS11(String pkcs11ConfigPath, String usbTokenPassword) { // This sh

Re: [iText-questions] PDF Signing with IBM Java 1.5

2007-12-17 Thread Paulo Soares
This look like a question to IBM. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Sasidharan N > Sent: Monday, December 17, 2007 10:30 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] PDF

[iText-questions] PDF Signing with IBM Java 1.5

2007-12-17 Thread Sasidharan N
I'm trying to sign a pdf by the help of iText with both Sun 1.5 java & IBM 1.5 java by having iKey 2000 as my token.Though, signing was successful with Sun java, I'm getting the following exception with IBM java. java.lang.NullPointerException at java.math.BigInteger.remainder(BigInteger.

Re: [iText-questions] PDF Signing and Timestamping it using iText

2007-08-09 Thread Harakiri
Try searching this list, somebody supplied sources only a few days ago for timestamping and a howto for usb token signing which is the same as luna hsm signing for java anyway. --- Gurpreet Singh <[EMAIL PROTECTED]> wrote: > Hi > > I have been looking at > http://itextpdf.sourceforge.net/howtos

[iText-questions] PDF Signing and Timestamping it using iText

2007-08-08 Thread Gurpreet Singh
Hi I have been looking at http://itextpdf.sourceforge.net/howtosign.html because I need to sign a PDF file programatically. I am using java programming language to sign the pdf. I am using Luna as HSM and iText for embedding the signature into the PDF. Can anyone point me in the right direction

Re: [iText-questions] PDF signing: SigDict /Content illegal data

2004-03-02 Thread Leonard Rosenthol
At 07:37 AM 3/2/2004, Luis Pascual Forner wrote: I'm implementing PDF signatures using iText + BouncyCastle (a Java Cryptography API, www.bouncycastle.org). Cool! Up to the moment I have made a procedure to validate detached PKCS#7 signatures (/Filter /Adobe.PPKLite /SubFilter /adbe.p

[iText-questions] PDF signing: SigDict /Content illegal data

2004-03-02 Thread Luis Pascual Forner
Hi, I'm implementing PDF signatures using iText + BouncyCastle (a Java Cryptography API, www.bouncycastle.org). Up to the moment I have made a procedure to validate detached PKCS#7 signatures (/Filter /Adobe.PPKLite /SubFilter /adbe.pkcs7.detached). Also I have made a program to sign a docum