An open API service indexing awesome lists of open source software.

https://github.com/gitrust/fop-example

PDF page generation using Apache FOP
https://github.com/gitrust/fop-example

apache-fop java java-8 pdf-generation

Last synced: 5 days ago
JSON representation

PDF page generation using Apache FOP

Awesome Lists containing this project

README

          

# Description

A maven project as PDF generation example where I use Apache FOP
framework, XML-based data and XSLT stylesheet templates to generate a PDF.

# References

- https://xmlgraphics.apache.org/fop/ (What is FOP?)
- http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop/examples/ (Examples)
- https://github.com/apache/fop (Sources, GIT Mirror)
- http://www.java4less.com/fopdesigner/fodesigner.php (FO Designer)