Print Composer Batch Mode
Adepters,
I am trying to create a pdf file using Print Composer in batch mode. After looking through some older threads I was able to use:
Method 1:
epic.exe -c "print" test.sgm (this results in a pdf output but prompts the user for the filename)
Method 2:
epic.exe -c "print printer='Adobe PDF' file=test.ps" test.sgm (this suppresses the filename prompt, but outputs postcript)
Is there a way to use the second method (suppressing user input) but output directly to pdf (bypassing the need to use distiller)?
Thanks in advance!

