Class ConsoleLauncherCewe

java.lang.Object
be.gaudry.console.ConsoleLauncherCewe

public class ConsoleLauncherCewe extends Object
Main entry point of the mcf2pdf application. Creates an Mcf2FoConverter object with the settings passed on command line, and renders the given input file to XSL-FO. If PDF output is requested (the default), the XSL-FO is converted to PDF using Apache FOP. The result (PDF or XSL-FO) is then written to given output file, which can be STDOUT when a dash (-) is passed.