Re: [iText-questions] iText question about PdfTable

2015-05-19 Thread Nicolas Conde
http://java-white-box.blogspot.com.ar/2014/03/itext-pdfptable-como-agregar-una-tabla.html plz view this On Tue, May 19, 2015 at 12:59 PM, Haddy, Diane E wrote: > Hello > > > > I am very new to iText and still in the learning mode. I have downloaded > itextpdf – 5.5.6 jar file in eclipse. I ha

Re: [iText-questions] Itext Question

2012-05-07 Thread Alberto León
it sounds like OCR The Book and the website of iText say clearly "iText is not an OCR". Sorry supun, I suppose this is not the way. 2012/5/7 Amedee Van Gasse > On Wed, May 2, 2012 09:29, supun ganesh wrote: > > Hi Sir, > > > > I am C# Developer. i am stuck with reading PDF Image.i try lot of wa

Re: [iText-questions] Itext Question

2012-05-07 Thread Amedee Van Gasse
On Wed, May 2, 2012 09:29, supun ganesh wrote: > Hi Sir, > > I am C# Developer. i am stuck with reading PDF Image.i try lot of ways. > I want to read PDF image and capture text. Hi Supun, You didn't actually ask a real question. First, do you have the iText book? The answer may be in there. Seco

Re: [iText-questions] [iText-Question] Problem With Setting Properties of PDF Document

2011-08-30 Thread Edward W. Rouse
issue with the Viewer you are using to open the document. From: Tejraj Singh [mailto:tejr...@brickred.com] Sent: Tuesday, August 30, 2011 12:39 PM To: Post all your questions about iText here Subject: Re: [iText-questions] [iText-Question] Problem With Setting Properties of PDF Document As I

Re: [iText-questions] [iText-Question] Problem With Setting Properties of PDF Document

2011-08-30 Thread Tejraj Singh
As I mentioned in code snippet, I set "keywords" as value for 'Keywords' property. From: Leonard Rosenthol [mailto:lrose...@adobe.com] Sent: Tuesday, August 30, 2011 9:58 PM To: Post here Subject: Re: [iText-questions] [iText-Question] Problem With Setting Properties of PDF

Re: [iText-questions] [iText-Question] Problem With Setting Properties of PDF Document

2011-08-30 Thread Leonard Rosenthol
What value are you putting into Keywords? From: Tejraj Singh mailto:tejr...@brickred.com>> Reply-To: Post here mailto:itext-questions@lists.sourceforge.net>> Date: Tue, 30 Aug 2011 09:18:09 -0700 To: Post here mailto:itext-questions@lists.sourceforge.net>> Subject: [iText-questions] [iText-Quest

Re: [iText-questions] [iText-Question] Not Able To Add Image to Existing PDF - Please Help

2011-08-25 Thread Tejraj Singh
in version 5.1.1, due to the "List symbol attributes were ignored" fix) -Regards, Tejraj From: Leonard Rosenthol [mailto:lrose...@adobe.com] Sent: Thursday, August 25, 2011 9:01 PM To: Post here Subject: Re: [iText-questions] [iText-Question] Not Able To Add Image to Existing PDF - Plea

Re: [iText-questions] [iText-Question] Not Able To Add Image to Existing PDF - Please Help

2011-08-25 Thread Tejraj Singh
Yes, it worked with iText 5.1.2 Thanks for the support. From: Balder VC [mailto:li...@redlab.be] Sent: Thursday, August 25, 2011 8:49 PM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] [iText-Question] Not Able To Add Image to Existing PDF - Please Help Have you tried

Re: [iText-questions] [iText-Question] Not Able To Add Image to Existing PDF - Please Help

2011-08-25 Thread Balder VC
I think the cause could be "Bugfix: The height of the |Image| wasn't taken into account when creating a |PdfPCell| with an |Image|. (This bug was introduced in version 5.1.1, due to the "List symbol attributes were ignored" fix) " @see http://itextpdf.com/history/?branch=51&node=512 On 25/08/2

