aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/cli
Commit message (Expand)AuthorAgeFilesLines
* Added afp to command line options help, marked mif and svg as experimentalManuel Mall2007-01-081-4/+7
* Added fop.home to Main.getJARList. Adapted the documentation.Simon Pepping2007-01-061-1/+7
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-284-20/+24
* Command-line integration of PDF/X support. Generalized the specifying of PDF ...Jeremias Maerki2006-07-241-16/+52
* Made FOUserAgent.configure() protected again (not to tempt any users to play ...Jeremias Maerki2006-07-111-11/+18
* Sometimes I do stuff much too quickly. Removed debug code.Jeremias Maerki2006-07-101-1/+1
* Bugzilla #39983:Jeremias Maerki2006-07-101-1/+11
* Some config file settings were not correctly set in FOUserAgent when invoked ...Manuel Mall2006-07-101-0/+3
* I'd like to make Batik an optional dependency over time, so check Commons IO ...Jeremias Maerki2006-04-051-1/+1
* 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