[iText-questions] multicolumntext placement

2005-06-12 Thread Ilja Livenson
Hello, is there a way to position MultiColumnText in absolute coordinates? That is I understand how to define the x-coordinate, but how to define the y? Tried addinging it to the PdfPTable that can be placed absolutely, but PdfPCell doesn't allow MCT to be added as a subelement. Is there a wa

[iText-questions] How to implement special impositioning features and duplex support in itext?

2005-06-12 Thread Carsten Hammer
Hi, has anybody ever tried to implement some special duplex support in itext? What I mean by that is that you add content to front and backside where a paragraph of the front has the same location on the paper as the paragraph at the back. If you use multiple columns it should be possible to m

[iText-questions] Problem displaying Images in tables.

2005-06-12 Thread delargy
Hi, I am getting intermittent errors displaying images in tables. About half of the time the generated pdf is broken. In the attached sample pdf, all of the table cells after to the first image of the legend are missing. I have tried various ways of adding the images, but I still have the pro

Re: [iText-questions] Problem with Loading Image using Image.getInstance()

2005-06-12 Thread Paulo Soares
Your fix looks good. It will be in the next release. Best Regards, Paulo Soares - Original Message - From: "Vd K" <[EMAIL PROTECTED]> To: "Paulo Soares" <[EMAIL PROTECTED]>; Sent: Sunday, June 12, 2005 9:25 PM Subject: Re: [iText-questions] Problem with Loading Image using Image.getInst

Re: [iText-questions] Problem with Loading Image using Image.getInstance()

2005-06-12 Thread Vd K
Yes, I used the latest version of iText and still got th error. I have attached the image for reference.   On analysis I found the code is executing in an infinite loop at the following method in Image.java, when processing a corrupt image.    static public void skip(InputStream is, int size) thro

Re: [iText-questions] A forms-question

2005-06-12 Thread kamer
is it possible to aciton a submit button to trigger a program to create a new pdf of fdf with the filled data of original pdf ? Daniel wrote: Hi, I have just began looking into pdf generation. The question I wonder is this: Some pdf forms allow for the user to save the form data (i.e the info

Re: [iText-questions] A forms-question

2005-06-12 Thread Leonard Rosenthol
At 01:35 PM 6/12/2005, Daniel wrote: I have just began looking into pdf generation. The question I wonder is this: Some pdf forms allow for the user to save the form data (i.e the information they enter into the form) even if they are using the free acrobat reader. Such documents have

Re: [iText-questions] problem with xobjects

2005-06-12 Thread Leonard Rosenthol
At 01:54 PM 6/12/2005, Thomas Kübler wrote: first i produce a pdf-file with 34 pages. second, i have to imposition these pages to a new pdf-file, so i load every page to a sheet where two pages placed. OK... the main problem is, that always the right page will not show in the acrobat

Re: [iText-questions] problem with xobjects

2005-06-12 Thread Paulo Soares
I've no idea. You didn't show us the code or the file. - Original Message - From: "Thomas Kübler" <[EMAIL PROTECTED]> To: Sent: Sunday, June 12, 2005 6:54 PM Subject: [iText-questions] problem with xobjects hallo to all, i have a problem with some xobjects. let me explain the workflo

[iText-questions] problem with xobjects

2005-06-12 Thread Thomas Kübler
hallo to all, i have a problem with some xobjects. let me explain the workflow. first i produce a pdf-file with 34 pages. second, i have to imposition these pages to a new pdf-file, so i load every page to a sheet where two pages placed. the main problem is, that always the right page will not

[iText-questions] A forms-question

2005-06-12 Thread Daniel
Hi, I have just began looking into pdf generation. The question I wonder is this: Some pdf forms allow for the user to save the form data (i.e the information they enter into the form) even if they are using the free acrobat reader. Is it possible to create such a form using iText? (I want to ge

Re: [iText-questions] can i print a text file using java

2005-06-12 Thread Bruno Lowagie
Ramasamy K wrote: hi, i am trying to print a TEXT file using java , but i can't get properly. so need how to access printer and how to send a TEXT file to printer . Read http://www.lowagie.com/iText/faq.html#printing or use http://itextdocs.lowagie.com/docs/com/lowagie/tools/Executable.htm