Re: [iText-questions] pdf conversion from html

2007-11-06 Thread nsk clr
sage - From: "nsk clr" yahoo.com> To: lists.sourceforge.net> Sent: Tuesday, November 06, 2007 12:05 AM Subject: [iText-questions] pdf conversion from html > Hi > > I use 'Arial Unicode MS' with 'Identity-H' encoding to convert Html to > pd

Re: [iText-questions] pdf conversion from html

2007-11-06 Thread Paulo Soares
06, 2007 12:05 AM Subject: [iText-questions] pdf conversion from html > Hi > > I use 'Arial Unicode MS' with 'Identity-H' encoding to convert Html to > pdf. > Document document = new Document(); > FontFactory.register("C:\\Windows\\fonts\\arialuni.t

[iText-questions] pdf conversion from html

2007-11-05 Thread nsk clr
Hi I use 'Arial Unicode MS' with 'Identity-H' encoding to convert Html to pdf. Document document = new Document(); FontFactory.register("C:\\Windows\\fonts\\arialuni.ttf"); StyleSheet st = new StyleSheet(); st.loadTagStyle("body", "face", "Arial Unicode MS"); st.loadTagStyle("bod