PDFExport - Converts Open Inventor files to PDF files.
SYNOPSIS:
PDFExport <inputFile.iv> [outputFile.pdf] [landscape]
DESCRIPTION:
PDFExport reads a file and converts it to a PDF file. If no input file is given, a user interface is launched allowing to specify various options. Otherwise, it converts the specified Open Inventor file.
USAGE:
The following command line options are allowed:
<inputFile.iv> | The Open Inventor file to convert (mandatory). |
[outputFile.pdf] | The name of the generated PDF file. |
[landscape] | The orientation of the PDF File (default, i.e. nothing specified, is portrait). |
EXAMPLES
To convert an Open Inventor file:
To convert an Open Inventor file in landscape mode:
PDFExport gear.iv gear.pdf landscape
To open the user interface:
SEE ALSO
SoToPDFAction, SoToU3DAction
SCREENSHOT:
FILES:
-
HardCopy/Samples/PDFExport/main.cxx
-
HardCopy/Samples/PDFExport/PdfExportDialog.cxx
-
HardCopy/Samples/PDFExport/PdfExportDialog.h
-
HardCopy/Samples/PDFExport/PdfExportDialog_base.ui