Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Pdf file printing

Former Member
0 Likes
350

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

1 REPLY 1
Read only

Former Member
0 Likes
320

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