aboutsummaryrefslogtreecommitdiffstats
path: root/examples/embedding/java
Commit message (Expand)AuthorAgeFilesLines
* Combined the apps.Driver class into apps.Fop. (195 LOC total.) PrimaryGlen Mazza2004-07-245-25/+25
* 1.) Moved exclusively to Simon's DefaultHandler object for both TransformerGlen Mazza2004-07-195-8/+8
* 1.) Driver constructor modified to require RenderType, and setter functionsGlen Mazza2004-07-195-22/+10
* Added alternative example for FO to PDF, using javax.xml.parsersSimon Pepping2004-07-181-0/+130
* Back to transform example, reverted yesterday's change that removed BufferedO...Glen Mazza2004-07-161-24/+10
* *Temporary* commit showing how this process works via SAXParserFactory;Glen Mazza2004-07-161-5/+23
* Removed BufferedOutputStream line as unneeded in this case (Unsure if helpfulGlen Mazza2004-07-141-1/+0
* Updated FO->PDF example to use JAXP.Glen Mazza2004-07-141-19/+30
* Made Driver.initialize() private, more in line with 0.20.5, which doesn'tGlen Mazza2004-07-094-12/+0
* Switch from non-JAXP DOM processing to using JAXP identity transformationGlen Mazza2004-07-072-21/+48
* 1.) Removed the get/setLogger methods from Driver, obsolete with Commons-Logg...Glen Mazza2004-06-204-38/+11
* Used standard Java exception-printing method "printStackTrace(PrintStream)"Glen Mazza2004-04-147-28/+8
* Updated examples to use Commons-Logging.Glen Mazza2004-04-014-46/+54
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-2713-598/+182
* Modification of ExampleXML2PDF to show a Transformer.setParameter() call.Glen Mazza2004-02-091-48/+35
* Style, javadoc and tab character fixesJeremias Maerki2004-01-091-14/+20
* $Id$ added to get header printed at top of file.Glen Mazza2003-08-131-1/+1
* Created a simple example using the DOM Level 2 API for testing/demonstrating ...Glen Mazza2003-08-131-0/+192
* Buffer the output streams for increased performance (not really needed here b...Jeremias Maerki2003-07-034-0/+4
* Added SVG to PDF example using the PDF TranscoderJeremias Maerki2003-03-121-0/+142
* Embedding examples ported from maintenance branch.Jeremias Maerki2003-03-1211-0/+1712