Re: [iText-questions] IT's WORK!!!! HTMLWorker and Symbols

2007-06-29 Thread mdcapurro
Of course i'm making some wrong...looking for help at the list i'm find this: http://article.gmane.org/gmane.comp.java.lib.itext.general/19921/match=font+stylesheet+face+body So, i see my error. PAULO THANKS THANkS Daniela [EMAIL PROTECTED] Enviado Por: [EMAIL PROTECTED] 29/06/2007 1

Re: [iText-questions] HTMLWorker and Symbols

2007-06-29 Thread mdcapurro
Thanks for help Paulo, but i cannot make it run yet. I'm use this at the code: FontFactory.register("d:\\lotus\\domino\\data\\domino\\html\\sanepar\\sfi\\contador\\ARIALUNI.ttf","corpo"); And them: StyleSheet style = new StyleSheet(); style.loadTagStyle("body","face","corpo"); Now, when

Re: [iText-questions] Custom Chinese font file

2007-06-29 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Leonard Rosenthol > Sent: Friday, June 29, 2007 5:14 PM > To: Post all your questions about iText here > Subject: Re: [iText-questions] Custom Chinese font file > > Actually, embedding is BETTER

Re: [iText-questions] Custom Chinese font file

2007-06-29 Thread Leonard Rosenthol
Actually, embedding is BETTER for Identity-H... Leonard On Jun 29, 2007, at 9:03 AM, remgeo wrote: > > But isnt it true that if I use the encoding BaseFont.IDENTITY_H, > the font > will not be embedded even if I tell it to embed the font.. > > Thanks, Remgeo > > > > Leonard Rosenthol wrote: >>

Re: [iText-questions] Custom Chinese font file

2007-06-29 Thread Paulo Soares
Unicode TT font. If you install and see the font in an English Windows it's usually safe to use in iText. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of remgeo > Sent: Friday, June 29, 2007 4:47 PM > To: itext-questions@lists.sourceforg

Re: [iText-questions] fill an incomplete row

2007-06-29 Thread Paulo Soares
You have to keep track of the columns. I'll add a method to PdfPTable to fill the remaining columns, if any, with the default cell. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Scott Snowden > Sent: Friday, June 29, 2007 4:15 PM > To:

[iText-questions] fill an incomplete row

2007-06-29 Thread Scott Snowden
I have a table that has three columns. I have an unknown number of data points that need to be written into this table from left to right top to bottom. This works fine by iterating through the result set and adding a new cell for each value, except for the last row. Often times the last row i

Re: [iText-questions] Custom Chinese font file

2007-06-29 Thread remgeo
So, Paulo, Is there some criteria that I can give to my clients to say what TT fonts are possible? Thanks, Rema Paulo Soares wrote: > > It is a TT font but some TT fonts are more equal than others. It's not > trivial to support this kind of variant. > > Paulo > >> -Original Message--

Re: [iText-questions] Custom Chinese font file

2007-06-29 Thread Paulo Soares
It is a TT font but some TT fonts are more equal than others. It's not trivial to support this kind of variant. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of remgeo > Sent: Friday, June 29, 2007 3:32 PM > To: itext-questions@lists.sour

Re: [iText-questions] Custom Chinese font file

