RE: [iText-questions] PDF Flattening

2005-06-04 Thread Leonard Rosenthol
At 07:17 PM 6/3/2005, Bill Sanders wrote: Everything is TIFF based, which is why I'm pulling my hair out. Then in that case - use imaging software (eg. GraphicsMagick) to composite the raw TIFFs together and THEN create a PDF from that... Leonard ---

[iText-questions] Problem merging pdf files

2005-06-04 Thread Franco Biaggi
Hi, I have problems merging some pdf files containing interative forms. In the first step i created and fill the single pds files. This are ok stored with the variables. In the second step I will merge these files in a single one pdf file. The problem is that the filled fields are present only on

Re: [iText-questions] Generation procedure unsuitably designed?

2005-06-04 Thread Chris Smith
Vjeran Marcinko wrote: Is there a way to use more tipical (better?) procedure, practiced by most other libraries that generate some kind of content (JDOM, JFreeChart) : 1. Create Document 2. Add content 3. Create PdfWriter using OutputStream 4. Write Document using PdfWriter In other words

[iText-questions] Null pointer exception when trying to set zoom to 100%

2005-06-04 Thread david allen
Hi all, I am getting a null pointer exception when trying to set the zoom to 100% Here is my code: Document document = new Document(new Rectangle( 500, 500)); ByteArrayOutputStream out = new ByteArrayOutputStream(); PdfWriter writer = PdfWriter.getInstance(document, out); writer.setOpenActio

[iText-questions] [total number of pages]

2005-06-04 Thread Marco Büchler
hi, i'm using the RTFWriter (not the RTFWriter2). but the new RtfTotalPageNumber() doesn't work. can anybody give an solution??? thankz ciao marco --- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a proj

Re: [iText-questions] number of columns in PdfPTable

2005-06-04 Thread Bruno Lowagie
Ekta Ojha wrote: Hello Group, Please advise me if I can use 27 columns using PdfPTable. Yes. or in other words can we have horozontal scrolling. What do you mean by horizontal scrolling? What can be the other reasons for this exception. ExceptionConverter: java.io.IOException: The docum

Re: [iText-questions] need page numbering help

2005-06-04 Thread Bruno Lowagie
Beet wrote: I have a very specific case in my PDF output where the data may run over into additional pages in a certain section. Every other section doesn't have this problem because I will never "run over" to a new page, so I can specifically call my addPageNum() method to put the page number

Re: [iText-questions] Table vs PdfPTable confusion

2005-06-04 Thread Bruno Lowagie
Biker Conrad wrote: Hi: I am confused about which of these classes I should use when I generate my pdf reports. The table class is richer in features and I am very inclined to use it, on the other hand I saw in the tutorial that the Table class is qualified as old and not supported. I found tha

Re: [iText-questions] Generation procedure unsuitably designed?

2005-06-04 Thread Bruno Lowagie
Vjeran Marcinko wrote: Hi everyone. I never used iText, only took a quick glance at code examples, and though it looks great by features I noticed one thing that seems a bit odd, and quite unsuitable for my needs. Correct me if I'm wrong, but generation of PDF let's say, consists of following s

Re: [iText-questions] borderless tables?

2005-06-04 Thread Bruno Lowagie
Bear Giles wrote: Hi, How do I create a table without borders? I tried "setDefaultCellBorderWidth(0.0f)", but that didn't do it. setBorder(Rectangle.NO_BORDER); br, Bruno --- This SF.Net email is sponsored by: NEC IT Guy Games. How far