Jump to content

Formatting Objects Processor: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Page has been de-stubbafied.
Kesla (talk | contribs)
{{apache}}
Line 35: Line 35:
==External links==
==External links==
* [http://xmlgraphics.apache.org/fop/ Apache FOP Project]
* [http://xmlgraphics.apache.org/fop/ Apache FOP Project]

{{compu-stub}}
{{compu-stub}}
{{apache}}
[[Category:Free software]]
[[Category:Free software]]
[[pl:FOP]]
[[pl:FOP]]

Revision as of 17:28, 5 June 2006

File:Apache fop.jpg

FOP (Formatting Objects Processor) is an XSL-FO processor written in Java, which provides the feature to convert XSL-FO files to PDF or direct-printable-files. FOP was originally developed by James Tauber who donated it to the Apache Software Foundation in 1999. It is part of the Apache XML project.

FOP is open source software, and is distributed under the Apache Software License.

Current Status

The stable version of Apache FOP is 0.20.5. Since then, the code base has undergone a substantial rewrite. The current, as of May 25, 2006, is the 0.92 beta. It is far more standards compliant with the XSL-FO specification, but has some bugs and restrictions with regard to output format.

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:

  • Direct printer output
  • PDF (best output support)
  • PostScript

Other output format support may exist, but is spotty for the 0.92 beta.

See also