Html to Pdf

2014-09-05 Thread Emre Türker
Hi, I want export to pdf from html text with using PDFBox. How can I do it? Please help me. Emre.

Re: Html to Pdf

2014-09-05 Thread Tilman Hausherr
Not at all. PDFBox doesn't have a HTML parser. From windows and your browser, use products like CIB PDF Brewer or PDFCreator. Or try one of the tools mentioned here that I got by entering export to pdf from html in google: http://webdesign.about.com/od/pdf/tp/tools-for-converting-pdf

Re: Html to Pdf

2014-09-05 Thread John Hewson
Rendering HTML is very complex, you basically need to use a modified web browser. You might want to try PhantomJS http://phantomjs.org/screen-capture.html which can produce PDFs. -- John On 5 Sep 2014, at 01:08, Emre Türker emre.tur...@coretech.com.tr wrote: Hi, I want export to pdf

Re: Html to Pdf

2014-09-05 Thread Alin Mazilu
Since we are suggesting alternatives, I use iText for converting HTML into PDF. Here is an example: http://www.rgagnon.com/javadetails/java-html-to-pdf-using-itext.html Hope that helps, Alin On Fri, Sep 5, 2014 at 1:50 PM, John Hewson j...@jahewson.com wrote: Rendering HTML is very complex