Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (102)
JavaBeans (21)
JDBC (121)
JDK (426)
JSP (20)
Logging (108)
Mail (58)
Messaging (8)
Network (84)
PDF (97)
Report (7)
Scripting (84)
Security (32)
Server (121)
Servlet (26)
SOAP (24)
Testing (54)
Web (15)
XML (322)
Collections:
Other Resources:
What Is FOP (Formatting Objects Processor)
What is FOP (Formatting Object Processor)?
✍: FYIcenter.com
FOP (Formatting Objects Processor) is a print formatter driven by XSL formatting objects (XSL-FO)
and an output independent formatter. It is a Java application that reads a formatting object (FO)
tree and renders the resulting pages to a specified output. Output formats currently supported
include PDF, PS, PCL, AFP, XML (area tree representation), Print, AWT and PNG, and to a lesser
extent, RTF and TXT. The primary output target is PDF.
FOP is developed by the Apache Software Foundation. It uses the standard XSL-FO file format as input, lays the content out into pages, then renders it to the requested output. One great advantage of using XSL-FO as input is that XSL-FO is itself an XML file, which means that it can be conveniently created from a variety of sources. The most common method is to convert semantic XML to XSL-FO, using an XSLT transformation.
FOP Releases:
FOP 2.8 - 09-Nov-2022 FOP 2.7 - 20-Jan-2022 FOP 2.6 - 20-Jan-2021 FOP 2.5 - 13-May-2020 FOP 2.4 - 05-Nov-2019 FOP 2.3 - 24-May-2018 FOP 2.2 - 10-Apr-2017 FOP 2.1 - 14-Jan-2016 FOP 2.0 - 26-May-2015 FOP 1.1 - 16-Oct-2012 FOP 1.0 - 12-Jul-2010 FOP 0.95 - 21-Jul-2008 FOP 0.94 - 18-Aug-2007 FOP 0.93 - 03-Jan-2007 FOP 0.20.5 - 15-Jul-2003
For more information, see Apache FOP Website
2016-06-28, ∼4205🔥, 0💬
Popular Posts:
What is the dom\ElementPrinter.java provided in the Apache Xerces package? I have Apache Xerces 2.11...
Woodstox 6.4.0 Source Code Files are provided at the Woodstox GitHub Website . You can download them...
What is the jaxp\TypeInfoWriter.java provided in the Apache Xerces package? I have Apache Xerces 2.1...
JDK 17 java.rmi.jmod is the JMOD file for JDK 17 RMI (Remote Method Invocation) module. JDK 17 RMI m...
JDOM provides a solution for using XML from Java that is as simple as Java itself. There is no compe...