[iText-questions] PDF Signature filter

2013-02-13 Thread Julia
Hello everyone, I'm new to this list and also a newbie to iText. I'm trying to generate a PDF file with an empty signature field in order to let the users sign it using Adobe Reader. So far everything is working fine, except for the fact that I need to filter which users can sign each docume

Re: [iText-questions] PDF signature fails in Adobe Reader

2011-12-20 Thread Leonard Rosenthol
@lists.sourceforge.net>> Subject: Re: [iText-questions] PDF signature fails in Adobe Reader Hi, actually that sample contained an XFA form, but the signature was included as an AcroForm field. Moreover, I tried with a very simple PDF (see attachment), with just an AcroForm signature field an

Re: [iText-questions] PDF signature fails in Adobe Reader

2011-12-20 Thread mkl
Marco, Marco Barbi (SATA) wrote > I tried with a very simple PDF (see attachment), with just an AcroForm > signature field and no XFA based data, but the problem persists. > I wrote the signer code and I agree that the verifier isn't the problem, > but I still cannot understand why iText gives a r

Re: [iText-questions] PDF signature fails in Adobe Reader

2011-12-19 Thread Leonard Rosenthol
re mailto:itext-questions@lists.sourceforge.net>> Date: Mon, 19 Dec 2011 08:31:35 -0800 To: Post here mailto:itext-questions@lists.sourceforge.net>> Subject: [iText-questions] PDF signature fails in Adobe Reader Hi, I have a signed PDF document (see attachment) that iText libraries correctly verif

Re: [iText-questions] PDF Signature : validity unknown - belgium eid : Signature problem in a PDF, with a certificate chain (MyCertificate -& amp; gt; CitizenCA -& amp; gt; BelgiumRootCA)

2011-01-06 Thread Andreas Kuehne
value of the request !?! Anyone aware of this 'feature' ? Or is it a bug of the CA ? Afaik the Reader is very picky about nonces ... Greetings Andreas - original Nachricht ---- Betreff: [iText-questions] PDF Signature : validity unknown - belgium eid : Signature problem in a

Re: [iText-questions] PDF Signature : validity unknown - belgium eid : Signature problem in a PDF, with a certificate chain (MyCertificate -> CitizenCA -> BelgiumRootCA)

2010-12-29 Thread Andreas Kuehne
Hi Julien, sounds wierd ... could you please post a sample PDF ? Greetings Andreas - original Nachricht Betreff: [iText-questions] PDF Signature : validity unknown - belgium eid : Signature problem in a PDF, with a certificate chain (MyCertificate -> CitizenCA -> Belgium

[iText-questions] PDF Signature : validity unknown - belgium eid : Signature problem in a PDF, with a certificate chain (MyCertificate -> CitizenCA -> BelgiumRootCA)

2010-12-29 Thread Vroonen Julien
Hi List, Concerning : - « validity unknown » displayed by Adobe Reader (tested in version 7 and 9, …) - Using itext to sign a pdf document - With a smart card : the belgium eid (identity card) - Using an external signature - With “PdfSignatureAppearanc

Re: [iText-questions] PDF Signature combination Web App and Applet

2010-08-19 Thread Leonard Rosenthol
additional methodology from Part 4 of that standard. Leonard From: dtillem...@gmail.com [mailto:dtillem...@gmail.com] Sent: Thursday, August 19, 2010 8:59 AM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] PDF Signature combination Web App and Applet Dear all, I was able to

[iText-questions] PDF Signature combination Web App and Applet

2010-08-19 Thread dtillemans
Dear all, I was able to generate a PDF Signature by inserting a CAdES (CMS Advanced Extended Signature) into a PDF, but I don't like the way I insert the signature in the already created PDF. Certainly not the reflexion I had to use to overwrite the private tempFile parameter in the PDFSi

Re: [iText-questions] PDF signature

