5–2 コマンドの使用例

処理内容コマンド
Wordファイルのページ数を取得する
PdfDrvCmd60.exe -d c:\test\in.doc -gp
Excelファイルの2シート目から4シート目を1つずつPDFファイルに変換する
PdfDrvCmd60.exe -d c:\test\in.xls -o c:\test\out.pdf -a -start 2 -end 4
PowerPointファイルを指定の印刷設定で変換する
PdfDrvCmd60.exe -d c:\test\in.ppt -o c:\test\out.pdf
-i c:\settings\custom.printSetting3