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
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
> -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
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:
>>
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
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:
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
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--
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
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
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:
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
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 漢鼎繁琥珀
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
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
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
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
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
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
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
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
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
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:
23 matches
Mail list logo