2010-05-28 Thread Paulo Soares
It was reverse engineered from the TSA made with Acrobat. Now you know why signatures are hard even with all the documentation. Paulo From: Julien zitoune [mailto:julien_16_...@hotmail.com] Sent: Friday, May 28, 2010 10:23 AM To: itext Subject: [iText-questions

[iText-questions] PDF signature

2010-05-28 Thread Julien zitoune
Hi, I try to understand how you have developped your TSA request in order to make it by myself. I understood you need to hash 3 times the data (once without OCSP response, once with OCSP response, once with OCSP response and RSA encryted data) before encapsulating it in your TSA request and se

Re: [iText-questions] Pdf signature validation

2010-02-01 Thread mkl
Sérgio, Sérgio Onofre wrote: > My idea is create a application capable to validate signature online with > OCSP, without upload a certificate. I give the example of Adobe because it > can be done there, without upload any certificate. A signing certificate usually is merely the end of a chain o

Re: [iText-questions] Pdf signature validation

2010-02-01 Thread Sérgio Onofre
: quinta-feira, 28 de Janeiro de 2010 11:53 To: Post all your questions about iText here Subject: Re: [iText-questions] Pdf signature validation Hi Sérgi, you have to make destinction between root certificates and OCSP responses. Of course you can get certificates rom somewhere ( usually the signing

Re: [iText-questions] Pdf signature validation

2010-01-28 Thread 1T3XT info
Sérgio Onofre wrote: > Maybe not, is possible to check online the certificates, as Adobe do? You can always create a KeyStore and add root certificates (fetched from a file, fetched online,...). Also: you're talking about Adobe, do you mean that the Company Adobe checks the certificates online,

Re: [iText-questions] Pdf signature validation

2010-01-28 Thread Andreas Kuehne
Thu, January 28, 2010 12:19:14 PM Subject: Re: [iText-questions] Pdf signature validation Maybe not, is possible to check online the certificates, as Adobe do? Onofre -Original Message- From: 1T3XT info [mailto:i...@1t3xt.info] Sent: quinta-feira, 28 de Janeiro de 2010 09:35 To: Post

Re: [iText-questions] Pdf signature validation

2010-01-28 Thread Sérgio Onofre
Maybe not, is possible to check online the certificates, as Adobe do? Onofre -Original Message- From: 1T3XT info [mailto:i...@1t3xt.info] Sent: quinta-feira, 28 de Janeiro de 2010 09:35 To: Post all your questions about iText here Subject: Re: [iText-questions] Pdf signature validation

Re: [iText-questions] Pdf signature validation

2010-01-28 Thread 1T3XT info
Sérgio Onofre wrote: > Here is my code: > PdfReader reader = *new* PdfReader(/signedPDF/); > AcroFields af = reader.getAcroFields(); > PdfPKCS7 pk = af.verifySignature(name); > java.security.cert.Certificate[] pkc = > pk.getCertificates(); > KeyStore ks = PdfPKCS7./loadCacertsKeyStore/(); So you'

Re: [iText-questions] Pdf signature validation

2010-01-28 Thread Sérgio Onofre
ubject: Re: [iText-questions] Pdf signature validation It would help if you could post your validation code. _ De : Sérgio Onofre [mailto:ono...@holos.pt] Envoyé : January 27, 2010 12:59 PM À : 'Post all your questions about iText here' Objet : Re: [iText-questions] Pdf signat

Re: [iText-questions] Pdf signature validation

2010-01-27 Thread Mathieu Fortin
It would help if you could post your validation code. De : Sérgio Onofre [mailto:ono...@holos.pt] Envoyé : January 27, 2010 12:59 PM À : 'Post all your questions about iText here' Objet : Re: [iText-questions] Pdf signature validation I can v

Re: [iText-questions] Pdf signature validation

2010-01-27 Thread Sérgio Onofre
_ From: Sérgio Onofre To: itext-questions@lists.sourceforge.net Sent: Tue Jan 26 09:36:42 2010 Subject: [iText-questions] Pdf signature validation Hi, I’m using itext to sign pdf documents with smart cards certificates and it Works fine. The problem I have is

Re: [iText-questions] Pdf signature validation

2010-01-26 Thread Mathieu Fortin
: Sérgio Onofre To: itext-questions@lists.sourceforge.net Sent: Tue Jan 26 09:36:42 2010 Subject: [iText-questions] Pdf signature validation Hi, I’m using itext to sign pdf documents with smart cards certificates and it Works fine. The problem I have is verifying the

[iText-questions] Pdf signature validation

2010-01-26 Thread Sérgio Onofre
Hi, I’m using itext to sign pdf documents with smart cards certificates and it Works fine. The problem I have is verifying the signatures throw the itext in Java. It only works in the computer where is installed the smart-card. I see that Acrobat Reader uses OCSP co

[iText-questions] Pdf signature validation

2010-01-07 Thread Sérgio Onofre
Hi, I’m using itext to sign pdf documents with smart cards certificates and it Works fine. I just don’t understand the difference between signing with WINCER_SIGNED or SELF_SIGNED, because in Acrobat Reader seems the same. What is the difference? The problem I have i

Re: [iText-questions] PDF signature validation problems

2009-10-22 Thread mkl
Áurea, Áurea Alcaide wrote: > > Thanks Paolo, but is not so easy. Some signatures don't cover all the > document, but continue beeing valid ones. > I think iText does not cover all possible cases involving signature > validation... > >>There's a method in AcroFields to check if the signature c

Re: [iText-questions] PDF signature validation problems

2009-10-22 Thread Paulo Soares
t; To: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] PDF signature validation problems > > Thanks Paolo, but is not so easy. Some signatures don't cover > all the document, but continue beeing valid ones. > I think iText does not cover all possible cases involving

Re: [iText-questions] PDF signature validation problems

2009-10-22 Thread Áurea Alcaide
in AcroFields to check if the signature covers all the document. If it doesn't you may flag it as invalid. Paulo > -Original Message- > From: ?urea Alcaide [mailto:aalca...@catcert.cat] > Sent: Wednesday, October 21, 2009 5:16 PM > To: itext-questions@lists.sourceforg

Re: [iText-questions] PDF signature validation problems

2009-10-21 Thread Paulo Soares
t; To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] PDF signature validation problems > > Hi all, > > > > I have come to a problem about the validation of PDF > signatures. The extraction of the signed data from the PDF is > not the same with iText than wi

