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:
"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.2\fop \local\fop-2.2\fop>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:
The same example is provided in FOP 2.2, 2.1, and 2.0.
Â
⇒ Transform XML to FO and Generate PDF with FOP
2018-04-28, 959👍, 0💬
Popular Posts:
What Is js.jar in Rhino JavaScript 1.7R5? js.jar in Rhino JavaScript 1.7R5 is the JAR file for Rhino...
JDK 11 jdk.jfr.jmod is the JMOD file for JDK 11 JFR module. JDK 11 JFR module compiled class files a...
Xalan-Java, Version 2.7.1, is an XSLT processor for transforming XML documents into HTML, text, or o...
JDK 11 java.xml.jmod is the JMOD file for JDK 11 XML (eXtensible Markup Language) module. JDK 11 XML...
Provides a simple high-level Http server API, which can be used to build embedded HTTP servers. Both...