Re: [iText-questions] Cropping a PDF

2004-08-06 Thread Mat Gessel
Creo makes a free crop tool for Acrobat which may give you better results. It allows you to individually set crop, media, trim and bleed boxes. You probably want to set the trim box--though some RIPs use crop box too. You have to create an account @ their website (also free). Search the download

Re: [iText-questions] Cropping a PDF

2004-08-06 Thread Leonard Rosenthol
At 04:04 PM 8/6/2004, Jim McLean wrote: I have a PDF file of a form we use form our printing company. I has printing hashes, etc on it that I need to crop out. I cropped them with Adobe Acrobat and of course that only hides the info (Thanks Adobe!). So as a work around I tried distilling my PDF.

[iText-questions] Cropping a PDF

2004-08-06 Thread Jim McLean
Gents, Here's my situation: I have a PDF file of a form we use form our printing company. I has printing hashes, etc on it that I need to crop out. I cropped them with Adobe Acrobat and of course that only hides the info (Thanks Adobe!). So as a work around I tried distilling my PDF. Which lo

Re: [iText-questions] OutOfMemory

2004-08-06 Thread Paulo Soares
How much memory do you have assigned to your JVM? Best Regards, Paulo Soares - Original Message - From: "Parthasarathi Sreenivasan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 06, 2004 18:09 Subject: [iText-questions] OutOfMemory > When I attempt repeatedly merge a

Re: [iText-questions] PdfPTable height

2004-08-06 Thread Paulo Soares
- Original Message - From: "Joseph Chakkungal" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 06, 2004 17:43 Subject: Re: [iText-questions] PdfPTable height > Hi Paulo, > > Thanks for the help. The new version of the iText that you provided does > split long rows so th

[iText-questions] OutOfMemory

2004-08-06 Thread Parthasarathi Sreenivasan
When I attempt repeatedly merge a 2MB document 10 times, I get an OutOfMemory error after 8th time. This is very consistent and am able to do the same operation using JPdf (but extremely slow). Are there known issues with iText related to memory usage? or am I doing something wrong? I basically use

Re: [iText-questions] PdfPTable height

2004-08-06 Thread Joseph Chakkungal
Hi Paulo, Thanks for the help. The new version of the iText that you provided does split long rows so that it is displayed in multiple pages. But the PDF generated by my program is having some problems as follows; When a row cannot fit in the remaining space of a page, it is displayed in the ne

Re: [iText-questions] Creating destinations while concatening PDFs

2004-08-06 Thread Paulo Soares
You can't have a goto for a page that doesn't exist in that document at the time of creation, you need an extra step. Create an empty page and concatenate all the pages with PdfCopy to memory. Use PdfStamper to add the text and links to the first page. Best Regards, Paulo Soares - Original Me

Re: [iText-questions] Controlling the Fonts in cell of a report that is generated by query

2004-08-06 Thread Paulo Soares
A cell only accepts text, be it from a query or from elsewhere. What did you expect to happen? Best Regards, Paulo Soares - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 06, 2004 2:21 Subject: [iText-questions] Controlling the Fonts in cell of

Re: [iText-questions] problem while writing to pdf

2004-08-06 Thread Paulo Soares
Are you sure that helloitext.pdf is a valid pdf? Best Regards, Paulo Soares - Original Message - From: "Meghal Donde" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 06, 2004 8:22 Subject: [iText-questions] problem while writing to pdf > Hi, > I am trying to use field_

Re: [iText-questions] java.lang.IndexOutOfBoundsException

2004-08-06 Thread Paulo Soares
Table is unsupported. Use PdfPTable instead. Best Regards, Paulo Soares - Original Message - From: "Bono, Tony" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 05, 2004 23:57 Subject: [iText-questions] java.lang.IndexOutOfBoundsException > Hi, > I am trying to create

[iText-questions] Creating destinations while concatening PDFs

2004-08-06 Thread Serafín Orillán
Hi all! I'm having a problem with local/goto destinations while dynamically creating a PDF from some existing PDFs. Here it goes... I have to generate a PDF doc concatening some PDFs that already exist. I read in the documentation how to do it, and i followed the instructions (actually, i copie

[iText-questions] java.lang.IndexOutOfBoundsException

2004-08-06 Thread Bono, Tony
Hi, I am trying to create a table where there are three layers of data: Category, SubCategory and line item examples. I iterate through a List and use getter methods to retrieve the data. The data is in line item by Sub Category, by Category order, meaning that Category is the major sort. The re

[iText-questions] (no subject)

2004-08-06 Thread Bono, Tony
Hi, I am trying to create a table where there are three layers of data: Category, SubCategory and line item examples. I iterate through a List and use getter methods to retrieve the data. The data is in line item by Sub Category, by Category order, meaning that Category is the major sort. The re

[iText-questions] problem while writing to pdf

2004-08-06 Thread Meghal Donde
Hi, I am trying to use field_merge.java from examples given on http://itextpdf.sourceforge.net/ Though this, I am trying to write and set value. An Exception is been thrown as follows java field_merge -f helloitext.pdf helloitextduplicate.pdf ATextField=Meghal java.io.IOException: PDF header signa