Re: [iText-questions] pdf signature verification

2009-05-14 Thread Leonard Rosenthol
gxun [mailto:ming.hu...@eds.com] Sent: Thursday, May 14, 2009 5:55 PM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] pdf signature verification I saw a similar exception in my application this week. The strange thing is that I have been using the same Digital ID to sign

Re: [iText-questions] pdf signature verification

2009-05-14 Thread mingxun
Paulo Soares-3 wrote: > > This is all going to be replaced by the CMS in BouncyCastle in the near > future. Meanwhile you can patch PdfPKCS7 to catch the missing IDs. > > Paulo > > - Original Message - > From: "Giuseppe Sacco" > To: > Sent: Wednes

Re: [iText-questions] pdf signature verification

2009-04-29 Thread Paulo Soares
There's still work to be done with timestamps and ocsp before going the CMS way. Paulo - Original Message - From: "Giuseppe Sacco" To: "Post all your questions about iText here" Sent: Wednesday, April 29, 2009 9:23 PM Subject: Re: [iText-questions] pdf si

Re: [iText-questions] pdf signature verification

2009-04-29 Thread Giuseppe Sacco
Il giorno mer, 29/04/2009 alle 21.09 +0100, Paulo Soares ha scritto: > This is all going to be replaced by the CMS in BouncyCastle in the near > future. Meanwhile you can patch PdfPKCS7 to catch the missing IDs. If working on using BC in iText is already started, then I would really like to try t

Re: [iText-questions] pdf signature verification

2009-04-29 Thread Paulo Soares
This is all going to be replaced by the CMS in BouncyCastle in the near future. Meanwhile you can patch PdfPKCS7 to catch the missing IDs. Paulo - Original Message - From: "Giuseppe Sacco" To: Sent: Wednesday, April 29, 2009 8:26 PM Subject: [iText-questions] pdf

[iText-questions] pdf signature verification

2009-04-29 Thread Giuseppe Sacco
Hi all, I am developing a part of a DMS. While coding pdf signature verification using iText, I found a signature type not yet handled. I am referring to signatures with sha256WithRSAEncryption algorithm. This is the first part of my code: PdfReader reader = new PdfReader(pdfDoc); AcroFields af =

Re: [iText-questions] Pdf signature Issues

