Re: [iText-questions] XMLWorker not creating PDF

2013-09-30 Thread Balder VC
On 09/27/2013 12:14 PM, Ty Davis wrote: > > Is there a specfic type of doctype we should be using? We're using : > AFIAK a doctype is not mandatory, but your html should be valid xml. -- October Webinars: Code for Performa

[iText-questions] XMLWorker not creating PDF

2013-09-27 Thread Ty Davis
Hello, We're trying to create a pdf from our website, but it's not creating any pdf pages. Although, when I use the example loremipsum.htm it does work. Is there a specfic type of doctype we should be using? We're using : http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> Thank You --