Online PDF generator now available. This simple but useful online PDF generator tool allows you to generate PDF document online from HTML snippets. The tool uses Flying Saucer library.
The PDF is generated with full compression, including meta data in PDF properties. Keep in mind that for successful PDF generation, your HTML markup has to validate as XHTML 1.0 Transitional, which means <img> becomes <img /> or <p> must be terminated by the matching </p>.
You can provide URL to your own CSS file with styles for your HTML snippet or to provide a “style” attribute on HTML elements. If URL or “style” attribute are not specified, default system styles will be applied on your HTML snippet.
I hope this helps.
Cheers
loading...
Related posts:
- Export Pebble Blog Entry to PDF Plugin
In one of my previous posts, I described how I implemented a plug in for Pebble blogging software that allows export of blog... - Up and Running Again
For the past thirteen days Java Beans dot Asia was offline. Normally I would not care, but in this case I was a... - Export to PDF using iText and Flying Saucer
In my previous post I attempted to generate PDF on the fly using iText library. My goal was to parse HTML snippet into... - Generate PDF with Flying Saucer and iText by Adding Font Files
In this post, I would like to show how to load font files and format specific sections of the document at run time,... - Export to PDF Using iText Java-PDF Library
I had some time during this weekend, so I used iText, free Java-PDF library to make a plug in for Pebble blogging software....