Re: [iText-questions] [iText-Question] Not Able To Add Image to Existing PDF - Please Help

2011-08-25 Thread Leonard Rosenthol
011 08:11:06 -0700 To: Post here mailto:itext-questions@lists.sourceforge.net>> Subject: Re: [iText-questions] [iText-Question] Not Able To Add Image to Existing PDF - Please Help This is strange, the image is there in the PDF you attached. Please find attached the final PDF generated at m

Re: [iText-questions] [iText-Question] Not Able To Add Image to Existing PDF - Please Help

2011-08-25 Thread Balder VC
Have you tried with itext 5.1.2 ? On 25/08/2011 17:11, Tejraj Singh wrote: This is strange, the image is there in the PDF you attached. Please find attached the final PDF generated at my end, it does not show the image. Any idea what could be the reason. I am working with Adobe Acrobat 9 Pro

Re: [iText-questions] [iText-Question] Not Able To Add Image to Existing PDF - Please Help

2011-08-25 Thread Balder VC
On 25/08/2011 17:05, Tejraj Singh wrote: Please confirm if you have received the attachment, as I received notification from ' postmas...@autonomy.com ' that attachment is removed. If this the case please find below the code and attached PDF and image file.

Re: [iText-questions] [iText-Question] Not Able To Add Image to Existing PDF - Please Help

2011-08-25 Thread 1T3XT BVBA
On 25/08/2011 16:39, Tejraj Singh wrote: Just a note here, previously we were using very old version of iText (i.e 1.3 version) and it was working fine. However this not working when upgraded to version 5.1.1. That's odd. Do you have a standalone example we can use to reproduce the problem? ---

Re: [iText-questions] [iText-Question] Not Able To Add Image to Existing PDF - Please Help

2011-08-25 Thread Tejraj Singh
. From: 1T3XT BVBA [mailto:i...@1t3xt.info] Sent: Thursday, August 25, 2011 8:04 PM To: Post all your questions about iText here Subject: Re: [iText-questions] [iText-Question] Not Able To Add Image to Existing PDF - Please Help On 25/08/2011 16:21, Tejraj Singh wrote: As mentioned under "

Re: [iText-questions] [iText-Question] Not Able To Add Image to Existing PDF - Please Help

2011-08-25 Thread 1T3XT BVBA
On 25/08/2011 16:21, Tejraj Singh wrote: As mentioned under "http://support.itextpdf.com/node/105";, I checked the value of getLeft() and getBottom() and both returns 0.0 Then maybe the image doesn't show up because of the convoluted way you are trying to achieve this. Why are you using a table

Re: [iText-questions] [iText-Question] Not Able To Add Image to Existing PDF - Please Help

2011-08-25 Thread Tejraj Singh
Re: [iText-questions] [iText-Question] Not Able To Add Image to Existing PDF - Please Help On 25/08/2011 14:09, Tejraj Singh wrote: Please let me know what I am doing wrong here. You are assuming that the lower-left corner of the page is 0,0. See http://support.itextpdf.com/node/106

Re: [iText-questions] [iText-Question] Not Able To Add Image to Existing PDF - Please Help

2011-08-25 Thread 1T3XT BVBA
On 25/08/2011 14:09, Tejraj Singh wrote: Please let me know what I am doing wrong here. You are assuming that the lower-left corner of the page is 0,0. See http://support.itextpdf.com/node/106 and http://support.itextpdf.com/node/105 bullet 2. --

Re: [iText-questions] iText Question - Enabling saving form data for user

2010-09-23 Thread 1T3XT info
On 23/09/2010 14:27, Raghu Madiraju wrote: > Hi, > Can we enable the saving form data rights to user for the PDF we are > creating by iText? > If so, can you please let me know, how we can do this? Yes, purchase a copy of Adobe Acrobat and you can reader enable the form created with iText. -- Thi

Re: [iText-questions] Itext / question about hash calculation from plain PDF files without digital signatures

2010-09-16 Thread kuehne
onality for the signature-related stuff and you should focus on things like the PAdES support ... Greetings Andreas - original Nachricht ---- Betreff: Re: [iText-questions] Itext / question about hash calculation from plain PDF files without digital signatures Gesendet: Do, 16. Se