2009-04-20 Thread Badiali Stefano
15 aprile 2009 17.23 A: Badiali Stefano; itext-questions@lists.sourceforge.net Oggetto: Re: [iText-questions] Pdf signature Issues Hi Stefano, don't worry, you're facing a quite common use case. We implemented a way to fullfil this requirements in our sirius signing server. The PDFSta

Re: [iText-questions] Pdf signature Issues

2009-04-15 Thread Andreas Kuehne
ects/sirius-sign/ . Good luck ;-) Andreas - original Nachricht ---- Betreff: [iText-questions] Pdf signature Issues Gesendet: Mi, 15. Apr 2009 Von: Badiali Stefano Hi,my name is Stefano from Milan, Italy. I'm currently working on a project that involves an extensive usage of ITe

Re: [iText-questions] Pdf signature Issues

2009-04-15 Thread mkl
chael. From: Badiali Stefano [mailto:stefano.badi...@allianz.it] Sent: Wednesday, April 15, 2009 2:55 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Pdf signature Issues Hi, my name is Stefano from Milan, Italy. I'm currently working on

[iText-questions] Pdf signature Issues

2009-04-15 Thread Badiali Stefano
Hi, my name is Stefano from Milan, Italy. I'm currently working on a project that involves an extensive usage of IText library. In particular I'm coping with a problem regarding the appliance of signature to the PDF: at the present day, in fact, I'm forced to apply the signature to a calculated ha

Re: [iText-questions] pdf signature problem on adobe reader 9

2008-12-02 Thread Leonard Rosenthol
Date: Mon, 1 Dec 2008 20:35:54 +0100 Subject: Re: [iText-questions] pdf signature problem on adobe reader 9 Please provide a sample PDF that demonstrates the problem. Leonard On Dec 1, 2008, at 2:16 PM, mustafahalil yildiz wrote: Hi, I sign a pdf using the code below and then when I want to op

Re: [iText-questions] pdf signature problem on adobe reader 9

2008-12-01 Thread Leonard Rosenthol
Please provide a sample PDF that demonstrates the problem. Leonard On Dec 1, 2008, at 2:16 PM, mustafahalil yildiz wrote: Hi, I sign a pdf using the code below and then when I want to open it in adobe reader 8 or previous versions it works fine and I can see the signature but when I open

[iText-questions] pdf signature problem on adobe reader 9

2008-12-01 Thread mustafahalil yildiz
Hi, I sign a pdf using the code below and then when I want to open it in adobe reader 8 or previous versions it works fine and I can see the signature but when I open it with adobe reader 9.0 I couldnt see the signature what can be the problem ? can anyone help me? byte[] pdfB

Re: [iText-questions] PDF Signature and Timestamp - Working CODE

2008-08-25 Thread Paulo Soares
Thank you. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Massimiliano Ziccardi > Sent: Monday, August 25, 2008 4:21 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] PDF Signature and Tim

[iText-questions] PDF Signature and Timestamp - Working CODE

2008-08-25 Thread Massimiliano Ziccardi
Attached you'll find 2 file: signAndTimestamp.java: just contains the method that performs signature and timestamp TimeStampService.java: contains the code used to send the timestamp request to the timestamp server I've attached both files, so that users can be able to get a full working example.

Re: [iText-questions] pdf signature

2007-11-30 Thread Paulo Soares
> Paulo Soares wrote: > > > > It's not rocket science to do it but it requires new developments in > > iText. > > > > Paulo > > > >> -Original Message- > >> From: [EMAIL PROTECTED] > >> [mailto:[EMAIL PROTECTED] On

Re: [iText-questions] pdf signature

2007-11-30 Thread akuehne
mailto:[EMAIL PROTECTED] On >> Behalf Of Cristina Gavrila >> Sent: Thursday, November 29, 2007 8:14 PM >> To: itext-questions@lists.sourceforge.net >> Subject: Re: [iText-questions] pdf signature >> >> >> The hash is not the same when the signed data a

Re: [iText-questions] pdf signature

2007-11-29 Thread Paulo Soares
s@lists.sourceforge.net > Subject: Re: [iText-questions] pdf signature > > > The hash is not the same when the signed data and certificate > are sent back. > If i do this, Acrobat reader does not validate the signature. > Maybe I'm > missing something. The problem sounds lik

Re: [iText-questions] pdf signature

