Home

Awesome

OVERVIEW

neoFlying Saucer is a pure-Java library for rendering arbitrary HTML using CSS 2.1 (and some CSS3) for layout and formatting, output to PDF, Swing panels and images.

SCOPE OF THIS PROJECT

To provide the best open-source static, paged HTML renderer around. Interactive features have and will be removed. We plan to target Java 6.

TODO

DONE

BROWSER

  1. Fork and Clone the code.
  2. Set up Eclispe project with 'mvn eclipse:eclipse' command.
  3. Import project in Eclipse with File -> Import -> Existing project.
  4. Take the browser for a spin at: /flying-saucer-examples/src/main/java/org/xhtmlrenderer/demo/browser/BrowserStartup.java

HOW TO HELP

Once you have setup the project and looked at the browser, please consider running the manual test runner located at: com.github.neoflyingsaucer.manualtestrunner in the flying-saucer-examples module. If you can figure out why individual tests are failing, file an issue with details or send a pull request. Thanks.

LICENSE

Flying Saucer is distributed under the LGPL. Flying Saucer itself is licensed under the GNU Lesser General Public License, version 2.1 or later, available at http://www.gnu.org/copyleft/lesser.html. You can use Flying Saucer in any way and for any purpose you want as long as you respect the terms of the license. A copy of the LGPL license is included as license-lgpl-2.1.txt in our distributions and in our source tree.

PDF TUTORIALS

As a way of getting my head around the PDF format internal details, I have started to write tutorials about the inner workings of the PDF format. They may be useful to those working with the PDF format.

RELATED PROJECTS