aboutsummaryrefslogtreecommitdiffstats
path: root/examples/embedding
Commit message (Expand)AuthorAgeFilesLines
* Forgot to remove the old ";mode=painter" work-around.Jeremias Maerki2009-02-252-3/+3
* Fixed copy/paste omission.Jeremias Maerki2009-02-061-1/+1
* Example for stamping with new IF.Jeremias Maerki2009-02-062-27/+80
* Moved area tree example to package embedding/atxml.Jeremias Maerki2009-02-063-35/+406
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-2422-268/+268
* Split PrintRenderer into PageableRenderer and PrintRenderer (extends Pageable...Jeremias Maerki2008-04-171-0/+143
* Bugzilla #44678:Jeremias Maerki2008-04-171-16/+8
* Merged branchJeremias Maerki2008-04-142-0/+260
* Ensured all SVN properties are set equallyMaximilian Berger2008-02-134-242/+242
* Fix a bug in the example code: Without setting the user agent on the Renderer...Jeremias Maerki2006-09-101-2/+5
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-2826-115/+189
* Bugzilla #39416:Jeremias Maerki2006-04-272-2/+5
* Bugzilla #39416:Jeremias Maerki2006-04-271-1/+1
* Bugzilla #39416:Jeremias Maerki2006-04-275-121/+11
* Merged Temp_API_Finalization branch back into FOP Trunk:Jeremias Maerki2006-03-2711-87/+326
* Added an example for the intermediate format the demonstrates stamping a docu...Jeremias Maerki2006-01-173-1/+195
* New feature: "Intermediate format" (IF). The IF is basically the XML dialect ...Jeremias Maerki2006-01-171-0/+214
* Change more links from xml.apache.org to xmlgraphics.apache.org.Simon Pepping2005-11-252-1/+1
* Deprecated constructors Fop(int) and Fop(int, FOUserAgent).Jeremias Maerki2005-11-128-9/+18
* Providing a FO -> RTF example explaining the only difference that getResults(...Jeremias Maerki2005-08-151-0/+128
* Removed left over .cvsignore files.Joerg Pietschmann2005-08-131-2/+0
* Bugzilla #35937: Jeremias Maerki2005-07-301-1/+16
* Example for printing to an old-style PrinterJob instance.Jeremias Maerki2005-07-271-0/+121
* Resurrected the old example from the maintenance branch now that the AWT View...Jeremias Maerki2005-07-271-0/+97
* Fixed filename of stylesheet for case-sensitive file systems.Jeremias Maerki2004-08-303-3/+3
* Style-up for example classes.Jeremias Maerki2004-08-152-3/+0
* 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-196-9/+9
* 1.) Driver constructor modified to require RenderType, and setter functionsGlen Mazza2004-07-196-37/+25
* Added alternative example for FO to PDF, using javax.xml.parsersSimon Pepping2004-07-182-0/+139
* 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-073-23/+50
* 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-015-46/+73
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-273-41/+104
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-0/+16
* 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-092-49/+36
* Added a parameter to the projectteam2fo.xsl example (for subsequent useGlen Mazza2004-02-052-5/+9
* 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-122-0/+151
* Embedding examples ported from maintenance branch.Jeremias Maerki2003-03-1219-0/+2004