Re: [iText-questions] Itext / question about hash calculation from plain PDF files without digital signatures

2010-09-16 Thread mkl
1T3XT info wrote: > > You might consider applying a certification signature yourself > > IMO, that's both the easiest and the best solution, but from the initial > post, I assumed that the OP rejected this solution. (Maybe that was a > misinterpretation.) I'm not sure my interpretation of the O

Re: [iText-questions] Itext / question about hash calculation from plain PDF files without digital signatures

2010-09-16 Thread 1T3XT info
On 16/09/2010 9:20, mkl wrote: > You might consider applying a certification signature yourself to the > initial document distributed to the other users disallowing PDF viewers to > do any changes at all. IMO, that's both the easiest and the best solution, but from the initial post, I assumed that

Re: [iText-questions] Itext / question about hash calculation from plain PDF files without digital signatures

2010-09-16 Thread mkl
Harri, harriv wrote: > our intention is not to re-invent the wheel in electronic signing but to > ease up the signing process. I.e. how users can create contract signign > requests, find which users are are legally allowed to represent different > companies and of course finally sign the conracts

Re: [iText-questions] Itext / question about hash calculation from plain PDF files without digital signatures

2010-09-16 Thread 1T3XT info
On 16/09/2010 7:56, Harri Virtala wrote: > Hello, > > I understand your comment, but I have to point out that our intention is > not to re-invent the wheel in electronic signing Yes, you are. I hope Leonard will second me. > but to ease up the signing process. I fail to see why you think "real"

Re: [iText-questions] Itext / question about hash calculation from plain PDF files without digital signatures

2010-09-15 Thread Harri Virtala
:31 Vastaanottaja: Post all your questions about iText here Aihe: Re: [iText-questions] Itext / question about hash calculation from plain PDF files without digital signatures On 16/09/2010 5:32, Harri Virtala wrote: > the library > still generates some unique ID's to the document based on

Re: [iText-questions] Itext / question about hash calculation from plain PDF files without digital signatures

2010-09-15 Thread 1T3XT info
On 16/09/2010 5:32, Harri Virtala wrote: > the library > still generates some unique ID's to the document based on system time This is how it SHOULD be. Apart from the date in the metadata, there's also a unique ID that is added every time a PDF is generated from scratch. > Is there a way to excl

Re: [iText-questions] iText question regarding one tutorial

2010-06-23 Thread 1T3XT info
vallentin...@gmail.com wrote: > Can you please tell me where can I find the rest of this tutorial? > Because the link in the pdf does not work anymore. I needed asap, > please, if you can help me I would really appreciate it The tutorial was removed after the publication of the first book (2007)

Re: [iText-questions] IText question

2009-08-26 Thread 1T3XT info
Yang, Tao wrote: > I have some questions/troubles while using your lib. Are the following > implementations able to be done by using > IText?(all of the questions are dynamically editing the existing pdf file) Most of your questions are impossible in traditional PDF. In other words: it doesn't

Re: [iText-questions] iText question

2009-06-16 Thread 1T3XT info
SHASHIKANT.KULKARNI wrote: > I understood that it's not possible "Out-of-the-box" but can you point me to > some sample code or can you share some sample code? No. -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info -

Re: [iText-questions] iText question

2009-06-16 Thread SHASHIKANT.KULKARNI
I understood that it's not possible "Out-of-the-box" but can you point me to some sample code or can you share some sample code? Thanks Shashikant 1T3XT info wrote: > > SHASHIKANT.KULKARNI wrote: >> Hi, >> >> Thanks for the reply. Sorry for creating confusion. Now I have updated >> the >> att

Re: [iText-questions] iText question

2009-06-16 Thread 1T3XT info
SHASHIKANT.KULKARNI wrote: > Hi, > > Thanks for the reply. Sorry for creating confusion. Now I have updated the > attached image. Please have a look at iText_Req_updated.jpg. Can you point > me to some sample code or can you share some sample code which I can try and > see. That's not possible "O