2007-11-29 Thread Cristina Gavrila
The hash is not the same when the signed data and certificate are sent back. If i do this, Acrobat reader does not validate the signature. Maybe I'm missing something. The problem sounds like http://www.nabble.com/Dividing-Signature-Process-tf3200481.html . Is there anything changed since? Or mayb

Re: [iText-questions] pdf signature

2007-11-29 Thread Leonard Rosenthol
OK - so I don't see the problem then... You generate the hash on the server. You send the hash to the client to be signed (since that;s the data actually being signed). The "signed data & cert" are sent back to the server where iText can embed it into the PDF. It's not unlike the existin

Re: [iText-questions] pdf signature

2007-11-29 Thread Cristina Gavrila
Sorry, the PDF lives on the server. Both unsigned and signed files should be on the server. The certificate is on the client computer.. smartcard, p12.. We want an applet to do the signing job for example. But keeping objects and files open on the server waiting for the signature is not an option.

Re: [iText-questions] pdf signature

2007-11-29 Thread Leonard Rosenthol
So the PDF lives on the client computer or the server? Where does the user's certificate live - desktop or server? And why would there a delay between the two operations? Leonard On Nov 29, 2007, at 10:01 AM, Cristina Gavrila wrote: > > We want this as an online signing service. We also do

Re: [iText-questions] pdf signature

2007-11-29 Thread Cristina Gavrila
We want this as an online signing service. We also do not want to download the pdf on the client computer. And we would like the process to be stateless. Regards, Cristina Leonard Rosenthol wrote: > > that almost sounds like a variant implementation on the CAdES > standard. Is that what you

Re: [iText-questions] pdf signature

2007-11-29 Thread Leonard Rosenthol
that almost sounds like a variant implementation on the CAdES standard. Is that what you are trying to implement? if not, can you explain why this delay is taking place? What is to be gained by doing so? Leonard On Nov 29, 2007, at 8:57 AM, Cristina Gavrila wrote: > > Hello. Has anyone su

[iText-questions] pdf signature

2007-11-29 Thread Cristina Gavrila
Hello. Has anyone succeeded in signing a pdf . "asynchronous" :) ? Consider the following scenario. A hash is computed, as indicated in the examples. The signature on this hash will be available... two days later, perhaps. The original pdf would not be modified in the mean time.At this time,

Re: [iText-questions] PDF Signature Question

2007-05-02 Thread Paulo Soares
iText is not a viewer. Paulo - Original Message - From: "Kuwik Jeff F Contr AFRS/RSID" <[EMAIL PROTECTED]> To: "Post all your questions about iText here" Sent: Wednesday, May 02, 2007 6:15 PM Subject: Re: [iText-questions] PDF Signature Question After the

Re: [iText-questions] PDF Signature Question

2007-05-02 Thread Kuwik Jeff F Contr AFRS/RSID
To: Post all your questions about iText here Subject: Re: [iText-questions] PDF Signature Question That code will create an empty signature field. I've no idea what is there to "capture". Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL

Re: [iText-questions] PDF Signature Question

2007-05-02 Thread Paulo Soares
5:02 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] PDF Signature Question > > I am using the code sample below to create the file > unsigned_signature_field.pdf. I am trying to capture only the > digital signature and don't need the status "Validi

[iText-questions] PDF Signature Question

2007-05-02 Thread Kuwik Jeff F Contr AFRS/RSID
I am using the code sample below to create the file unsigned_signature_field.pdf. I am trying to capture only the digital signature and don't need the status "Validity unknown" or "Signature valid" displayed. Is there a way to turn off the status? I've tried using the code from SignedPDF.java

Re: [iText-questions] PDF signature example

2006-08-15 Thread Bruno Lowagie
Johan Vromans wrote: >Bruno Lowagie <[EMAIL PROTECTED]> writes: > > > >>http://itext.ugent.be/articles/eid-pdf/index.php >> >> > >Good stuff. > >This keeps bugging me: "You can only create a PDF with such usage >rights if you have the full Acrobat.". > >What are the technical limitations? >

Re: [iText-questions] PDF signature example

2006-08-15 Thread Johan Vromans
Bruno Lowagie <[EMAIL PROTECTED]> writes: > http://itext.ugent.be/articles/eid-pdf/index.php Good stuff. This keeps bugging me: "You can only create a PDF with such usage rights if you have the full Acrobat.". What are the technical limitations? -- Johan