2007-06-29 Thread remgeo
Hi Paulo, But this IS a true type font, isnt it. It has a TTF extension.. Thanks, Rema Paulo Soares wrote: > > iText only supports Truetype Unicode fonts. Your font is a double byte > encoded font. > > Paulo > >> -Original Message- >> From: [EMAIL PROTECTED] >> [mailto:[E

Re: [iText-questions] Custom Chinese font file

2007-06-29 Thread Paulo Soares
iText only supports Truetype Unicode fonts. Your font is a double byte encoded font. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of remgeo > Sent: Friday, June 29, 2007 2:02 PM > To: itext-questions@lists.sourceforge.net > Subject: Re:

Re: [iText-questions] Custom Chinese font file

2007-06-29 Thread remgeo
But isnt it true that if I use the encoding BaseFont.IDENTITY_H, the font will not be embedded even if I tell it to embed the font.. Thanks, Remgeo Leonard Rosenthol wrote: > > I would also recommend that you embed the font, since it is a custom > font and some/most/all of the recipients o

Re: [iText-questions] Custom Chinese font file

2007-06-29 Thread remgeo
Hi Paulo, I've attached the font file I am using. http://www.nabble.com/file/p11359847/HDZB_27.TTF HDZB_27.TTF Here's the code BaseFont bfComic = BaseFont.createFont("c:\\windows\\fonts\\HDZB_27.TTF", BaseFont.IDENTITY_V, BaseFont.NOT_EMBEDDED); This text that I am trying to output is 漢鼎繁琥珀

Re: [iText-questions] Fill PDF-Document Formfields during Download byServlet

2007-06-29 Thread Paulo Soares
Choose one: - the field names are not correct - it's a Designer created form and you are using an old iText version - none of the above Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Oliver Schoenwald > Sent: Friday, June 29, 2007 1:45

[iText-questions] Fill PDF-Document Formfields during Download by Servlet

2007-06-29 Thread Oliver Schoenwald
Hello, I'm pretty new to this mailing list. So far I couldn't find a similar question in the last postings, so if I happen to ask something that has been discussed before, please route me to that thread. I want to write a Java-Servlet using itext, which will open a certain PDF-document with

Re: [iText-questions] Custom Chinese font file

2007-06-29 Thread Leonard Rosenthol
I would also recommend that you embed the font, since it is a custom font and some/most/all of the recipients of the PDF won't have it. Leonard On Jun 29, 2007, at 6:49 AM, remgeo wrote: > > Hello, > > I am trying to use a custom font file to display Chinese characters. > This is how I am crea

Re: [iText-questions] Error List in a PdfPCell

2007-06-29 Thread Eric Summkeller
Paulo Soares consiste.pt> writes: > > The list is not cloned, create a new list instead of clearing the old > one. > > Paulo > Thanks for your help! Now all runs! - This SF.net email is sponsored by DB2 Express Dow

Re: [iText-questions] Custom Chinese font file

2007-06-29 Thread Paulo Soares
Are you sure you have any glyphs at those Unicode values? You may post a link to the font for inspection. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of remgeo > Sent: Friday, June 29, 2007 11:49 AM > To: itext-questions@lists.sourceforg

[iText-questions] Custom Chinese font file

2007-06-29 Thread remgeo
Hello, I am trying to use a custom font file to display Chinese characters. This is how I am creating the font. BaseFont bfComic = BaseFont.createFont("c:\\windows\\fonts\\HDZB_86.TTF", BaseFont.IDENTITY_H, BaseFont.NOT_EMBEDDED); String text1 = "\u6F22\u9F0E\u7E41\u7425\u73C0"; But in the P

Re: [iText-questions] Performance Bottleneck in BaseFont.getWidth ?

2007-06-29 Thread Paulo Soares
You are right, I'll have a look. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Harakiri > Sent: Thursday, June 28, 2007 4:43 PM > To: Post all your questions about iText here > Subject: [iText-questions] Performance Bottleneck in > Bas

Re: [iText-questions] Error List in a PdfPCell

2007-06-29 Thread Paulo Soares
The list is not cloned, create a new list instead of clearing the old one. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Eric Summkeller > Sent: Friday, June 29, 2007 11:13 AM > To: itext-questions@lists.sourceforge.net > Subject: [iTex

[iText-questions] Error List in a PdfPCell

2007-06-29 Thread Eric Summkeller
Here is the description what goes wrong: First I create a List, add it into the PdfPCell, clear the List, add a PdfPTable into the PdfPCell, add then two new Paragraph objects into the List and add the List again into the PdfPCell. The error is, that in the PdfPCell the two new added Paragraph

Re: [iText-questions] PDF & RTF rendering bug using Table, List

2007-06-29 Thread Mark Hall
On Friday 29 June 2007, Dhruba Bandopadhyay wrote: > Mark, sorry just to clarify do you mean nested tables are not > supported by the RTF format or by the RTF implementation of itext? They are not supported by the RTF implementation of iText. Greetings, Mark -- My GPG public key is available at: