aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/cli
Commit message (Expand)AuthorAgeFilesLines
* Merged Temp_API_Finalization branch back into FOP Trunk:Jeremias Maerki2006-03-273-42/+19
* Add PDF/A-1b support to command-line.Jeremias Maerki2006-03-211-12/+20
* Avoid NPE when a malformed command-line is specified.Jeremias Maerki2006-01-251-2/+2
* Command-line support for the intermediate format: Use "-atin" to specify an a...Jeremias Maerki2006-01-244-56/+227
* Another workaround/hack to deal with non breaking spaces. Also some minor adj...Manuel Mall2005-12-171-0/+13
* NOTE: API changes in a backwards-incompatible way: FOUserAgent.setResolution(...Jeremias Maerki2005-12-151-2/+2
* The command-line now automatically sets two parameters for any XSLT transform...Jeremias Maerki2005-12-091-6/+11
* The output file is now deleted when an exception occurs when calling FOP from...Jeremias Maerki2005-12-091-0/+3
* Deprecated constructors Fop(int) and Fop(int, FOUserAgent).Jeremias Maerki2005-11-121-1/+2
* Fop.java gets two new constructors: Fop(String) and Fop(String, FOUserAgent) ...Jeremias Maerki2005-11-112-112/+85
* Ported the command-line options for PDF encryption to trunk.Jeremias Maerki2005-10-251-9/+62
* Another effort to get the warnings for the debug and quiet optionsSimon Pepping2005-09-281-8/+15
* Commented out the code that causes an NPE.Jeremias Maerki2005-09-191-4/+4
* Report area tree output mode.Simon Pepping2005-09-171-1/+10
* New "-foout" parameter which only saves the intermediate XSL-FO file when -xm...Jeremias Maerki2005-08-233-10/+63
* Moved CLI to its own package. New main class is org.apache.fop.cli.Main. Jeremias Maerki2005-08-234-0/+1180