Categories:
Audio (13)
Biotech (29)
Bytecode (35)
Database (77)
Framework (7)
Game (7)
General (512)
Graphics (53)
I/O (32)
IDE (2)
JAR Tools (86)
JavaBeans (16)
JDBC (89)
JDK (337)
JSP (20)
Logging (103)
Mail (54)
Messaging (8)
Network (71)
PDF (94)
Report (7)
Scripting (83)
Security (32)
Server (119)
Servlet (17)
SOAP (24)
Testing (50)
Web (19)
XML (301)
Other Resources:
Run simplecol.fo Example in FOP
How to run the "simplecol.fo" example in FOP to generated a PDF file?
✍: FYIcenter.com
FOP comes with an example XSL-FO file, simplecol.fo,
which shows how to generate multiple columns in PDF.
You can use the "fop" command to convert it into a PDF file:
\fyicenter>cd \local\fop-2.2\fop \local\fop-2.2\fop>fop examples\fo\region_body\simplecol.fo \temp\simplecol.pdf ... org.apache.fop.apps.FopConfParser configure INFO: Default page-height set to: 11in ... org.apache.fop.apps.FopConfParser configure INFO: Default page-width set to: 8.26in Nov 15, 2015 10:43:25 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #1.
The output PDF file is located at \temp\simplecol.pdf.
Open it with a PDF viewer, you will see something like this:
The same example is provided in FOP 2.2, 2.1, and 2.0.
Â
⇒ barcode.fo Example Errors in FOP
2016-07-03, 2754👍, 0💬
Popular Posts:
How to download and install mysql-connector-java-5.1 .40.zip?Connector/J Java library is a JDBC Driv...
Jettison is a collection of Java APIs (like STaX and DOM) which read and write JSON. This allows nea...
What Is javaws.jar in JRE (Java Runtime Environment) 8? javaws.jar in JRE (Java Runtime Environment)...
JDK 11 jdk.javadoc.jmod is the JMOD file for JDK 11 Java Document tool, which can be invoked by the ...
JDK 11 jdk.hotspot.agent.jmod is the JMOD file for JDK 11 Hotspot Agent module. JDK 11 Hotspot Agent...