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
- Host: GitHub
- URL: https://github.com/gitrust/fop-example
- Owner: gitrust
- License: mit
- Created: 2019-01-18T07:04:46.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-31T11:18:36.000Z (almost 7 years ago)
- Last Synced: 2023-11-01T19:33:09.307Z (about 2 years ago)
- Topics: apache-fop, java, java-8, pdf-generation
- Language: Java
- Size: 13.7 KB
- Stars: 1
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
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)