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 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, 2840👍, 0💬
Popular Posts:
The goal of the Geronimo project is to produce a server runtime framework that pulls together the be...
Provides support for the runtime platform, core utility methods and the extension registry. JAR File...
This package is the backport of java.util.concurrent API, introduced in Java 5.0 and further refined...
The JMX technology provides the tools for building distributed, Web-based, modular and dynamic solut...
The Digester package lets you configure an XML -> Java object mapping module, which triggers certain...