topdf

Convert an XHTML file into a PDF file.

Usage: java igpp.xml.ToPDF [options] [file...]

Options:
usage: igpp.xml.ToPDF

-h,--help Dispay this text
-o,--output {arg} Output. Output generated document to {file}. Default: System.out.
-v,--verbose Verbose. Show status at each step.

Acknowledgements:
Development funded by NASA's PDS project at UCLA.

Simple Example

A command like:

topdf index.html -o index.pdf

where 'flat.xml' contains this web page will product a PDF version of the page.