Formatting Objects Processor: Difference between revisions
m Robot - Moving category Free software programmed in Java to Category:Free software programmed in Java (programming language) per CFD at Wikipedia:Categories for discussion/Log/2014 December 11. |
→External links: +free ready to use Apache FOP instance |
||
Line 74: | Line 74: | ||
* [http://www.ecrion.com/Products/XFDesigner/Overview.aspx Visual XSL-FO Editor/Designer and FOP Cleanup Plug-In] |
* [http://www.ecrion.com/Products/XFDesigner/Overview.aspx Visual XSL-FO Editor/Designer and FOP Cleanup Plug-In] |
||
* [http://xmlgraphics.apache.org/fop/dev/tools.html FOP Development Tools] |
* [http://xmlgraphics.apache.org/fop/dev/tools.html FOP Development Tools] |
||
* [http://pdfnow.com Free, ready-to-use Apache FOP webservice] |
|||
==References== |
==References== |
Revision as of 09:25, 16 February 2015
Original author(s) | James Tauber |
---|---|
Developer(s) | Apache Software Foundation |
Stable release | 1.1
/ October 20, 2012 |
Repository | |
Written in | Java |
Operating system | Cross-platform |
Type | XSL-FO |
License | Apache License 2.0 |
Website | http://xmlgraphics.apache.org/fop |
Formatting Objects Processor (FOP, also known as Apache FOP) is a Java application that converts XSL Formatting Objects (XSL-FO) files to PDF or other printable formats. FOP was originally developed by James Tauber who donated it to the Apache Software Foundation in 1999. It is part of the Apache XML Graphics project.
FOP is open source software, and is distributed under the Apache License 2.0.
Current Status
The latest version of Apache FOP is 1.1. This is the third stable release after a large redesign effort and implements a large subset of the XSL-FO Version 1.1 W3C Recommendation. In version 0.95, the code had undergone a substantial rewrite compared to 0.20.5 which was the previous stable version. As of release 0.91alpha, FOP became much more compliant to the XSL-FO Recommendation.
Major Limitations
Most important elements added in XSL-FO 1.1 (flow maps, table markers, indexes. etc.) are not available [1]
In addition, older XSL-FO 1.0 features are still not supported including automatic table layout, floats and more.
Input Support
Apache FOP supports embedding a number of image formats in the XSL-FO (through the <fo:external-graphic>
element). These include:
Apache FOP does not implement the <fo:float>
element. External graphics objects are thus limited to being drawn inline or in a block with no wrapped text.
Output Formats
Apache FOP supports the following output formats:
- PDF (best output support), including PDF/X and PDF/A with some limitations[2]
- ASCII text file facsimile
- PostScript
- Direct printer output (PCL)
- AFP
- RTF
- Java2D/AWT for display, printing, and page rendering to PNG and TIFF
In progress:
See also
- XSL Formatting Objects (XSL-FO)
- XSL
External links
- Apache FOP Project
- XSL-FO formatter comparison
- VelFop: Dynamic FOP with Velocity
- AntillesXML (GUI for FOP and other Processors)
- Visual XSL-FO Editor/Designer and FOP Cleanup Plug-In
- FOP Development Tools
- Free, ready-to-use Apache FOP webservice
References
- ^ "Apache FOP XSL-FO Compliance".
- ^ "FOP 0.95 - PDF/X (ISO 15930)". Retrieved 2011-05-22.