Re: [iText-questions] HTML to PDF with XMLWorker

2011-10-15 Thread Mark Ramos
urse > resulted in a more restrictive framework then internet browsers. > > Perhaps you can arrange some of the things by adding your own CSS file > where you set certain css values yourself if they are not overridden by css > properties added later. > > > I hope I gave you some

Re: [iText-questions] HTML to PDF with XMLWorker

2011-10-15 Thread Mark Ramos
If I'm correct it is better to define a width for your tables, then the > XMLWorker does not have to try and fit text in it. Nesting tables is > possible, but it makes it harder for XMLWorker to fit tables on the page. > > > > Regards > Balder > > > On 14/10/2011 8:

[iText-questions] HTML to PDF with XMLWorker

2011-10-13 Thread Mark Ramos
Hi, Thanks for the links Balder. I tried to render the enclosed html file to pdf and I did not get a good result. Please check the attachments. I used this code snippet: Document document = new Document(PageSize.LETTER); PdfWriter instance = PdfWriter.getInstance(document, ne