Harman Patil (Editor)

Formatting Objects Processor

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Original author(s)
  
James Tauber

Operating system
  
Cross-platform

Written in
  
Java

Type
  
XSL-FO

Formatting Objects Processor

Developer(s)
  
Apache Software Foundation

Stable release
  
2.1 / January 14, 2016; 13 months ago (2016-01-14)

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.

Contents

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

Current Status

The latest version of Apache FOP is 2.1. This is the fifth 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

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:

  • SVG
  • PNG
  • Bitmap BMP
  • PostScript (as EPS)
  • JPEG
  • Some TIFF formats.
  • Apache FOP implements the <fo:float> element with some limitations. 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
  • 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:

  • MIF
  • SVG
  • References

    Formatting Objects Processor Wikipedia


    Similar Topics