Re: [iText-questions] itext question

2005-06-22 Thread Paulo Soares
Use the latest release. That error happened if you had a ColumnText or PdfPCell with zero width. - Original Message - From: "Jorge" <[EMAIL PROTECTED]> To: Sent: Wednesday, June 22, 2005 4:19 PM Subject: [iText-questions] itext question I had a application running without no problems a

[iText-questions] Itext xml specifications

2005-06-22 Thread Keith Istler
Hello, My name is Keith and I'm using your iText library in a large commercial application to generate a variety of reports from a pretty wide range of data. We've decided to take the route of converting our data to xml, then converting this to the selected document format (rtf, html, pdf...

Re: [iText-questions] Help in superimposing text on an existing PDF FIle

2005-06-22 Thread Amit
Would there be any way of knowing the coordinates of a particular point in the file? May be by using Acrobat reader? Even if the process is a manual one, it is fine. I will have to do it only once for each file. Thanks in advance, Amit --- bruno <[EMAIL PROTECTED]> wrote: > Amit wrote: > > >I

[iText-questions] images in RTF not aligning properly

2005-06-22 Thread Fernando.Matomira
Hello,      I am using the setAligment() method with arguments of Image.LEFT, Image.MIDDLE, and Image.RIGHT, and it works properly only if the image is the last element added to the page. Any ideas to what the problem could be?   Thanks

RE: [iText-questions] Token Type Not Recognized

2005-06-22 Thread Leonard Rosenthol
At 09:20 AM 6/22/2005, Youssef Eldakar wrote: The issue was a delete Unicode character (U+007F) in a string object placed by the OCR engine I am getting the text from to indicate an unrecognized character, which the PDF viewer obviously did not like too much. PDFSpy did not like it either, and

[iText-questions] offset doesnt work at beginning of new page

2005-06-22 Thread linhda
Hello, I have several tables and header in my PDF file. I set table has to fit into page true: table.setTableFitsPage(true); And I set the offset is: table.setOffset(28); In the first page, the first table of the page appears offset 28 from header. But from the second page, it doesnot have off

Re: [iText-questions] Absolute positioning of elements ?

2005-06-22 Thread Pankaj Bhatnagar
Hi, >You say you want to specify the absolute height for the table. >What do you want to happen if the content doesn't fit this height? >Should the content be transferred to the next page? >There are some examples here, but I don't know if they answer your question: >http://itextdocs.lowagie.com/

Re: [iText-questions] Absolute positioning of elements ?

2005-06-22 Thread bruno
Pankaj Bhatnagar wrote: Hi, I think I didn't explain what I am trying to do properly last time. >>I'm creating a library for generating PDF documents using iText version 1.3. My requirement is limited to only a few elements such as tables, images and text. >> >But the source of the conte

Re: [iText-questions] Absolute positioning of elements ?

2005-06-22 Thread bruno
Pankaj Bhatnagar wrote: Hi I'm creating a library for generating PDF documents using iText version 1.3. My requirement is limited to only a few elements such as tables, images and text. But the source of the content is XML. The problem is that I need to position these elements at exact p

[iText-questions] Absolute positioning of elements ?

2005-06-22 Thread Pankaj Bhatnagar
Hi I'm creating a library for generating PDF documents using iText version 1.3. My requirement is limited to only a few elements such as tables, images and text. The problem is that I need to position these elements at exact positions with an exact size. Something I achieve with the "positioning:

AW: [iText-questions] Help in superimposing text on an existing P DF FIle

2005-06-22 Thread Sölter, Peter
Hi amit, maybe you can work around your problem by overlaying form fields on your PDF (maybe read-only fields, if you don't want the user to change anything). It's easy to get the form field positions with iText. Just a suggestion. Regards, Peter -Ursprüngliche Nachricht- Von: [

Re: [iText-questions] Help in superimposing text on an existing PDF FIle

2005-06-22 Thread bruno
Amit wrote: I want to use iText to fill in the information and allow users to take a printout of the pre-populated form. I am able to add the information to the PDF file using PdfWriter and PdfContentByte but I am not able to get the info to the correct locations within the file. I need to arriv

[iText-questions] Re: Form Filling is not working

2005-06-22 Thread Faisal Maqsood
I got the solution. Problem was below: When getting an object of 'PdfStamper', two different constructors are provided. (Method-1)obj_pdfStamper = new PdfStamper(obj_pdfReader, obj_fos); (Method-2)obj_pdfStamper = new PdfStamper(obj_pdfReader, obj_fos, obj_pdfReader.getPdfVersion()

Re: [iText-questions] Adobe Reader 7.0

2005-06-22 Thread bruno
Please keep on the mailing-list as other people can have valuable suggestions too. Fruend, Nathan wrote: From a Servlet, a standalone application,...? Servlet. What does the file look like if you open it in a plain text editor? I did a toString on the ByteArrayOutputStream