‎2007 Sep 17 1:39 PM
I have PDF file in presentation server, i want to print the pdf file is there any function mdoule for this one
it is very urgent
‎2007 Sep 17 2:25 PM
Hi,
you have the PDF as a local file? or on the screen as a print preview?
In the first case the best way is to call Acrobat direct with the "/p" flag as below:
acrord32 /p PDFFILE.pdf
see class CL_GUI_FRONTEND_SERVICES and method EXCECUTE how to execute client side actions
regards,
Joris Bots