[iText-questions] iText

2003-10-25 Thread Trevor Linton
Hi,   I had some encoding problems earlier that i've worked out, however i'm now trying to add full Unicode support. Is there a way to set an encoding to UTF-8 so pretty much any language will work or is that not possible because it's really up to the True Type font for the supported encodin

Re: [iText-questions] screen anotations and renditions

2003-10-25 Thread Leonard Rosenthol
At 3:21 AM -0700 10/23/03, GIMENEZ,GALO (HP-SanDiego,ex1) wrote: I am adding screen anotations and renditions support (pdf 1.5 spec) to iText. I have added a new annocattion type (Screen) and a new object PdfRendition. Cool! Are you doing this to support the new embedded media, such as WMP? On

Re: [iText-questions] form field flattening

2003-10-25 Thread Leonard Rosenthol
At 12:59 PM -0400 10/24/03, Mihnea Galeteanu wrote: I was wondering if anyone has some idea as to how I can take a pdf file which contains form fields and flatten those form fields (i.e. take the values in the form fields and make it into simple text - maybe text annotations). Look at the merge

RE: [iText-questions] re inserting image in to HeaderFooter

2003-10-25 Thread Paulo Soares
Read the image with Image.getInstance(java.awt.Image) and use it as any other. Best Regards, Paulo Soares > -Original Message- > From: s h [SMTP:[EMAIL PROTECTED] > Sent: Wednesday, October 22, 2003 15:30 > To: itext mailing list > Subject: [iText-questions] re inserting image in t

RE: [iText-questions] TemplateFilling the Existing PDF File

2003-10-25 Thread Paulo Soares
There are examples on how to do that at itextpdf.sf.net. Best Regards, Paulo Soares > -Original Message- > From: mamadi rajesh [SMTP:[EMAIL PROTECTED] > Sent: Thursday, October 23, 2003 13:37 > To: [EMAIL PROTECTED] > Subject: [iText-questions] TemplateFilling the Existing PDF File

Re: [iText-questions] Disable printing

2003-10-25 Thread Leonard Rosenthol
At 12:12 PM +0200 10/23/03, [EMAIL PROTECTED] wrote: How can I disable printing on existing PDF file with JDK 1.1.x? Look at the encrypt_pdf example. Leonard -- --- Leonard Rosenthol

[iText-questions] screen anotations and renditions

2003-10-25 Thread GIMENEZ,GALO (HP-SanDiego,ex1)
Hi all, I am adding screen anotations and renditions support (pdf 1.5 spec) to iText. I have added a new annocattion type (Screen) and a new object PdfRendition. I just wanted to check that nobody is doing that or was planning about it so I am not repeating work. Once I am done I can send you a

RE: [iText-questions] iText createFont NullPointerException

2003-10-25 Thread Paulo Soares
I don't think it has anything to do with iText. In any case I don't see any reference to iText classes in the stack trace. Best Regards, Paulo Soares > -Original Message- > From: Cramer, Jo Ann [SMTP:[EMAIL PROTECTED] > Sent: Wednesday, October 22, 2003 17:16 > To: [EMAIL PROTECTED] > S

RE: [iText-questions] form field flattening

2003-10-25 Thread Paulo Soares
See PdfStamper. Best Regards, Paulo Soares > -Original Message- > From: Mihnea Galeteanu [SMTP:[EMAIL PROTECTED] > Sent: Friday, October 24, 2003 18:00 > To: [EMAIL PROTECTED] > Subject: [iText-questions] form field flattening > > Hi, > I was wondering if anyone has some idea as

RE: [iText-questions] Barcode iText

2003-10-25 Thread Paulo Soares
See the example test_barcodes.java at itextpdf.sf.net. Best Regards, Paulo Soares > -Original Message- > From: Olivier Barbecot [SMTP:[EMAIL PROTECTED] > Sent: Thursday, October 23, 2003 22:10 > To: [EMAIL PROTECTED] > Subject: [iText-questions] Barcode iText > > Hi, > > How cou

RE: [iText-questions] PdfPTable- Large Cell throws IOException

2003-10-25 Thread Paulo Soares
That's documented behavior. See the javadoc for PdfPTable. Best Regards, Paulo Soares > -Original Message- > From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] > Sent: Friday, October 24, 2003 16:46 > To: [EMAIL PROTECTED] > Subject: [iText-questions] PdfPTable- Large Cell throws IOEx

RE: [iText-questions] encoding problem

2003-10-25 Thread Paulo Soares
That's not an encoding problem. You need external fonts with the polish characters. Best Regards, Paulo Soares > -Original Message- > From: dimmu3 [SMTP:[EMAIL PROTECTED] > Sent: Friday, October 24, 2003 11:06 > To: [EMAIL PROTECTED] > Subject: [iText-questions] encoding problem >

[iText-questions] PdfPTable- Large Cell throws IOException

2003-10-25 Thread Lucy.X.Hu
Hi, I'm using PdfPTable, when a cell is too large--more than a page, throws an exception like this: ExceptionConverter: java.io.IOException: The document has no pages.         at com.lowagie.text.pdf.PdfPages.writePageTree(Unknown Source)         at com.lowagie.text.pdf.PdfWriter.close(Unknown Sou

RE: [iText-questions] iText createFont NullPointerException

2003-10-25 Thread Cramer, Jo Ann
Paulo, Thanks for looking into this and your quick response and sorry about taking your time. When I went to recreate the stack trace because I hadn't sent it all, I realized that in the development tool (VisualAge for Java) I had turned on a stop execution for NullPointerExceptions because o

[iText-questions] encoding problem

2003-10-25 Thread dimmu3
Hi! I've got a problem with polish character set. When I add a Paragraph with polish text do a document I get just blank space in place of polish character. I set ISO-8859-2 and UTF-8 encoding while creating paragraph, but it still didn't work. How can I add polish text to document? ---

[iText-questions] form field flattening

2003-10-25 Thread Mihnea Galeteanu
Title: form field flattening Hi, I was wondering if anyone has some idea as to how I can take a pdf file which contains form fields and flatten those form fields (i.e. take the values in the form fields and make it into simple text - maybe text annotations). The goal is to use pdf forms as p

[iText-questions] PdfGraphics2D/getStringBounds problem

2003-10-25 Thread David Gilbert
Hi All, I'm investigating a bug report from a JFreeChart user who is having trouble with text alignment in a PDF file created using JFreeChart and iText. The output is OK on Windows but not quite correct on Linux. I believe the problem is due to an incorrect result from the getStringBounds(...)