Re: [iText-questions] license/copyright question

2003-02-20 Thread Bruno
The answer Matt gave you, is correct. Quoting Will Wang [EMAIL PROTECTED]: I decided to use iText Java PDF library for one project in my company, primarily for merging pages and adding meta data. By reading the FAQ and email archive, my impression is, but correct me if I am wrong, that I

Re: [iText-questions] Internationalization?

2003-02-20 Thread Bruno
Quoting Meena Haram [EMAIL PROTECTED]: How internationalization works in iText? Not sure what kind of answer you are expecting, but if you are asking about encodings (for instance the use of Chinese, Japanese, Korean, Arabic, Cyrillic,... font), please read this chapter first:

Re: [iText-questions] Table split using XML/PDF - 2nd post

2003-02-20 Thread Bruno
Quoting [EMAIL PROTECTED]: Hi. I posted this question yesterday. Can someone please tell me if it's possible to prevent a table split using the XML to PDF feature? If not, is there some sort of wrokaround? Yes, there are two tags: ElementTags.CELLSFITPAGE and ElementTags.TABLEFITSPAGE If

[iText-questions] Rowspan in PDF

2003-02-20 Thread inVader
Hello, All. I'm newbie here. I'm sorry for my terrible English. So, how can I make rowspan when I'm using PdfPTable? The answer: Use nested tables is not absolutely correct. I'll try to illustrate this. private static final Font bold = new Font(Font.HELVETICA, 10, Font.BOLD);

[iText-questions] how to set a specific font for a Graphics2D-Object

2003-02-20 Thread Wolfram Rittmeyer
Hi, I create a PDF where I write some texts and some tables and where I also have to draw a map. The map itselfs draws some text with the g.drawString(...)-method. Now this method does neither use the BaseFont set in the PdfConentByte-object before, nor does it embed an appropriate Font if I use

[iText-questions] already found it... please consider my previous mail as obsolete!

2003-02-20 Thread Wolfram Rittmeyer
Oh, I'm so sorry. Just found out that I can use cb.getGraphics(width, height, fontMapper)... Didn't want to annoy you! Greetings, Wolfram Rittmeyer --- This SF.net email is sponsored by: SlickEdit Inc. Develop an edge. The most

RE: [iText-questions] Populating AcroForm Fields with Dynamic Dat a and Merging PDFS

2003-02-20 Thread Paulo Soares
-Original Message- From: Leonard Rosenthol [SMTP:[EMAIL PROTECTED]] Sent: Thursday, February 20, 2003 3:12 To: Paulo Soares; 'Tony Costanzo'; [EMAIL PROTECTED] Subject: RE: [iText-questions] Populating AcroForm Fields with Dynamic Dat a and Merging PDFS At 4:27 PM +

RE: [iText-questions] Rowspan in PDF

2003-02-20 Thread Paulo Soares
It doesn't have another level. The last row is extended to fit the cell. Nobody said that it would behave exactly as rowspan. Best Regards, Paulo Soares -Original Message- From: inVader [SMTP:[EMAIL PROTECTED]] Sent: Thursday, February 20, 2003 8:24 To: [EMAIL PROTECTED]

RE: [iText-questions] Populating AcroForm Fields with Dynamic Dat a and Merging PDFS

2003-02-20 Thread Leonard Rosenthol
At 5:14 PM + 2/20/03, Paulo Soares wrote: Or change all the field names with a top level /T. It will mess the javascript but at least the names won't clash. It would also mess up future exporting and database integration. LDR --

RE: [iText-questions] Populating AcroForm Fields with Dynamic Dat a and Merging PDFS

2003-02-20 Thread Paulo Soares
In general merging documents with fields and keeping the fields is never a good idea unless we know beforehand what goes inside. Best Regards, Paulo Soares -Original Message- From: Leonard Rosenthol [SMTP:[EMAIL PROTECTED]] Sent: Thursday, February 20, 2003 17:35 To: Paulo Soares;

RE: [iText-questions] Emailing: testPDF.pdf

2003-02-20 Thread Paulo Soares
This was fixed in itext-paulo-108 but another bug was introduced that swaps the bottom with the top border. Next week there's a new version. Best Regards, Paulo Soares -Original Message- From: William S. Hayes [SMTP:[EMAIL PROTECTED]] Sent: Thursday, February 20, 2003 17:47 To:

[iText-questions] Zoom percentage

2003-02-20 Thread Sergio Infante
Is there a way to force a specific zoom percentage on the viewer? Thanks much. Sergio.-

[iText-questions] iText MS Word

2003-02-20 Thread Sokolov, Oleg
Is it possible to merge MS Word template with XML or any other file? Thanks, Oleg -- Notice: This e-mail message, together with any attachments, contains information of Merck Co., Inc. (Whitehouse Station, New Jersey,

[iText-questions] Re: [iText-questions]Font Question

2003-02-20 Thread Ricky M. Codizar
Hi! My question below may be already raised here on the mailing lists or been written somewhere on the tutorial or documentations, but would appreciate if someone can give an answer to me :) In creating a font without specifying a size, what is the default size of the font? Thanks in advance.

[iText-questions] RTF Cutting Off Text When Doen't Fit a Cell

2003-02-20 Thread Ying Kussmann
I use iText 0.96 to generate RTF and PDF files. PDF is generated when user picks PRINT, and RTF is generated when user picks DOWNLOAD. I use the same codes to generate both PDF and RTF as far as how to construct the tables and adding headers etc., the only difference is an instance of either

[iText-questions] Images text are getting shrunk.

2003-02-20 Thread navin kumar
Hello, I an developing a java application which uses iText to generate PDF.When i am printing a file with images text it to a Laser printer HP LaserJet 6L with either 600 or 300 dpi the file is getting printed properly.But when i try to print it to Printronix Laser Printer LaserLine L5020 with

Re: [iText-questions] Re: [iText-questions]Font Question

2003-02-20 Thread Bruno
Quoting Ricky M. Codizar [EMAIL PROTECTED]: In creating a font without specifying a size, what is the default size of the font? see: http://itext.sourceforge.net/src/com/lowagie/text/Font.java public static final int DEFAULTSIZE = 12; ---

Re: [iText-questions] Re: [iText-questions]Font Question

2003-02-20 Thread Ricky M. Codizar
Thanks a lot Bruno! Till next time :) Bruno さんは書きました: Quoting "Ricky M. Codizar" [EMAIL PROTECTED]: In creating a font without specifying a size, what is the default size of the font? see:

Re: [iText-questions] iText MS Word

2003-02-20 Thread Bruno
Quoting Sokolov, Oleg [EMAIL PROTECTED]: Is it possible to merge MS Word template with XML or any other file? iText can't do anything with MS Word [files|templates|...]. Maybe you should look at POI from Apache, I don't know. --- This

Re: [iText-questions] Zoom percentage

2003-02-20 Thread Bruno
Quoting Sergio Infante [EMAIL PROTECTED]: Is there a way to force a specific zoom percentage on the viewer? A very quick answer you should check with others: You can set some Viewerpreferences for the document like this: http://www.lowagie.com/iText/tutorial/ch01.html#viewerprefs But to