Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (101)
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 (309)
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, 3212🔥, 0💬
Popular Posts:
What Is activation.jar? I heard it's related to JAF (JavaBeans Activation Framework) 1.0.2? The if y...
Apache Axis2 is the core engine for Web services. It is a complete re-design and re-write of the wid...
JasperReports, the world's most popular open source business intelligence and reporting engine and J...
Saxon is an open source product available under the Mozilla Public License. It provides implementati...
What Is HttpComponents httpcore-4.2.2.jar? HttpComponents httpcore-4.2.2.jar is the JAR file for Apa...