Re: [iText-questions] iText question

2009-06-16 Thread SHASHIKANT.KULKARNI
Hi, Thanks for the reply. Sorry for creating confusion. Now I have updated the attached image. Please have a look at iText_Req_updated.jpg. Can you point me to some sample code or can you share some sample code which I can try and see. Thanks, Shashikant http://www.nabble.com/file/p24052063/iTex

Re: [iText-questions] iText question

2009-06-16 Thread 1T3XT info
Shashikant Kulkarni wrote: > Hi, > > I am new to iText and trying to use it. I am stuck at one place and > don't know how to proceed. I tried to google it did not get any answer. > Please see attached file for my requirement. How can I fulfill the > requirement? I don't understand the image.

Re: [iText-questions] iText question

2008-12-06 Thread Kevin Day
--- Original Message ---    From: mister bean <[EMAIL PROTECTED]> To: itext-questions@lists.sourceforge.net Cc:  Date: Fri, 5 Dec 2008 11:33:42 -0800 (PST) Subject: Re: [iText-questions] iText question    The broad answer to your question is iText can pull apart a PDF

Re: [iText-questions] iText question

2008-12-05 Thread mister bean
The broad answer to your question is iText can pull apart a PDF into its elements, but that probably won't solve your probem. PDF files do not necessarily contain text in a sequential order. The text can be written as one glyph (letter) at one point and then the remaining characters as a series of

Re: [iText-questions] IText question

2007-11-20 Thread Bruno Lowagie (iText)
[EMAIL PROTECTED] wrote: > > Hello, > > I am wondering if IText can convert a Postscript file to a PDF file. > I will be using Java to do this, if possible. We had some EPS to PDF code in one of the older versions of iText, but that part was removed because of an issue with license ambiguity: ac

Re: [iText-questions] iText question answered

2007-01-29 Thread Paulo Soares
> Sent: Monday, January 29, 2007 12:33 PM > To: Arne Venstad; Post all your questions about iText here > Subject: Re: [iText-questions] iText question answered > > Arne Venstad wrote: > > I have experimented a little bit with the PdfPTable, > PdfPCell and the > > HT

Re: [iText-questions] iText question answered

2007-01-29 Thread Bruno Lowagie
Bruno Lowagie (iText) wrote: > The entities you are referring too are present in the class > com.lowagie.text.Entities, but I don't think they were implemented > in HTMLWorker (I am forwarding this to the mailing list so that > somebody can correct me if I'm wrong). I immediately have to correct m

Re: [iText-questions] iText question answered

2007-01-29 Thread Bruno Lowagie (iText)
Arne Venstad wrote: > I have experimented a little bit with the PdfPTable, PdfPCell and the > HTMLWorker.parseToList. > I can report that this has been successful with a sample HTM-file > created by the tiny_mce editor! > > There are a couple of unsupported entities in our sample file: The HTML

