Categories:
Audio (13)
Biotech (29)
Bytecode (22)
Database (79)
Framework (7)
Game (7)
General (454)
Graphics (53)
I/O (28)
IDE (2)
JAR Tools (45)
JavaBeans (16)
JDBC (86)
JDK (33)
JSP (20)
Logging (89)
Mail (54)
Messaging (8)
Network (103)
PDF (82)
Report (7)
Scripting (75)
Security (67)
Server (112)
Servlet (11)
SOAP (24)
Testing (55)
Web (24)
XML (287)
Other Resources:
Run table.fo Example in FOP
How to run the "table.fo" example in FOP to generated a PDF file?
✍: FYIcenter.com
FOP comes with an example XSL-FO file, table.fo,
which shows how to generate tables 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\basic\table.fo \temp\table.pdf ... INFO: Rendered page #7.
The output PDF file is located at \temp\table.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.
⇒ Run SVG embedding.fo Example in FOP
2016-07-02, 1256👍, 0💬
Popular Posts:
This package is the backport of java.util.concurrent API, introduced in Java 5.0 and further refined...
tools.jar from JDK 1.6.0_02. JAR File Size and Download Location: File name: tools.jar File size: 12...
JLayer is a library that decodes/plays/converts MPEG 1/2/2.5 Layer 1/2/3 (i.e. MP3) in real time for...
The JDT project provides the tool plug-ins that implement a Java IDE supporting the development of a...
What Is mail.jar of JavaMail 1.4? I got the JAR file from javamail-1_4.zip. mail.jar in javamail-1_4...