Template:Multiple issues Template:Short description {{#invoke:Infobox|infobox}}Template:Template other{{#invoke:Check for unknown parameters | check | showblankpositional=1 | unknown = Template:Main other | preview = Page using Template:Infobox software with unknown parameter "_VALUE_"|ignoreblank=y | AsOf | author | background | bodystyle | caption | collapsetext | collapsible | developer | discontinued | engine | engines | genre | included with | language | language count | language footnote | latest preview date | latest preview version | latest release date | latest release version | latest_preview_date | latest_preview_version | latest_release_date | latest_release_version | licence | license | logo | logo alt | logo caption | logo upright | logo size | logo title | logo_alt | logo_caption | logo_upright | logo_size | logo_title | middleware | module | name | operating system | operating_system | other_names | platform | programming language | programming_language | released | replaced_by | replaces | repo | screenshot | screenshot alt | screenshot upright | screenshot size | screenshot title | screenshot_alt | screenshot_upright | screenshot_size | screenshot_title | service_name | size | standard | title | ver layout | website | qid }}Template:Main other
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 statusEdit
The latest version of Apache FOP is 2.10.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> This is the seventeenth stable release.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>
Major limitationsEdit
Most important elements added in XSL-FO 1.1 (flow maps, table markers, indexes. etc.) are not available <ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>
In addition, older XSL-FO 1.0 features are still not fully supported including automatic table layout, floats and more.
Input supportEdit
Apache FOP supports embedding a number of image formats in the XSL-FO (through the <fo:external-graphic>
element). These include:
Apache FOP implements the <fo:float>
element with some limitations.<ref>{{#invoke:citation/CS1|citation
|CitationClass=web
}}</ref> In versions prior to 2.0, external graphics objects were limited to being drawn inline or in a block with no wrapped text.
Output formatsEdit
Apache FOP supports the following output formats:
- PDF (best output support), including PDF/X and PDF/A with some limitations<ref>{{#invoke:citation/CS1|citation
|CitationClass=web }}</ref>
- 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 alsoEdit
- XSL Formatting Objects (XSL-FO)
- XSL