Hi,
I know how to generate from xml, fo to ppml or pdf. It is RenderX product, which name is XEP.
About your main question:
CheckPPML can also be run from the command line. It must be run as:
java -jar <installation-directory>/manifest.jar <parameters>
The parameters are as follows:
• -o <output file>: instructs CheckPPML to generate a manifest file with the given name
• -pdf <pdf file>: instructs CheckPPML to convert the PPML file to a PDF file with the given
name
• -distiller: instructs CheckPPML to use Adobe Distiller for PostScript to PDF conversion
• -gs: instructs CheckPPML to use AFPL GhostScript for PostScript to PDF conversion
• -checkEPS: instruct CheckPPML to perform EPS conformance tests on PostScript content
• -debug: instruct CheckPPML to keep the generated PostScript files for debugging
purposes
• -from <pagenr>: instruct CheckPPML to only create output for pages starting at the
specified page number
• -to <pagenr>: instruct CheckPPML to only create output for pages upto the specified page
number
• -s <directory>: instructs CheckPPML to lookup relative file names in the PPML file in the
given directory in stead of the directory in which the PPML file is located
• -d <description>: defines the descriptive text to be used in the manifest file
• -f <feature name> <category name>: defines the name of a feature and category to be
included in the manifest file (may be specified multiple times) the remaining arguments are
assumed to be PPML files that must be processed. Output will only be generated for the
last PPML file; the other PPML files are processed to gather global reusable object
definitions. Error and warning messages will be generated on the standard error output.