How can use a fontbase in a document??. I want to convert from HTML to PDF and I want to use a font base to it. Any idea??. I use these sentences:

   

 

     Document doc= new Document(PageSize.A4,50,20,108,80);

     doc.open(); 

     doc.resetPageCount();

     HeaderFooter footer = new HeaderFooter(new Phrase("Página: "), true);

     doc.setFooter(footer);         

        HtmlParser.parse(doc,new FileInputStream(temp.getAbsoluteFile()));

 

Thanks… Pepe

 

Reply via email to