Jump to content

Formatting Objects Processor: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Apache FOP 2.0 was released on June 3rd, 2015
Frabad (talk | contribs)
added reference to fo:float being supported in version 2.0
Line 31: Line 31:
Most important elements added in XSL-FO 1.1 (flow maps, table markers, indexes. etc.) are not available <ref>{{cite web|url=http://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=http://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 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 Support==
==Input Support==
Line 44: Line 44:
* Some [[TIFF]] formats.
* Some [[TIFF]] formats.


Apache FOP does not implement the <code><fo:float></code> element. External graphics objects are thus 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 Formats==
==Output Formats==

Revision as of 09:37, 18 December 2015

Apache FOP
Original author(s)James Tauber
Developer(s)Apache Software Foundation
Stable release
2.0 / June 3, 2015; 9 years ago (2015-06-03)
Repository
Written inJava
Operating systemCross-platform
TypeXSL-FO
LicenseApache License 2.0
Websitehttp://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.0. This is the fourth stable release 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 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[2]. 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 FOP XSL-FO Compliance".
  2. ^ "Apache FOP 2.0 release notes". Retrieved 2015-12-18.
  3. ^ "FOP 0.95 - PDF/X (ISO 15930)". Retrieved 2011-05-22.