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:
"FOP -awt" - Generate Output on Screen
How to use "FOP -awt" option to generate output on the screen?
✍: FYIcenter.com
If you want to display output on the screen instead of PDF files,
you can use the "FOP -awt" command option.
Here is how to do this:
fyicenter> cd \local\fop-2.x\fop fyicenter> fop -awt examples\fo\basic\fonts.fo org.apache.fop.render.java2d.Java2DRenderer getPageImage INFO: Rendering Page 1 (pageWidth 595, pageHeight 842)
The output will be displayed on the screen as shown below:
⇒ Transform XML to FO and Generate PDF with FOP
2018-04-28, ∼1767🔥, 0💬
Popular Posts:
maven-compat-3.8.6.jar is the JAR file for Apache Maven 3.8.6 Compact module. The JAR file name may ...
How to run "jarsigner" command from JDK tools.jar file? "jarsigner" command allows you to digitally ...
What Is ojdbc5.jar for Oracle 11g R1? ojdbc5.jar for Oracle 11g R1 is the JAR files of ojdbc.jar, JD...
Java Architecture for XML Binding (JAXB) is a Java API that allows Java developers to map Java class...
How to display types defined in an XML Schema file with the xs\QueryXS.java provided in the Apache X...