Formatting Objects Processor: Difference between revisions
0.93 is not considered a beta version by the Apache guys. |
add logo |
||
(107 intermediate revisions by 91 users not shown) | |||
Line 1: | Line 1: | ||
{{multiple issues| |
|||
{{Infobox_Software |
|||
{{Only primary sources|date=April 2023}} |
|||
⚫ | |||
{{Update|date=April 2023}} |
|||
| logo = [[Image:Apache fop.jpg|100px|Apache FOP Logo]] |
|||
{{More citations needed|date=April 2023}} |
|||
⚫ | |||
}} |
|||
{{short description|Java-based document converter}} |
|||
{{Infobox software |
|||
⚫ | |||
| logo = Apache FOP logo.png |
|||
| logo size = 200px |
|||
⚫ | |||
| caption = |
| caption = |
||
| |
| author = [[James Tauber]] |
||
| developer = [[Apache Software Foundation]] |
|||
| latest_release_version = 0.93 |
|||
| latest release version = {{wikidata|property|reference|P348}} |
|||
| latest_release_date = [[January 8]], [[2007]] |
|||
| latest release date = {{start date and age|{{wikidata|qualifier|P348|P577}}}} |
|||
⚫ | |||
| latest preview version = |
|||
| latest preview date = |
|||
⚫ | |||
| programming language = [[Java (programming language)|Java]] |
|||
| genre = [[XSL-FO]] |
| genre = [[XSL-FO]] |
||
| license = [[Apache License |
| license = [[Apache License 2.0]] |
||
| website = |
| website = {{URL|https://xmlgraphics.apache.org/fop}} |
||
}} |
}} |
||
{{otheruses}} |
|||
'''FOP''' (Formatting Objects Processor) is an [[XSL-FO]] processor written in [[Java (programming language)|Java]], which provides the feature to convert XSL-FO files to [[portable document format|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. |
|||
'''Formatting Objects Processor''' ('''FOP''', also known as '''Apache FOP''') is a [[Java (programming language)|Java]] application that converts [[XSL Formatting Objects]] (XSL-FO) files to [[Portable Document Format|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. |
|||
⚫ | |||
⚫ | |||
⚫ | |||
The stable version of Apache FOP is 0.93. The code has undergone a substantial rewrite compared to the original 0.20.5 version that was the old stable version. The 0.93 is much more standards compliant. |
|||
The latest version of Apache FOP is 2.9.<ref>{{cite web|url=https://xmlgraphics.apache.org/fop/status.html|title=Apache FOP Status}}</ref> This is the eleventh stable release. |
|||
== |
==Major limitations== |
||
Most important elements added in XSL-FO 1.1 (flow maps, table markers, indexes. etc.) are not available <ref>{{cite web|url=https://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 fully supported including automatic table layout, floats and more. |
|||
⚫ | |||
==Input support== |
|||
⚫ | |||
* [[Scalable Vector Graphics|SVG]] |
* [[Scalable Vector Graphics|SVG]] |
||
* [[Portable Network Graphics|PNG]] |
|||
* Bitmap [[BMP]] |
* Bitmap [[BMP file format|BMP]] |
||
* [[PostScript]] (as EPS) |
* [[PostScript]] (as EPS) |
||
* [[JPEG]] |
* [[JPEG]] |
||
* Some [[TIFF]] formats. |
* Some [[TIFF]] formats. |
||
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 |access-date=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. |
|||
⚫ | |||
⚫ | |||
Apache FOP supports the following output formats: |
Apache FOP supports the following output formats: |
||
* [[PDF]] (best output support), including [[PDF/X]] and [[PDF/A]] with some limitations<ref>{{cite web |url=https://xmlgraphics.apache.org/fop/0.95/pdfx.html |title=FOP 0.95 - PDF/X (ISO 15930) |access-date=2011-05-22}}</ref> |
|||
* Direct printer output |
|||
* [[ |
* [[ASCII]] text file facsimile |
||
* PostScript |
* [[PostScript]] |
||
* Direct printer output ([[Printer Control Language|PCL]]) |
|||
* [[Advanced Function Presentation|AFP]] |
|||
* [[Rich Text Format|RTF]] |
|||
* [[Java2D]]/[[Abstract Window Toolkit|AWT]] for display, printing, and page rendering to [[Portable Network Graphics|PNG]] and [[Tagged Image File Format|TIFF]] |
|||
In progress: |
|||
*[[Maker Interchange Format|MIF]] |
|||
*[[Scalable Vector Graphics|SVG]] |
|||
==See also== |
==See also== |
||
{{Portal|Free and open-source software}} |
|||
* [[XSL-FO]] |
|||
⚫ | |||
* [[Extensible Stylesheet Language|XSL]] |
* [[Extensible Stylesheet Language|XSL]] |
||
==External links== |
==External links== |
||
* [ |
* [https://xmlgraphics.apache.org/fop/ Apache FOP Project] |
||
* [https://www.data2type.de/en/xml-xslt-xslfo/xsl-fo/formatter-comparison/ XSL-FO formatter comparison] |
|||
==References== |
|||
{{apache}} |
|||
{{Reflist}} |
|||
{{Apache Software Foundation}} |
|||
⚫ | |||
[[Category:Apache Software Foundation|FOP]] |
[[Category:Apache Software Foundation|FOP]] |
||
⚫ | |||
[[Category:Free software programmed in Java (programming language)]] |
|||
[[Category:Java (programming language) libraries]] |
|||
[[pl:FOP]] |
|||
⚫ | |||
{{ |
{{compu-library-stub}} |
Latest revision as of 03:25, 16 May 2024
This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages)
|
Original author(s) | James Tauber |
---|---|
Developer(s) | Apache Software Foundation |
Stable release | 2.10[1]
/ 1 October 2024 |
Repository | |
Written in | Java |
Operating system | Cross-platform |
Type | XSL-FO |
License | Apache License 2.0 |
Website | xmlgraphics |
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
[edit]The latest version of Apache FOP is 2.9.[2] This is the eleventh stable release.
Major limitations
[edit]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
[edit]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
[edit]Apache FOP supports the following output formats:
- PDF (best output support), including PDF/X and PDF/A with some limitations[5]
- 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:
See also
[edit]- XSL Formatting Objects (XSL-FO)
- XSL
External links
[edit]References
[edit]- ^ "Release 2.10". 1 October 2024. Retrieved 12 October 2024.
- ^ "Apache FOP Status".
- ^ "Apache FOP XSL-FO Compliance".
- ^ "Apache FOP 2.0 release notes". Retrieved 2015-12-18.
- ^ "FOP 0.95 - PDF/X (ISO 15930)". Retrieved 2011-05-22.