[iText-questions] About the Japanese Font

2003-06-12 Thread zj
Hi, I am using the iText to create PDF. In tutorial,there are only two Japanese fonts(HeiseiKakuGo-W5 and HeiseiMin-W3), and their appearance looks no difference on PDF. My question is that if I want to use other Japanese fonts,for instance "MS UI Gothic", how should I do? best re

[iText-questions] RE: Base14 fonts

2003-06-12 Thread Leonard Rosenthol
At 03:56 PM 6/12/2003 +0100, Paulo Soares wrote: Any PDF reader implementation must have this fonts. It's required by Adobe. Not any more!!! Acrobat 6 NO LONGER includes the Base14 fonts...It only includes Courier, Adobe Pi and Adobe Sans. It uses the Helvetica/Arial and Times/

RE: [iText-questions] NullPointerException while merging pdfs

2003-06-12 Thread Chadha, Jaideep
I figured out the problem. This message can be ignored. Thanks -Original Message- From: Chadha, Jaideep Sent: Thursday, June 12, 2003 11:36 AM To: '[EMAIL PROTECTED]' Subject: [iText-questions] NullPointerException while merging pdfs I am getting a NullPointerException while merging p

Re: [iText-questions] problems getting started

2003-06-12 Thread Bruno
Quoting Lloyd Bergman <[EMAIL PROTECTED]>: >Similarily with the tutorial I don't have any of the Chap*.java or >Chap*.pdf files. Where do I download those from? http://itext.sourceforge.net/downloads/examples.tar.gz br, Bruno --- Thi

[iText-questions] NullPointerException while merging pdfs

