[iText-questions] Maurice Steely/Chichester/Wiley is out of the office.

2005-05-23 Thread MSteely
I will be out of the office starting 23/05/2005 and will not return until 07/06/2005. I will respond to your message when I return. ## The information contained in this e-mail and any subsequent correspondence is private and

Re: [iText-questions] IOException in PdfReader readPdf

2005-05-23 Thread Paulo Soares
That may happen with damaged PDFs. They may open in Acrobat but it doesn't mean they are good. - Original Message - From: "Scott Tyriver" <[EMAIL PROTECTED]> To: Sent: Monday, May 23, 2005 10:27 PM Subject: [iText-questions] IOException in PdfReader readPdf > Hello, > > When attempting

[iText-questions] IOException in PdfReader readPdf

2005-05-23 Thread Scott Tyriver
Hello, When attempting to merge several PDF's we are seeing the following exception occur at random times. Rebuild failed: trailer not found.; Original message: Unexpected '>>' at file pointer 546" Here is the stack trace | 805| |08:09:56.094 CDT|ImagingS.orMerge| 320|ImagingServ

Re: [iText-questions] RTF output, a few fixes

2005-05-23 Thread Mark Hall
On Friday 20 May 2005 14:30, Renaud MICHEL wrote: > I made a few changes to the code that solved my problems so I decided to > share them. > > The lists items were split in several items, so I had a look at the source, > in the write method of RtfListItem there is I agree with your changes to the l

[iText-questions] [iText] MultiColumnText Balance

2005-05-23 Thread Jerry Heinz
When I updated my version of iText to 154, my documents using MultiColumnText started acting differently when they spanned multiple pages. If I add a MultiColumnText object midway through a page, when that object spans to a new page, it too starts midway through the page (please see the attached

RE: [iText-questions] Retrieving all fields from a PDF form

2005-05-23 Thread Adam T. Gautier
Niether, I was answering a question from before with some code. I hae been up for a long time so I am alittle punchy... and unable to type well... Cheers, Adam > I'm not sure what is your question/problem. > >> -Original Message- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED]

RE: [iText-questions] Retrieving all fields from a PDF form

2005-05-23 Thread Paulo Soares
I'm not sure what is your question/problem. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Adam T. Gautier > Sent: Monday, May 23, 2005 9:48 PM > To: Sloey, James > Cc: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] Retr

Re: [iText-questions] Retrieving all fields from a PDF form

2005-05-23 Thread Adam T. Gautier
I use the seperate vunctions because you will get an exception if you need to delete a field which I did. try: mport com.lowagie.text.pdf.*; import java.io.*; import java.util.*; public class PDFListFields { public final static Collection getFieldNames(AcroFields fields) throws Exce

[iText-questions] generated pdf gets Token Type Not Recognized on Acrobat 7.0 only

2005-05-23 Thread David Thielen
Hi; I placed a pdf file at http://www.windward.net/itext.zip as sourceforge won't send email with large attachments. With the pdf in that zip file (built with iText 1.2), when read with Acrobat 7.0 I get a "Token Type Not Recognized" pop-up error message. It reads with no problem under Acro

RE: [iText-questions] Retrieving all fields from a PDF form

2005-05-23 Thread Paulo Soares
Here's the javadoc for getFields(): Gets all the fields. The fields are keyed by the fully qualified field name and the value is an instance of AcroFields.Item. Need I say more? > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Sloey, James > Se

[iText-questions] Retrieving all fields from a PDF form

2005-05-23 Thread Sloey, James
Is there a way to retrieve all the form field names from a PDF file? I have to retrieve an unknown number of form fields from a PDF template and fill in the matching fields with data from an XML file.   I tried using...   //   Reads in the pdf Template  PdfReader reader = new PdfReader(temp

[iText-questions] Display the background color of nested tables

2005-05-23 Thread Chiu Penny
I create a nested table, for example: Table table1 = new Table(2); table1.setBackgroundColor(new Color(0, 0, 255)); table1.addCell("1"); table1.addCell("2"); table1.addCell("3"); Table table2 = new Table(2); table2.setBackgroundColor(new Color(0, 255, 0)); table2.addCell("4"

RE: [iText-questions] Insert an image into a PDF template - PdfContentByte null pointer

2005-05-23 Thread Sloey, James
Thanks Paulo; It works Jim Sloey -Original Message- From: Paulo Soares [mailto:[EMAIL PROTECTED] Sent: Thursday, May 19, 2005 6:13 PM To: Sloey, James; itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] Insert an image into a PDF template - PdfContentByte null pointer

AW: AW: [iText-questions] Finding a String in a pdf

2005-05-23 Thread Benjamin Bratkus
Hello Leonard, thanks for your reply. best regards, Benjamin Bratkus -- Orientation in Objects GmbH Weinheimerstr. 68 D-68309 Mannheim http://www.oio.de Tel +49(0)621-71839-0 Fax. +49(0)621-71839-50 -- --- This SF.Net email is sponsor

Re: AW: [iText-questions] Finding a String in a pdf

2005-05-23 Thread Leonard Rosenthol
At 04:33 AM 5/23/2005, Benjamin Bratkus wrote: do you mean that is generally not possible to find a string or "not easy"? iText doesn't support retrieving the text from a PDF. Look at either PdfBox or Multivalent. Leonard -

AW: [iText-questions] Finding a String in a pdf

2005-05-23 Thread Benjamin Bratkus
hello Bruno, do you mean that is generally not possible to find a string or "not easy"? And if it would be possible to search for a string, could you give me please a short example for searching the string "xyz" in a pdf? best regards, Benjamin Bratkus -- Orientation in Objects GmbH Weinheimers

Re: [iText-questions] Finding a String in a pdf

2005-05-23 Thread Bruno Lowagie
Benjamin Bratkus wrote: do i have the posibility to find easy a String "xyz" with your lib in a pdf? No, this isn't possible with iText. br, Bruno --- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software

[iText-questions] Finding a String in a pdf

2005-05-23 Thread Benjamin Bratkus
sorry for writing without a topic . hello users, i've tryed out your examples on your web site and it looks very nice in generating pdf-files. but i've got some additional questions about itext. do i have the posibility to find easy a String "xyz" with your lib in a pdf? For example contains