Re: [iText-questions] PDF signature example

2006-08-15 Thread Bruno Lowagie
Roger Misteli wrote: >You need a valid certificate and can use this code: > > Thank you for the example, Roger. I am currently writing an article for GovCamp Brussels on signing a PDF with the Belgian eID (our identity card in the form of a smartcard). You can find some examples here: http://it

Re: [iText-questions] PDF signature example

2006-08-15 Thread Roger Misteli
You need a valid certificate and can use this code: public static final boolean signPdf(String keystoreType, // Keystore type. Can be KeyStore.getDefaultType() File keystore, // The keystore file char

[iText-questions] PDF signature example

2006-08-15 Thread Eric Chow
Hello, Is there any simple PDF digital signature for reference? Sign(Multi-sign) a PDF and verify a PDF using iText? Is it possible to add a signature stamp in a PDF ? Best regards, Eric - Using Tomcat but need to do more?

[iText-questions] PDF Signature

2006-05-24 Thread Anja Kaiser
Hello itext, I really need your help with Pdf Signature. I try to do same as you and write a programe in C++ for signing a pdf document. But it doesn’t work! I did the following steps: Reading the pdf document and saving the necessary information (xref section, trailer, object position, and the

[iText-questions] pdf signature date

2005-11-24 Thread Quapp Joachim
Hello, i want to sign and timestamp (RFC3161) pdf. I get the data from the timestamp server, but how do i create the pdf with the timestampserver time ??? FileOutputStream fout = null; Calendar cal = new GregorianCalendar(); cal.add(Calendar.DAY_OF_YEAR, 0); try { PdfReader

RE: [iText-questions] pdf signature, linux problem

2005-10-20 Thread Miguel Domínguez Matos
MAIL PROTECTED] On > Behalf Of Miguel Domínguez Matos > Sent: Wednesday, October 19, 2005 10:52 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] pdf signature, linux problem > > Hi, i'm new using java, itext and this mailing list. > > I have

RE: [iText-questions] pdf signature, linux problem

2005-10-19 Thread Paulo Soares
r 19, 2005 12:05 PM > To: Paulo Soares > Subject: RE: [iText-questions] pdf signature, linux problem > > I'm trying to use bouncycastle with itext but really don't know how :S > As i said i'm new using java, can somebody help me? > > Thanks, and congratulat

RE: [iText-questions] pdf signature, linux problem

2005-10-19 Thread Miguel Domínguez Matos
r. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Miguel Domínguez Matos > Sent: Wednesday, October 19, 2005 10:52 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] pdf signature, linux problem > >

RE: [iText-questions] pdf signature, linux problem

2005-10-19 Thread Paulo Soares
gt; To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] pdf signature, linux problem > > Hi, i'm new using java, itext and this mailing list. > > I have tested an app based on paulo examples (and precompiled .jar) > for sign pdf documents in windows and all wa

[iText-questions] pdf signature, linux problem

2005-10-19 Thread Miguel Domínguez Matos
Hi, i'm new using java, itext and this mailing list. I have tested an app based on paulo examples (and precompiled .jar) for sign pdf documents in windows and all was fine. But i need use this app under linux and i have this problem: [EMAIL PROTECTED] firmas]$ java -classpath .:itext-paulo-15

[iText-questions] PDF Signature

2005-10-03 Thread Florian
Hy! How can I verify a ByteRange - Signature ? Thanks Florian --- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl

[iText-questions] PDF Signature

2005-10-02 Thread Florian
Hy ! At this time, i´m "deep" in PDF - Reference (15_v6, 16). So I need some orientation. There are different signature - types to PFD - ByteRange, Object Digest. If SubFilter says so, there´s a PKCS#7 in the Contents - Field of Signature Dictionary. (...) 1. topic: verify PDF Signature Story: Th

RE: [iText-questions] pdf signature date

2005-09-16 Thread Paulo Soares
> Subject: [iText-questions] pdf signature date > > How can i set pdf signature date (timestamp), that is not created by > signer but received from Time Stamping Authority (cryptographic time > stamping RFC3161)? > > Alan Klikić > > Logos > > > > ---

