Re: [iText-questions] Adding application specific data to PDF using iText

2008-10-15 Thread santus
Thanks Leonard, it is really helpful, I was got lost while searching for this information in the splendid pdf specification =) Leonard Rosenthol wrote: > > You can add whatever custom information you want to a PDF using your > own private keys as described in the PDF Reference/ISO 32000... >

[iText-questions] this.submitForm is not working when dialog box loaded

2008-10-15 Thread rajeshkarka
Hi, I am trying to open a dilog box and entered some text in that dialog box. After clicking on OK button I am able to catch value. But I also need to send the value to the server. when we click on OK button I am captuing the value in commit function and trying to submit the value us

Re: [iText-questions] Appending new pages to signed documents now makes Acrobat 9 and Reader 9 mark signature as invalid

2008-10-15 Thread Leonard Rosenthol
On Oct 15, 2008, at 4:47 PM, Michael Klink wrote: > Leonard Rosenthol writes: > >> No - there is NO WAY to append to a signed document w/o having the >> signature show as "invalid" UNLESS you want to then sign the newly >> appended version. > > Do I understand you correctly that if after appending

[iText-questions] Appending new pages to signed documents now makes Acrobat 9 and Reader 9 mark signature as invalid

2008-10-15 Thread Michael Klink
Leonard, Leonard Rosenthol writes: > No - there is NO WAY to append to a signed document w/o having the > signature show as "invalid" UNLESS you want to then sign the newly > appended version. Do I understand you correctly that if after appending those pages my service (or some other servic

Re: [iText-questions] Appending new pages to signed documents now makes Acrobat 9 and Reader 9 mark signature as invalid

2008-10-15 Thread Leonard Rosenthol
No - there is NO WAY to append to a signed document w/o having the signature show as "invalid" UNLESS you want to then sign the newly appended version. Acrobat/Reader 9 are acting in teh user's best interest in letting them know that the signature they are seeing is NOT for the document th

Re: [iText-questions] PdfStamper doesn'tfollow 'numeric'format'decimal places' setting

2008-10-15 Thread Bordeman, Chris
Would anyone be willing to take a look at my PDF and see what's gone wrong with it? It's copyrighted so I can't post it here. I've looked at it in several viewers and see the same thing so I'm pretty sure the problem is with the PDF. One question though, is numeric/decimal formatting handled b

Re: [iText-questions] PdfStamper doesn'tfollow 'numeric'format'decimal places' setting

2008-10-15 Thread Bordeman, Chris
OK thanks for your input Paulo. Anyone else take a stab? Chris Bordeman -Original Message- From: Paulo Soares [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 15, 2008 3:45 AM To: Post all your questions about iText here Subject: Re: [iText-questions] PdfStamper doesn'tfollow 'numeric

[iText-questions] Appending new pages to signed documents now makes Acrobat 9 and Reader 9 mark signature as invalid

2008-10-15 Thread Michael Klink
Hello! I have developed a service that appends additional pages to existing PDF documents. Some of the documents the service works on happen to be signed. As the service appends the pages using incremental updates, the signed contents are left untouched. This makes Acrobat 8 and Reader 8 dis

Re: [iText-questions] How to add a Timestamp to an existing PDFSignature

2008-10-15 Thread Leonard Rosenthol
Yes, at present, timestamping of PDF signatures are done at signing time and NOT as a "post process" as defined by CAdES. The ETSI/ESI committee responsible for the AdES signature standards recently formed STF 364 in order to align PDF signatures with teh AdES standards... Leonard On Oct

Re: [iText-questions] How to add a Timestamp to an existing PDFSignature

2008-10-15 Thread Andreas Kuehne
Hi Inma, I was just about to reply to the other answers to your request, but you came to the point, too : I wouldn't expect the added timestamp to bereab anything if you add it as an unsigned attribute. Just make sure you have enough spare room for the signature in the PDF. The signature will

Re: [iText-questions] How to add a Timestamp to an existing PDFSignature

2008-10-15 Thread Inma Marín
Yes, I am trying to implement a CAdES-T conforming CMS Signature. As far as I know, a Timestamp is an unsigned signature property, so it can be added to a signature without altering its validity. However, you told that if I add a timestamp, the signature will be invalid... is it due to PDF signat

Re: [iText-questions] how convert Document into inputstream

2008-10-15 Thread Paulo Soares
documentInput = new ByteArrayInputStream(outputStream.toByteArray()); Paulo > -Original Message- > From: carminux [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 15, 2008 9:50 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] how convert Document into inpu

[iText-questions] how convert Document into inputstream

2008-10-15 Thread carminux
Hi, i want create a document rtf and save the Document into Blob, but I do not how to convert Documento into inputStream (not into FileInputString); Any ideas? Tanks. i write: ByteArrayOutputStream outputStream = new ByteArrayOutputStream(); Document document = new Document(); RtfWriter2.getI

Re: [iText-questions] PdfStamper doesn't follow 'numeric'format'decimal places' setting

2008-10-15 Thread Paulo Soares
I've no idea what's going on with your PDFs or viewer but iText has never format anything and still doesn't. Paulo > -Original Message- > From: Bordeman, Chris [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 15, 2008 5:17 AM > To: Post all your questions about iText here > Subject

Re: [iText-questions] Transparency of areas

2008-10-15 Thread Paulo Soares
There are examples in page 335 of the book and in the pdf reference, of course. Paulo > -Original Message- > From: [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 15, 2008 6:40 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Transparency of areas > > He

Re: [iText-questions] Missing headers/footer for multipage when content spans multiple pages.

2008-10-15 Thread Paulo Soares
Have a look at line 17 of your code. Paulo > -Original Message- > From: Srikanth Dundigalla [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 15, 2008 8:58 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Missing headers/footer for > multipage when content

Re: [iText-questions] iText License - Distribution

2008-10-15 Thread Paulo Soares
> -Original Message- > From: Gonçalo Almeida [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 15, 2008 8:07 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] iText License - Distribution > > Hello all > > > I wanted to stamp some text in PDF files and I

[iText-questions] Transparency of areas

2008-10-15 Thread ponik.snizek
Hello, I have question to iTextSharp. Could you write me please, how should I correct my code to have on 2nd page of document (generated with code below) the same green circle (same RGB) as is on 1st page, but blue circle transparent. I looked into mailing lists, but I didn't find any solution. I a

[iText-questions] Missing headers/footer for multipage when content spans multiple pages.

2008-10-15 Thread Srikanth Dundigalla
Hi, Iam trying to generate a PDF using iText with content(Text and Images) which will fit in around 3 to 4 pages. The Header and Footer are not displayed except for the first page. We tried using PDFPageEvent.onEndPage() but the header/footer comes only for the first and last page. Please let

[iText-questions] iText License - Distribution

2008-10-15 Thread Gonçalo Almeida
Hello all I wanted to stamp some text in PDF files and I don't need many of the classes that are there. Also i would like to reduce the jar size as much as I can. Is it possible to delete some classes from the jar file and distribute it like that? Thank you -- Regards, Gonçalo Almeida -