[iText-questions] Unable to view the Example PDF given in the tutorial

2003-11-14 Thread Anis h
CJK Fonts are explained in the Tutorial in Chapter 9 There is link following the text given below This piece of code is used in example 9 and you can take a look a the result here. I clicked on the link to view the pdf .. I am getting the following errors error 1: A font required for font

Re: [iText-questions] Unable to view the Example PDF given in the tutorial

2003-11-14 Thread Bruno
Make sure you have the extra JAR with the Asian fonts (at Runtime). Make sure you have the Adobe support package for CJK fonts (at Viewtime). br, Bruno --- This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn

[iText-questions] Pdf size grows as I add the same image

2003-11-14 Thread FREESTYLER2000
Hi I'm making Pdf documents and with every new page I add an image, always the same. But if the image's size is 15 bytes and the Document is 10 pages long then the pdf is at least 150 bytes. Exists a way to make the pdf's size grow only as if there was only one image (and every image be

RE: [iText-questions] Problems adding images to PDF from an URL

2003-11-14 Thread Malte Erikson
On Thu, 2003-11-13 at 18:35, Paulo Soares wrote: Actually, there's a bug in iText when trying to create an Image using getInstance( String )! The method toURL in Image.java starts with the following rows: public static URL toURL(String filename) throws MalformedURLException { if

Re: [iText-questions] strike through font

2003-11-14 Thread Dayal Murukutla
Hi, Thanks. I want to assign a strike through font to a form field. I am setting the values for form fields in my servlet. PdfStamper stamp = new PdfStamper(reader, bos); AcroFields form = stamp.getAcroFields(); form.setField(field1,dayal); so if I need to set a strike through font for field1,

RE: [iText-questions] Preliminary work on PDF content extraction

2003-11-14 Thread Paulo Soares
Thank you. I'm curious as to why you didn't use JPEDAL, MULTIVALENT or other existing library. It's an interesting idea to have some text extraction capabilities. Best Regards, Paulo Soares -Original Message- From: Kevin Day [SMTP:[EMAIL PROTECTED] Sent: Thursday, November 13, 2003

RE: [iText-questions] Pdf size grows as I add the same image

2003-11-14 Thread Paulo Soares
Only call Image.getInstance(image) once. Best Regards, Paulo Soares -Original Message- From: FREESTYLER2000 [SMTP:[EMAIL PROTECTED] Sent: Friday, November 14, 2003 11:05 To: [EMAIL PROTECTED] Subject: [iText-questions] Pdf size grows as I add the same image Hi I'm

RE: [iText-questions] Problems adding images to PDF from an URL

2003-11-14 Thread Paulo Soares
That's a convenience to catch strings that should be URL. URL will work, of course. I'll add the https. Best Regards, Paulo Soares -Original Message- From: Malte Erikson [SMTP:[EMAIL PROTECTED] Sent: Friday, November 14, 2003 13:39 To: [EMAIL PROTECTED] Subject: RE:

RE: [iText-questions] strike through font

2003-11-14 Thread Paulo Soares
The PDF specs don't allow that. In Acrobat 6 it's possible to have bold and italic fields but that's all. Best Regards, Paulo Soares -Original Message- From: Dayal Murukutla [SMTP:[EMAIL PROTECTED] Sent: Friday, November 14, 2003 15:25 To: [EMAIL PROTECTED] Cc: Paulo Soares

[iText-questions] XML to PDF and barcodes in the PDF file

2003-11-14 Thread Marek Bednarczyk
Hi, I'm trying to parse an XML file and generate a corresponding PDF file just like it is done in chapter 7 example 2 in the iText tutorial. Is there any way to add a barcode, for example Code 39, to the PDF file? I don't want to change the method of generating, it's very convinient in my

[iText-questions] Adding a form and fields to existing PDF

2003-11-14 Thread Sölter, Peter
Hello everybody, is it possible to read an existing PDF-document (e.g. with PdfReader / PdfStamper) and to add a Acroform and Fields to the resulting PDF? If so, what would be the best way to do it? Thanks in advance, Peter ---

RE: [iText-questions] How do I check a checkbox?

2003-11-14 Thread Chris . L . HOWELL
Thanks, That worked great. I was able to see the values On and Off when I opened the PDF in Notepad. The On value DID check the box. Thanks again, Chris Howell Systems Analyst Oregon Department Of Transportation Phone (503) 378-4452 Pager (503) 918-1900 [EMAIL PROTECTED] -Original