Re: [iText-questions] [Itext#] Question about concatenation andBookmarks

2006-12-15 Thread Campa
Thanks Paulo. I converted the code. I hope someone else found it usefull :D Bye, Campa. public static void concat2(string[] args) { if (args.Length < 2) { Console.WriteLine("arguments: file1 [file2 ...] destfile"); } else { try

Re: [iText-questions] [Itext#] Question about concatenation andBookmarks

2006-12-15 Thread Paulo Soares
Have a look at the Java code in concat_pdf.java and adapt it to C#. The relevant code is as follows: public static void main(String args[]) { if (args.length < 2) { System.err.println("arguments: file1 [file2 ...] destfile"); } else { try { int pageOffset = 0; ArrayList master = new

Re: [iText-questions] iText Question

2006-09-19 Thread Bruno Lowagie
Patrick wrote: > Hi, > > I am using iText for creating PDF files. How do I set the font for the > table cells or for the whole document. > I have no problem with paragraphs Setting the font for the whole document: not possible. You need to set the font for the different objects (or create a subc

Re: [iText-questions] iText question

2006-09-06 Thread bruno
[EMAIL PROTECTED] wrote: > > I need that image (from url) inside the pdf file. > > Please, where i'm wrong? Or i can't take an image from a http with itext? Before blaming iText for anything you should try something like this: java.net.URL myImage = new URL(path_to_image); myImage.openStream();

Re: [iText-questions] iText question

2006-09-04 Thread mdcapurro
Bruno, I'm sorry. Now i'm writing to the correct place(itext-questions@lists.sourceforge.net).  I new, very new in java. I'm at university yet. I'm in a new work and i'm trying make a pdf from an html file. This file is simple, like your example at your page. If i work using tables and text

Re: [iText-questions] iText-question

2006-08-03 Thread bruno
Timo Biedenbender wrote: > The tables should be generated dynamically. OK. > They can have different number of columns and the columns can have > different widths. I think, the easiest way to do this, is to generate > a table with automatic-widths of the columns (like in HTML), because i > wa

RE: [iText-questions] iText Question

2006-04-28 Thread Paulo Soares
PdfStamper can't get or create optional content layers. It's not rocket science but it's not yet done.   Paulo From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sontheimer, MarcoSent: Friday, April 28, 2006 2:11 PMTo: itext-questions@lists.sourceforge.netSubjec

Re: [iText-questions] [iText Question] - Images always centered

2006-03-08 Thread Paulo Soares
Use the latest release. - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Wednesday, March 08, 2006 8:34 PM Subject: [iText-questions] [iText Question] - Images always centered Hi, I've been using iText for a few months and now just of a sudden all my images that I use a

Re: [iText-questions] IText question

2005-10-05 Thread bruno
Grzegorz Dobrowolski wrote: Hello, I'm wondering if IText can automaticly generate PdfPTable cell width without setting percentage of table cells, only with setting table width to 100% of page? Yes, in that case the 100% width is distributed equally over the cells. No, it is not possible

RE: [iText-questions] iText question

2005-07-12 Thread Paulo Soares
> Sent: Tuesday, July 12, 2005 12:33 PM > To: Paulo Soares > Subject: RE: [iText-questions] iText question > > > Thank you very much for answering me. > > But I still don´t know how to set the automatic size to the fields. > > When I set the field in the form I ha

RE: [iText-questions] iText question

2005-07-12 Thread Paulo Soares
Fields can have automatic size. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of [EMAIL PROTECTED] > Sent: Tuesday, July 12, 2005 11:45 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] iText question > > > Hello, >

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

RE: [iText-questions] iText Question: Images

2005-06-15 Thread Paulo Soares
What is the problem exactly? > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Bill Murray > Sent: Tuesday, June 14, 2005 8:16 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] iText Question: Images > > Sorry if this so

RE: [iText-questions] ITEXT question

2004-12-09 Thread Paulo Soares
Use PdfStamper. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Fabrizio Brozzi > Sent: Thursday, December 09, 2004 3:21 PM > To: [EMAIL PROTECTED] > Subject: [iText-questions] ITEXT question > > I have two files PDF to be join in an unique fil

RE: [iText-questions] itext question

2004-09-29 Thread Paulo Soares
I don't think you can do it for ttf and ttc. Do you have any pdf using that feature? Best Regards, Paulo Soares > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of [EMAIL PROTECTED] > Sent: Wednesday, September 29, 2004 6:13 AM > To: [EMAIL PROTECTE

RE: [iText-questions] iText Question?

2004-09-23 Thread Paulo Soares
Use a PdfPTable with setSplitRows(true). Best Regards, Paulo Soares > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of VIJAY WADHWANI > Sent: Wednesday, September 22, 2004 8:35 PM > To: [EMAIL PROTECTED] > Subject: [iText-questions] iText Question

RE: [iText-questions] iText - Question

2004-06-09 Thread Paulo Soares
This may happen with mismatched saveState()/restoreState(). Maybe you should post the file somewhere for us to look at it. Best Regards, Paulo Soares > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 08, 2004 12:30 PM > To: [EMAIL PROTECTE

RE: [iText-questions] iText question

2004-03-01 Thread Bill Ensley
You'll likely get a rather vague answer from the iText team on this one, I'll try to help.   PDF Files are Vector and Image by default.   A vector file is a scaleable file ie Adobe illustrator, Corel Draw, Freehand; it uses points to create a 2-dimensional shape so there is no set DPI.

Re: [iText-questions] iText question

2004-02-29 Thread Leonard Rosenthol
At 05:55 PM 2/27/2004, Brian Timmer wrote: What DPI does the resulting PDF file use? Is it different between iTextSharp and iText? I'm actually using iTextSharp. PDF's are device INDEPENDANT - they have no DPI. Leonard

RE: [iText-questions] itext question

2003-10-31 Thread Paulo Soares
You have to change the page size before opening the document for it to work for the first page. Best Regards, Paulo Soares > -Original Message- > From: Rémi Guilbert [SMTP:[EMAIL PROTECTED] > Sent: Thursday, October 30, 2003 19:11 > To: [EMAIL PROTECTED] > Subject: [iText-questions

Re: [iText-questions] iText question

2003-10-09 Thread Marcus Ilgner
Hi, I don't know if this could be the problem, but maybe you have to call Document::newPage() when your report gets too large? Anyway I would suggest JasperReports (http://jasperreports.sourceforge.net/) for creation of dynamic reports rather than using iText directly since you gain a lot of flexi

Re: [iText-questions] [itext-question] convert Html to Pdf

2003-09-05 Thread Leonard Rosenthol
At 5:07 PM +0800 9/5/03, <[EMAIL PROTECTED]> wrote: Instead of construting a PDF file line by line, is there any methods to convert an existing Html to Pdf for a servlet? Sure, a number of them. What level of HTML do you need? 3.2? 4? XHTML? CSS1? CSS2? What OS platform? Leonard -- ---

RE: [iText-questions] iText question from a new user

2003-01-30 Thread Paulo Soares
TECTED]] > Sent: Thursday, January 30, 2003 17:09 > To: [EMAIL PROTECTED] > Subject: RE: [iText-questions] iText question from a new user > > When yor say "fonts are usually subset" - that's if you only include the > used glphys, correct? If we have contr

RE: [iText-questions] iText question from a new user

2003-01-30 Thread Andy Kriger
ursday, January 30, 2003 11:34 To: 'Andy Kriger'; [EMAIL PROTECTED] Subject: RE: [iText-questions] iText question from a new user Before you start anything don't forget that fonts are usually subset which means that you have a good chance of writing a string consisting of squares.

RE: [iText-questions] iText question from a new user

2003-01-30 Thread Paulo Soares
. Best Regards, Paulo Soares > -Original Message- > From: Andy Kriger [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, January 30, 2003 16:16 > To: [EMAIL PROTECTED] > Subject: RE: [iText-questions] iText question from a new user > > No problem with that. I can read spec

RE: [iText-questions] iText question from a new user

2003-01-30 Thread Andy Kriger
nal Message- From: Leonard Rosenthol [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 30, 2003 11:07 To: Andy Kriger; [EMAIL PROTECTED] Subject: RE: [iText-questions] iText question from a new user At 10:01 AM -0500 1/30/03, Andy Kriger wrote: >Then the next question is are there open-source o

RE: [iText-questions] iText question from a new user

2003-01-30 Thread Andy Kriger
: [iText-questions] iText question from a new user At 5:45 PM -0500 1/29/03, Andy Kriger wrote: >Could I get embedded Fonts out of the PDF and use those to generate dynamic >strings/images which I can paste into the PDF? Same answer... Possible, yes, but it will require you t

RE: [iText-questions] iText question from a new user

2003-01-29 Thread Andy Kriger
onard Rosenthol [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 29, 2003 16:06 To: Andy Kriger; [EMAIL PROTECTED] Subject: Re: [iText-questions] iText question from a new user At 3:44 PM -0500 1/29/03, Andy Kriger wrote: >I am interested in modifying existing PDF files using iText. I t