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 17:06
Favor responder a Post all your questions about iText here
 
        Para:   Post all your questions about iText here 
<itext-questions@lists.sourceforge.net>
        cc: 
        Assunto:        Re: [iText-questions] HTMLWorker and Symbols



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 the pdf is created, where are the &rArr; it show "?"....that's 
is because something change but it didn't "see" the symbol. 

I see the post about "true type" today and looking inside the 
"ARIALUNI.ttf" it say "OPEN TYPE". That's is suported by itext? 

Only one more data, at my html document i'm declare the "<body 
encoding=\"iso-8859-1\">" 

thanks again and again for any help!!! 

Daniela 










"Paulo Soares" <[EMAIL PROTECTED]> 
Enviado Por: [EMAIL PROTECTED] 
28/06/2007 16:42 
Favor responder a Post all your questions about iText here 
        
        Para:        "Post all your questions about iText here" 
<itext-questions@lists.sourceforge.net> 
        cc:         
        Assunto:        Re: [iText-questions] HTMLWorker and Symbols



The font must be registered in FontFactory.

Paulo

----- Original Message ----- 
From: <[EMAIL PROTECTED]>
To: "Post all your questions about iText here" 
<itext-questions@lists.sourceforge.net>
Sent: Thursday, June 28, 2007 8:10 PM
Subject: Re: [iText-questions] HTMLWorker and Symbols


Thanks Paulo, i'm change the font, but...

I'm looking for a font and i find the "Arial Unicode MS", it have all the
symbols i need. So i install it at the server and i use the stylesheet
too....

I try:
style.loadTagStyle("pdfFont","face","Arial Unicode MS");
style.loadTagStyle("pdfFont","size","12px");

and with the href:
style.loadTagStyle("pdfFont","face","d:\\lotus\\domino\\data\\domino\\html\\sanepar\\sfi\\contador\\Arial
Unicode MS.ttf");
style.loadTagStyle("pdfFont","size","12px");

but didnt work yet. You can help me again? Thanks!!!.... i dont know what
to do.

Daniela






"Paulo Soares" <[EMAIL PROTECTED]>
Enviado Por: [EMAIL PROTECTED]
27/06/2007 17:38
Favor responder a Post all your questions about iText here

       Para:   "Post all your questions about iText here"
<itext-questions@lists.sourceforge.net>
       cc:
       Assunto:        Re: [iText-questions] HTMLWorker and Symbols


You must use a font that contains that character. The default font
Helvetica doesn't.

Paulo


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

Reply via email to