By Date: <-- -->
By Thread: <-- -->

HTML to PDF - Font Type and Font Size



 
I try to parse a HTML file to PDF file, this is perfect.
 
But I have a problem with my font name and font size. Because PDF file  was  generate all text with "Arial 12", but I need to chance font size to '10 pt'.
 
I didn´t use Paragraph or Phase. I use 'parser.parse(ips, new SAXmyHtmlHandler(document));' after read my html file in variable 'ips'. How i don´t  use Paragraph or Phrase I can´t to set font size for example.
 
Somebody know How do I this?
 
This example I get in itext site.
 
Thanks!
Luciano