2003-06-12 Thread Chadha, Jaideep
I am getting a NullPointerException while merging pdfs. I am using almost the same code as concat_pdf.java. Code snippet follows the message. Any help would be greatly appreciated. Jaideep Iterator it = _listOfPages.iterator(); finalPDF = (String)it.next(); while (i

[iText-questions] problems getting started

2003-06-12 Thread Lloyd Bergman
I'm looking for some basic examples that I can't find on the web site. Some of the problems I have are: Make things (header and text) bold Change the font size (it seems like I would use TextField.setFontSize to do this but I don't know how to use TextField) Change the font size for t

RE: [iText-questions] servlet-pdf: show immediately in acroread?

2003-06-12 Thread Paulo Soares
You need a linearized PDF. iText can't do that. Best Regards, Paulo Soares > -Original Message- > From: Enke, Michael [SMTP:[EMAIL PROTECTED] > Sent: Thursday, June 12, 2003 17:00 > To: [EMAIL PROTECTED] > Subject: [iText-questions] servlet-pdf: show immediately in acroread? > > H

RE: [iText-questions] Accessing Sections of a Chapter

2003-06-12 Thread Paulo Soares
The document is created as the elements are added. There's no going back. Best Regards, Paulo Soares > -Original Message- > From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] > Sent: Thursday, June 12, 2003 16:49 > To: [EMAIL PROTECTED] > Subject: [iText-questions] Accessing Sections

[iText-questions] servlet-pdf: show immediately in acroread?

2003-06-12 Thread Enke, Michael
Hi all, I produce a huge pdf with a servlet and the browser receives the data as I can see in the status bar. But the acroread plugin shows the first page not before the whole document was received completely. Is there any meta tag which can be added to the pdf that instructs acroread to show the p

[iText-questions] Accessing Sections of a Chapter

2003-06-12 Thread Andrew . Luxner
Hello, I have a situation where my database record informs my application which Chapter and parent section a field of a report belongs to. If I can't assume that the records of the database are in any order, is there any way I can get the Sections or sub-Sections of a Chapter or a Section aft

RE: [iText-questions] Fonts on Unix

2003-06-12 Thread Paulo Soares
> -Original Message- > From: Dimiceli, John - OSHA [SMTP:[EMAIL PROTECTED] > Sent: Thursday, June 12, 2003 15:45 > To: 'Paulo Soares' > Cc: itext-questions; 'Matt Benson' > Subject: RE: [iText-questions] Fonts on Unix > > Paulo - I've been through many of the iText Javadocs on f

RE: [iText-questions] Finding the bottom "remaining" space of a Document

2003-06-12 Thread Paulo Soares
Use PdfWriter.setStrictImageSequence(true) to keep the image order. To keep paragraphs together put them in a table row. Best Regards, Paulo Soares > -Original Message- > From: Carlos Amengual [SMTP:[EMAIL PROTECTED] > Sent: Wednesday, June 11, 2003 13:34 > To: [EMAIL PROTECTED] > Subje

RE: [iText-questions] Fonts on Unix

2003-06-12 Thread Matt Benson
I would guess that they are native to PDF, and thus can be referenced with greater simplicity in iText. -Matt --- "Dimiceli, John - OSHA" <[EMAIL PROTECTED]> wrote: > Paulo - I've been through many of the iText Javadocs > on fonts and cannot > find a definition of the "built-in" fonts. > > Are

RE: [iText-questions] Fonts on Unix

2003-06-12 Thread Dimiceli, John - OSHA
Title: RE: [iText-questions] Fonts on Unix Paulo - I've been through many of the iText Javadocs on fonts and cannot find a definition of the "built-in" fonts. Are built-in fonts built-in in the sense they are native to Acrobat pdf files or are they native to iText?  What are the built-in

RE: [iText-questions] Fonts on Unix

2003-06-12 Thread Paulo Soares
Other than the built-in fonts all the others should be embedded including T1. The installation place of the fonts in Unix have the same problem as in Windows, you can make some educated guesses but it's always OS dependent and Java has no way of knowing it. Best Regards, Paulo Soares > -Origi

RE: [iText-questions] Merging pdf and keep annotations

2003-06-12 Thread Paulo Soares
See com.lowagie.tools.Concat in the last version. Best Regards, Paulo Soares > -Original Message- > From: Huttin Pierre [SMTP:[EMAIL PROTECTED] > Sent: Wednesday, June 11, 2003 16:34 > To: '[EMAIL PROTECTED]' > Subject: [iText-questions] Merging pdf and keep annotations > > Hello,

RE: [iText-questions] Creating a submit button

2003-06-12 Thread Paulo Soares
For the moment it's not possible to add interactive features to existing ones. Best Regards, Paulo Soares > -Original Message- > From: =?Cp1252?Q?Marc_M=E4hrl=E4nder?= [SMTP:[EMAIL PROTECTED] > Sent: Wednesday, June 11, 2003 11:34 > To: [EMAIL PROTECTED] > Subject: [iText-questions

RE: [iText-questions] Fonts on Unix

2003-06-12 Thread Matt Benson
1 and 2 sound right (although I wouldn't think there is truly a concept of font "installation" in a basic Unix environment, hence my use of the word "add" as in "have the file present"), but honestly, your final statement is beyond my experience. Fortunately, in my travels through the iText univer

Re: [iText-questions] Fonts on Unix

2003-06-12 Thread Matt Benson
Add some? If you install ghostPcl you could get a lot of (pretty much) openly-licensed fonts that way... downside: they are installed in /windows/fonts. -Matt --- "Dimiceli, John - OSHA" <[EMAIL PROTECTED]> wrote: > How do I use different fonts on a UNIX machine that > may not have the > extens

RE: [iText-questions] view and print pdf

2003-06-12 Thread Jaladurgam, Ramana
Title: Message It is not possible to print/view a pdf file using iText. JPedal should help you in viewing the PDF.     Regards,Ramana.JV. -Original Message-From: Raju Thakur [mailto:[EMAIL PROTECTED] Sent: Thursday, June 12, 2003 6:50 AMTo: [EMAIL PROTECTED]Subject: [iT

[iText-questions] view and print pdf

2003-06-12 Thread Raju Thakur
hello, I am creating pdf from blank pdf ,now after inserting data i want to print this pdf from swing application and i want to display those pdf in swing application so please help me it is possible through itext or i have to use other application please guide me

[iText-questions] Fonts on Unix

2003-06-12 Thread Dimiceli, John - OSHA
Title: Fonts on Unix How do I use different fonts on a UNIX machine that may not have the extensive font library normally available to Windows?