[iText-questions] pdf signature date

2005-09-16 Thread Alan Klikić
How can i set pdf signature date (timestamp), that is not created by signer but received from Time Stamping Authority (cryptographic time stamping RFC3161)? Alan Klikić Logos --- SF.Net email is sponsored by: Tame your development challenges

Re: [iText-questions] PDF Signature for part of document

2005-08-02 Thread Paulo Soares
gust 02, 2005 10:20 AM Subject: Re: [iText-questions] PDF Signature for part of document Dear Paulo, As PDF file can be incrementally updated, can I just sign the "addendum" portion of the file? Actually, I have to implement individual signature by using itext. Suppose there is a docume

Re: [iText-questions] PDF Signature for part of document

2005-08-02 Thread Kwan Simon
e: > It depends what 'any portion' is and how do you find > out what the regions > are. More information on the problem is needed. > > - Original Message - > From: "Kwan Simon" <[EMAIL PROTECTED]> > To: > Sent: Monday, August 01, 20

Re: [iText-questions] PDF Signature for part of document

2005-08-01 Thread Paulo Soares
It depends what 'any portion' is and how do you find out what the regions are. More information on the problem is needed. - Original Message - From: "Kwan Simon" <[EMAIL PROTECTED]> To: Sent: Monday, August 01, 2005 11:39 AM Subject: [iText-questions] PDF Sign

[iText-questions] PDF Signature for part of document

2005-08-01 Thread Kwan Simon
I need to sign a PDF doumcent using itext. My problem is to generate hash code just for 'any portion' of the document instead of the 'whole' document, but I don't know whether itext can do it or not. I guess the method 'setByteRange' of class PdfSignature may be related to this topic. I have read

RE: [iText-questions] PDF Signature Appearance with image

2005-06-01 Thread Paulo Soares
to:[EMAIL PROTECTED] On > Behalf Of M.Nadal > Sent: Wednesday, June 01, 2005 9:56 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] PDF Signature Appearance with image > > Hello all! > > First of all I want to congratulate iText authors. I'v

[iText-questions] PDF Signature Appearance with image

2005-06-01 Thread M . Nadal
Hello all! First of all I want to congratulate iText authors. I've been working in PDF Signatures for a long time and I've recently discovered your library. It's very good. I've been able to sign PDFs files with quite appearance configuration in a few hours. I've downloaded PDFSignatureAppeara

Re: [iText-questions] PDF signature

2004-08-10 Thread Martin Buchleitner
* Shashi B Amula <[EMAIL PROTECTED]> wrote: > Helle, > > I am using the PDF signature java file written by "Paulo Soares.". In his "Hello > World" example he is creating a pdf using a pdf writer from scratch. > In my case I have a PDF file as input , which I have to encrypt and then > eventually

[iText-questions] PDF signature

2004-08-09 Thread Shashi B Amula
Helle, I am using the PDF signature java file written by "Paulo Soares.". In his "Hello World" example he is creating a pdf using a pdf writer from scratch. In my case I have a PDF file as input , which I have to encrypt and then eventually sign. I managed to encrypt it and also sign it, but whe

[iText-questions] PDF-Signature using Filter Adobe.PPKLite

2004-08-02 Thread Martin Buchleitner
Hi! I am trying to implement PDF Signatures using iText ( and also with pdfbox ). But i do not get it working. I always get an error, that my ByteRange is not valid. I already read the postings on this list about pdf signatures. Did somebody implement signing of pdfs using the filter adobe.ppklit

RE: [iText-questions] PDF signature

2003-01-14 Thread Paulo Soares
You'd better look elsewhere, iText doesn't support signatures. Best Regards, Paulo Soares > -Original Message- > From: Alexander Solomatin [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, January 14, 2003 12:18 > To: '[EMAIL PROTECTED]' > Subject: [iTe

[iText-questions] PDF signature

2003-01-14 Thread Alexander Solomatin
Hi all, can someone help me ? I need urgently an example or information, how I can with the help of iText library sign a pdf file. Thanks ! Alexander Solomatin Senior Software Engineer [EMAIL PROTECTED] http://www.intershop.de Intershop® Intershop Communications AG Eichplatz 1, 07743 Jena, Germ