[iText-questions] Justification/Character width size

2007-09-03 Thread m_squall-m
Hello, With Courier font i can get the text alignment properly. For example i can fix one line with 12 characters and it was align perfectly. But if i use other font (in my case ST-Song) it will not align correctly. Spaces will take less space and each character have it's own width size. How c

Re: [iText-questions] Problems with multiple signatures

2007-09-03 Thread Lars Nagel (Trium)
Hi Paulo, Thanks for the quick reply. > The certification can only be applied to the first signature. What is the use of a signature that I cannot certify? Is it not possible to sign with different keys and to certify with the according certificates? > Furthermore if you use PdfSignatureAppearan

Re: [iText-questions] Problems with multiple signatures

2007-09-03 Thread Paulo Soares
The certification can only be applied to the first signature. Furthermore if you use PdfSignatureAppearance.CERTIFIED_NO_CHANGES_ALLOWED the document can't be changed. If you use certification it must be at least PdfSignatureAppearance.CERTIFIED_FORM_FILLING and the second signature must be mad

[iText-questions] Problems with multiple signatures

2007-09-03 Thread Lars Nagel (Trium)
Hi all, When signing a PDF document twice, Acrobat 7.0 does not accept the first signature, because of changes by the second signature. My code looks as follows. The PDF document at pathDocument is signed twice, the resulting document at pathResult2 is then opened in Acrobat 7.0. Acrobat 7.0 h

Re: [iText-questions] Extract Attachment

2007-09-03 Thread Paulo Soares
Have a look at https://sourceforge.net/projects/itexttoolbox, there's an example on how to extract the attachments. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of [EMAIL PROTECTED] > Sent: Monday, September 03, 2007 12:48 PM > To: itext

Re: [iText-questions] Problem Filling Form (ClassCastException)

2007-09-03 Thread Paulo Soares
It may already been fixed in the SVN. Please post the PDF. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of [EMAIL PROTECTED] > Sent: Monday, September 03, 2007 3:05 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-question

[iText-questions] Problem Filling Form (ClassCastException)

2007-09-03 Thread srodriguez
Hello, I'm working with the itext 2.0.4 library in a Java Project in Colombia. I've checked out the documentation (FAQ and mailing list) and I don't found any documentation arround this issue I'm having. The problem is that I'm getting a ClassCastException when closing a stamper in my project. Here

Re: [iText-questions] Query

2007-09-03 Thread Paulo Soares
http://www.lowagie.com/iText/history.html https://sourceforge.net/project/showfiles.php?group_id=15255 Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Manish Sood > Sent: Monday, September 03, 2007 10:51 AM > To: itext-questions@lists.sou

Re: [iText-questions] Query

2007-09-03 Thread Alexis Pigeon
Hi Manish, On 03/09/07, Manish Sood <[EMAIL PROTECTED]> wrote: > > Hi, > > To validate the usage of iText in one of our projects, we need to know when > was the same launched and how many releases have been made available. > > Pls. provide the above details or a link where we can find this informa

[iText-questions] Extract Attachment

2007-09-03 Thread Alexander . Gempp
Hello everybody, how can i extract attachments from PDF file? Thanks, Alex- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration fil

[iText-questions] Query

2007-09-03 Thread Manish Sood
Hi, To validate the usage of iText in one of our projects, we need to know when was the same launched and how many releases have been made available. Pls. provide the above details or a link where we can find this information. Thanks. Regards, Manish Sood (9810664107)-

[iText-questions] How to set the Image size in the columns.

2007-09-03 Thread bright_shine
Hi friends ! I want to set the image size in the columns. The Image object has a method setWidthPercentage(), but use this method, the picture show not by it's real size. for example: PdfContentByte cb; ColumnText ct = new ColumnText(cb); Image img = Image.getInstance("chapter05/re

Re: [iText-questions] Duplex printing in iTextSharp

2007-09-03 Thread Bruno Lowagie (iText)
Jeni Prout wrote: > The code I'm using is below. When I open the resulting PDF the version > is set to Adobe 8, but clicking on the Advanced tab in the Properties > window shows that it is only set to simplex printing. You are right. Due to a copy/paste error, DUPLEXFLIPLONGEDGE couldn't be set,

Re: [iText-questions] how to get formatting from pdf

2007-09-03 Thread Bruno Lowagie (iText)
abintoms wrote: > if (tokenizer.getTokenType() == PRTokeniser.TK_STRING) { > strbufe.append(tokenizer.getStringValue()} You only look at the content of the String objects in the Content Stream. You are ignoring all the other operators and operands. > I am able to get file as it was in the PDF exc