Printouts and previews by Adobe Acrobat
For these tasks the entire Adobe Acrobat package is needed.
Mere Acrobat Reader is not sufficient.
At first the document is printed to a PostScript file, say PRINT.PS, by command
PRINT <first_line>,<last_line> TO PRINT.PS
and then the preview and the printout is obtained by the command
/PS-PDF PRINT.PS
Sucro PS-PDF converts (by Adobe Acrobat Distiller program) the PS file
PRINT.PS to a PDF file PRINT.PDF and calls thereafter Adobe Acrobat
to show PRINT.PDF on the screen. Printing on any Windows printer
takes place from the File menu of Adobe Acrobat.
A smart way to organize the whole task is to set the commands in order
/PS-PDF PRINT.PS / Activate this after PRINT!
PRINT <first_line>,<last_line> TO PRINT.PS
P = More information about PRINT