I am trying to find a way to print PTX files pragmatically. I have thousands of these files to print so opening one file at a time to print is not an option.
I have looked at RealLegal and have found this to be a proprietary file format. RealLegal from what I have seen does not have any API to pragmatically print PTX files.
The executable for the viewer is etrnview.exe; if I do the following at a command line I can have it open a PTX file:
etrnview.exe “c:\file.ptx
Does anyone know if there is a parameter I can pass etrnview.exe to have it print to the default printer? I tried the typical command lines with no luck:
etrnview.exe /p “c:\file.ptx”
etrnview.exe -p “c:\file.ptx”
etrnview.exe -sprn “c:\file.ptx”
Any help with this would be greatly appricated.
Thank you,
Ryan

