[iText-questions] Current CVS

2002-06-21 Thread Mark Hall
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi I've got a problem with the current CVS version. The table object used to have a public void complete() method. In the current version this method is specified as "void complete()". Unfortunately all Writers depend on this method being public, bec

[iText-questions] PdfPCell colspan

2002-06-21 Thread Miller, Eric
Without knowing anything about what it would take someone to implement something like this, would anyone else find it useful to have an overidden method for either PdfPTable.addCell() or PdfPCell.setPhrase() that included the colspan? As in: pcell.setPhrase(new Phrase(my phrase, font), colspan)

RE: [iText-questions] Reading PDF's created by PdfAcroForm

2002-06-21 Thread Chris Ward
That's great that it is coming in the future, but for now... I have a co-worker that was on a project (not using iText) that parsed through a PDF file and looked for certain label text and then grabbed the preceding text as a value. When I look at the output of a iText PDF (in a text editor), t

[iText-questions] Using JSP example

2002-06-21 Thread m g
Hello. I am new to itext and going through the tutorial.  I am trying to work with the pdf.jsp example written by Tal Liron and I am getting the following message. --- ERROR BELOW ---

Re: [iText-questions] Reading PDF's created by PdfAcroForm

2002-06-21 Thread Leonard Rosenthol
At 10:43 AM -0500 6/21/02, Chris Ward wrote: >How are PDF files that contain forms created by PdfAcroForm read? I >thought that I had seen others post that iText objects could not be >pulled out of a PDF file due to it's binary file type, and that >makes sense. I see that you can get some infor

[iText-questions] Reading PDF's created by PdfAcroForm

2002-06-21 Thread Chris Ward
How are PDF files that contain forms created by PdfAcroForm read? I thought that I had seen others post that iText objects could not be pulled out of a PDF file due to it's binary file type, and that makes sense. I see that you can get some information such as number of pages and such using Pdf

Re: [iText-questions] Hello

2002-06-21 Thread Leonard Rosenthol
At 6:56 AM -0700 6/21/02, Matt Benson wrote: >At present you don't get the bookmarks, and that's >just part of how the PdfReader works. Correct, at this time. However, my company will be submitting a patch to iText shortly that adds REAL page copying to iText (among other things

[iText-questions] XML + accentuate character

2002-06-21 Thread Christophe Gadaix
Hello, I'm a french developper and I use the XML parser to generate accentuate character (like é). But it seems it doesn't display the 'é'. The second effect is that it "eats" the next two second letters (ex : 'éatt' becomes 't'). I don't know if it is a font problem or if I don't code it correct

Re: [iText-questions] Hello

2002-06-21 Thread David Teran
Hi, afaik this is not possible with iText: when iText merges two documents then all annotations and bookmarks are destroyed. Why dont you generate the documents directly with iText? kind regards, david On Friday, June 21, 2002, at 03:22 PM, kamal chandra wrote: Hai.. I am Using iText to Conca

Re: [iText-questions] Hello

2002-06-21 Thread Matt Benson
At present you don't get the bookmarks, and that's just part of how the PdfReader works. The best suggestion would probably be to use iText to generate "PDF 1", and import the pages of PDF 2 at the same time. -Matt --- kamal chandra <[EMAIL PROTECTED]> wrote: > > Hai.. > > I am Using iText t

RE: [iText-questions] Appending PDFs

2002-06-21 Thread Matt Benson
I don't know, not yet having had opportunity to use iText's form features. I have seen this question before but cannot remember whether it was resolved. It's always best to post your questions to the list. -Matt --- "Buch, William" <[EMAIL PROTECTED]> wrote: > Matt > Thanks for the point

[iText-questions] Hello

2002-06-21 Thread kamal chandra
Hai.. I am Using iText to Concat two PDF file.This is what i do. 1.I use Xsl-Fo to  design a PDF Dynamically(file-1)..With     BookMarks And Links 2.I use iText to  concat the two PDF the file-1 and file-2 The problem is When i Concat both I was unable to view the Bookmarks and Links can you pleas

Re: [iText-questions] Unable to display TIFF in PDF

2002-06-21 Thread mark stephens
Be warned JAI tiff support seems incomplete - for example if you try to save a BufferedImage as a tiff (and its rgb or argb), JAI crashes. Java 1.4 has some new image IO routines. MArk On Friday 21 June 2002 11:02 am, you wrote: > This is really not an iText problem. You'll have to convert the

RE: [iText-questions] Unable to display TIFF in PDF

2002-06-21 Thread Paulo Soares
This is really not an iText problem. You'll have to convert the TIFF into an RGBA java.awt.Image and feed this image to iText. The JAI mailing list can be useful for information. Best Regards, Paulo Soares > -Original Message- > From: Padmanabhan, Shobana [SMTP:[EMAIL PROTECTED]] > Sent: