Jump to content

Formatting Objects Processor: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
Line 5: Line 5:
| caption =
| caption =
| developer = [[Apache Software Foundation]]
| developer = [[Apache Software Foundation]]
| latest_release_version = 0.94
| latest_release_version = 0.95
| latest_release_date = [[August 24]], [[2007]]
| latest_release_date = [[March 22]], [[2008]]
| latest_preview_version =
| latest_preview_version =
| latest_preview_date =
| latest_preview_date =
Line 23: Line 23:
== Current Status ==
== Current Status ==


The stable version of Apache FOP is 0.95. The code has undergone a substantial rewrite compared to the original 0.20.5 version that was the old stable version. As of release 0.91alpha, FOP is much more compliant to the XSL-FO Recommendation.
The latest version of Apache FOP is 0.95. The code has undergone a substantial rewrite compared to the original 0.20.5 version that was the old stable version. As of release 0.91alpha, FOP is much more compliant to the XSL-FO Recommendation.


== Input Support ==
== Input Support ==
Line 40: Line 40:


* [[PDF]] (best output support)
* [[PDF]] (best output support)
** [[ASCII]] text file facsimile
* [[ASCII]] text file facsimile
* [[PostScript]]
* [[PostScript]]
* Direct printer output ([[Printer Control Language|PCL]])
* Direct printer output ([[Printer Control Language|PCL]])

Revision as of 21:26, 12 June 2008

Apache FOP
Developer(s)Apache Software Foundation
Stable release
0.95 / March 22, 2008
Repository
Written inJava
Operating systemCross-platform
TypeXSL-FO
LicenseApache License 2.0
Websitehttp://xmlgraphics.apache.org/fop

Formatting Objects Processor (FOP) is a Java application that converts 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 Software License.

Current Status

The latest version of Apache FOP is 0.95. The code has undergone a substantial rewrite compared to the original 0.20.5 version that was the old stable version. As of release 0.91alpha, FOP is much more compliant to the XSL-FO Recommendation.

Input Support

Apache FOP supports embedding a number of image formats in the XSL-FO (through the <fo:external-graphic> element). These include:

Output Formats

Apache FOP supports the following output formats:

In progress:

See also