[iText-questions] absolute positioning

2005-08-08 Thread ddccpp ...
Hi! I'm trying to absolute positioning objects. I read the examples, but i have problems. Example: I want to print a line, 22 mm from the left side of the page. 1mm = 2.83 pixel, so it's 62,26 = 62 pixel I use this function: cb.showTextAligned(PdfContentByte.ALIGN_LEFT, (String) mezok.element

[iText-questions] Automatically add new pages

2005-08-08 Thread Margie Yeung
How can I get itext to automatically add new pages to the PDF document, without using document.newPage? I have a code that is pulling text values that will be different lengths and at times a new page will need to be added when the old page space runs out. Thanks! --

[iText-questions] Re: Still getting StackOverflowError on some pdf documents

2005-08-08 Thread Paul
Paulo Soares consiste.pt> writes: > > What code are you using? > I tried writer.setOpenAction(action) and PdfEncryptor.encrypt(reader, new FileOutputStream(outPdf), "".getBytes(), mpass.getBytes(), 0, false) . Neither one is working. Thanks, Paul

Re: [iText-questions] Add signatures in a existing blank signature

2005-08-08 Thread Paulo Soares
We probably should rewind this thread and start all over again, I'm confused. What exactly are you trying to do? How would you do that with Acrobat? Best Regards, Paulo Soares - Original Message - From: "Juan Sanchez" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; Sent: Monday, August 08,

Re: [iText-questions] Still getting StackOverflowError on some pdf documents

2005-08-08 Thread Paulo Soares
What code are you using? - Original Message - From: "Paul" <[EMAIL PROTECTED]> To: Sent: Monday, August 08, 2005 4:03 PM Subject: [iText-questions] Still getting StackOverflowError on some pdf documents > Hi Paulo, > > I post a topic on the StackOverflowError a couple of days ago and g

[iText-questions] Still getting StackOverflowError on some pdf documents

2005-08-08 Thread Paul
Hi Paulo, I post a topic on the StackOverflowError a couple of days ago and got your suggestion to use the latest version of iText. That solved most of the problems except one. This pdf was created by a vendor using earlier version of iText, with lots of bookmarks. The pdf document has a size o

Re: [iText-questions] Another problem

2005-08-08 Thread Paulo Soares
Look at the tutorial and the javadocs for List and ListItem. - Original Message - From: <[EMAIL PROTECTED]> To: "Paulo Soares" <[EMAIL PROTECTED]> Sent: Monday, August 08, 2005 1:09 PM Subject: Re: Re: Re: Re: Re: Re: [iText-questions] Another problem Great. But the enumeration dashes

Re: [iText-questions] Add a table at the bottom of the document

2005-08-08 Thread bruno
Daniel Guia wrote: Hello. How i can paint a "table" at the bottom of the document, like a footer. Best way to do this (assuming you're talking about PDF): Define a margin that is large enough for the table. Use a PdfPTable for the footer. Add the PdfPTable at an absolute position of eve

[iText-questions] Add a table at the bottom of the document

2005-08-08 Thread Daniel Guia
Hello.       How i can paint a "table" at the bottom of the document, like a footer.   Thanks a lot. --- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Pract

Re: [iText-questions] Add signatures in a existing blank signature

2005-08-08 Thread Juan Sanchez
Hi Paulo. Thanks for info. Today I test my code using the sample "Example with an external signature dictionary with the nCipher DSE 200". My changes are : - My original PDF file has a blank signature and i want to put the signature in this blank signature. Then I use the setV

[iText-questions] Problems printing PDF

2005-08-08 Thread Volland, Heiko
Hi, I'm using iText quite a while and I got a problem these days that astonished me a lot. Every time I print an iText-generated document directly after printing an email from Outlook, I'm getting a result that is impossible to read, because the printer changes every character into any other chara

Re: [iText-questions] Add signatures in a existing blank signature

2005-08-08 Thread Juan Sanchez
Hi Paulo. I read the PDF reference to nderstand the signature dictionary entries. I test inserting next code in the sample to define the filter : ... PdfStamper stp = PdfStamper.createSignature(reader, fout, '\0', null, true); PdfSignatureAppearance sap =

[iText-questions] Re: iText

2005-08-08 Thread bruno
Vlad.Gleiberman wrote: Bruno, I wrote to you more than a year ago about using iText for creating documents at the Victoria University in Melbourne. I remember the transcript of records you have sent me ;-) Please use the mailing list for specific questions. Finally we started really imple

Re: [iText-questions] Fonts in the PDF

2005-08-08 Thread Paulo Soares
You are not embedding the fonts. - Original Message - From: "Nandu" <[EMAIL PROTECTED]> To: Sent: Sunday, August 07, 2005 11:53 PM Subject: [iText-questions] Fonts in the PDF > Hi, > > Using iText API I am creating a PDF document that is exactly same as that of a > PDF document created

Re: Re: Re: Re: Re: [iText-questions] Another problem

2005-08-08 Thread Paulo Soares
You can't nest List inside a Phrase or Paragraph. Add it directly to ColumnText. - Original Message - From: <[EMAIL PROTECTED]> To: "Paulo Soares" <[EMAIL PROTECTED]> Sent: Monday, August 08, 2005 8:34 AM Subject: Re: Re: Re: Re: Re: [iText-questions] Another problem Hallo Paulo, than

Re: [iText-questions] FW: iText-questions -- confirmation of subscription -- request 958475

2005-08-08 Thread bruno
Tekchandan.patel wrote: Hi I saw the site http://www.lowagie.com/iText/itext.jnlp and try it. But the format is changing . Please be more specific. What is the original format? Is it a plain ASCII file? If not, you need some other tool. Are you using a monospaced font? If not, you don't re

RE: [iText-questions] FW: iText-questions -- confirmation of subscription -- request 958475

2005-08-08 Thread Tekchandan.patel
Hi I saw the site http://www.lowagie.com/iText/itext.jnlp and try it. But the format is changing .I want to keep the same format as like the text file from where it is coming .Can I do this. Thanks in advance Tekchandan Patel -Original Message- From: bruno [mailto:[EMAIL PROTECTED] Se