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:
"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, 1061🔥, 0💬
Popular Posts:
What is the dom\GetElementsByTagName .javaprovided in the Apache Xerces package? I have Apache Xerce...
The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms, it was develo...
What Is wstx-asl-3.2.8.jar? wstx-asl-3.2.8.jar is JAR file for the ASL component of Woodstox 3.2.8. ...
What Is commons-collections4-4.4 .jar?commons-collections4-4.4 .jaris the JAR file for Apache Common...
How to merge two JAR files with "jar" commands? I am tired of specifying multiple JAR files in the c...