embedding |
|
Java Source File Name | Type | Comment |
ExampleAWTViewer.java | Class | This class demonstrates the use of the AWT Viewer. |
ExampleDOM2PDF.java | Class | This class demonstrates the conversion of a DOM Document to PDF
using JAXP (XSLT) and FOP (XSL-FO). |
ExampleFO2OldStylePrint.java | Class | This class demonstrates printing an FO file to a PrinterJob instance. |
ExampleFO2PDF.java | Class | This class demonstrates the conversion of an FO file to PDF using FOP. |
ExampleFO2PDFUsingSAXParser.java | Class | This class demonstrates the conversion of an FO file to PDF using FOP. |
ExampleFO2RTF.java | Class | This class demonstrates the conversion of an FO file to RTF using FOP.
Please note that this is practically the same as the ExampleFO2PDF example. |
ExampleObj2PDF.java | Class | This class demonstrates the conversion of an arbitrary object file to a
PDF using JAXP (XSLT) and FOP (XSL:FO). |
ExampleObj2XML.java | Class | This class demonstrates the conversion of an arbitrary object file to an
XML file. |
ExampleSVG2PDF.java | Class | This class demonstrates the conversion of an SVG file to PDF using FOP. |
ExampleXML2FO.java | Class | This class demonstrates the conversion of an XML file to an XSL-FO file
using JAXP (XSLT). |
ExampleXML2PDF.java | Class | This class demonstrates the conversion of an XML file to PDF using
JAXP (XSLT) and FOP (XSL-FO). |
MultipleFO2PDF.java | Class | This class demonstrates the conversion of multiple FO files to PDF using FOP.
The FopFactory is reused. |