Re: [iText-questions] html to pdf iText

2004-10-08 Thread Jim Hurne
I had this problem. The solution: put "", although you will also have to specify the XHTML DTD if the parser is going to treat everything correctly... The SAXmyHtmlHandler class only handex XHTML, not normal HTML. Luckily, converting from HTML to XHTML isn't a very painful process. Checkout h

[iText-questions] html to pdf iText

2004-10-08 Thread adam
Hi ! i've got problems with iText I have following code:       Document document = new Document();PdfWriter pdfw = null; try {    pdfw = PdfWriter.getInstance(document, new FileOutputStream("..\\webapps\\bank1\\files\\pdf\\adam.pdf"));    d