Formatting Objects Processor: Difference between revisions
Adding short description: "Java-based document converter" (Shortdesc helper) |
mNo edit summary |
||
Line 15: | Line 15: | ||
| genre = [[XSL-FO]] |
| genre = [[XSL-FO]] |
||
| license = [[Apache License 2.0]] |
| license = [[Apache License 2.0]] |
||
| website = https://xmlgraphics.apache.org/fop |
| website = {{URL|https://xmlgraphics.apache.org/fop}} |
||
}} |
}} |
||
Line 21: | Line 21: | ||
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 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 |
FOP is [[open source software]], and is distributed under the [[Apache License 2.0]]. |
||
⚫ | |||
⚫ | |||
The latest version of Apache FOP is 2.4.<ref>{{cite web|url=https://xmlgraphics.apache.org/fop/status.html|title=Apache FOP Status}}</ref> This is the seventh stable release. |
The latest version of Apache FOP is 2.4.<ref>{{cite web|url=https://xmlgraphics.apache.org/fop/status.html|title=Apache FOP Status}}</ref> This is the seventh stable release. |
||
==Major |
==Major limitations== |
||
Most important elements added in XSL-FO 1.1 (flow maps, table markers, indexes. etc.) are not available <ref>{{cite web|url=https://xmlgraphics.apache.org/fop/compliance-static.html|title=Apache FOP XSL-FO Compliance}}</ref> |
Most important elements added in XSL-FO 1.1 (flow maps, table markers, indexes. etc.) are not available <ref>{{cite web|url=https://xmlgraphics.apache.org/fop/compliance-static.html|title=Apache FOP XSL-FO Compliance}}</ref> |
||
In addition, older XSL-FO 1.0 features are still not fully supported including automatic table layout, floats and more. |
In addition, older XSL-FO 1.0 features are still not fully supported including automatic table layout, floats and more. |
||
==Input |
==Input support== |
||
Apache FOP supports embedding a number of image formats in the XSL-FO (through the <code><fo:external-graphic></code> element). These include: |
Apache FOP supports embedding a number of image formats in the XSL-FO (through the <code><fo:external-graphic></code> element). These include: |
||
Line 46: | Line 43: | ||
Apache FOP implements the <code><fo:float></code> element with some limitations.<ref>{{cite web |url=https://xmlgraphics.apache.org/fop/2.0/releaseNotes_2.0.html |title=Apache FOP 2.0 release notes |accessdate=2015-12-18}}</ref> In versions prior to 2.0, external graphics objects were limited to being drawn inline or in a block with no wrapped text. |
Apache FOP implements the <code><fo:float></code> element with some limitations.<ref>{{cite web |url=https://xmlgraphics.apache.org/fop/2.0/releaseNotes_2.0.html |title=Apache FOP 2.0 release notes |accessdate=2015-12-18}}</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 |
==Output formats== |
||
Apache FOP supports the following output formats: |
Apache FOP supports the following output formats: |
||
Revision as of 19:55, 27 June 2020
Original author(s) | James Tauber |
---|---|
Developer(s) | Apache Software Foundation |
Stable release | 2.4
/ November 5, 2019[1] |
Repository | |
Written in | Java |
Operating system | Cross-platform |
Type | XSL-FO |
License | Apache License 2.0 |
Website | xmlgraphics |
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 2.4.[2] This is the seventh stable release.
Major limitations
Most important elements added in XSL-FO 1.1 (flow maps, table markers, indexes. etc.) are not available [3]
In addition, older XSL-FO 1.0 features are still not fully 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 implements the <fo:float>
element with some limitations.[4] In versions prior to 2.0, external graphics objects were 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[5]
- 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
References
- ^ "Apache(tm) FOP News". Retrieved 2019-11-08.
- ^ "Apache FOP Status".
- ^ "Apache FOP XSL-FO Compliance".
- ^ "Apache FOP 2.0 release notes". Retrieved 2015-12-18.
- ^ "FOP 0.95 - PDF/X (ISO 15930)". Retrieved 2011-05-22.