Jump to content

Formatting Objects Processor: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Earthian (talk | contribs)
m updated the latest version
m Current Status: A trivial edit to make this text agree with the info box and to reflect the fact there is a version 2.4
Line 24: Line 24:
==Current Status==
==Current Status==


The latest version of Apache FOP is 2.3.<ref>{{cite web|url=https://xmlgraphics.apache.org/fop/status.html|title=Apache FOP Status}}</ref> This is the seventh stable release and implements a substantial subset of the W3C XSL-FO 1.1 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.
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 Limitations==
==Major Limitations==

Revision as of 00:11, 14 November 2019

Apache FOP
Original author(s)James Tauber
Developer(s)Apache Software Foundation
Stable release
2.4 / November 5, 2019; 5 years ago (2019-11-05)[1]
Repository
Written inJava
Operating systemCross-platform
TypeXSL-FO
LicenseApache License 2.0
Websitehttps://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 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:

In progress:

See also

References

  1. ^ "Apache(tm) FOP News". Retrieved 2019-11-08.
  2. ^ "Apache FOP Status".
  3. ^ "Apache FOP XSL-FO Compliance".
  4. ^ "Apache FOP 2.0 release notes". Retrieved 2015-12-18.
  5. ^ "FOP 0.95 - PDF/X (ISO 15930)". Retrieved 2011-05-22.