Application Development 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: 

Print Document stored inExternal Server.

Former Member
0 Kudos

Hi,

is there any way to print PDF documents stored on external server from ABAP program, I have URL stored in custom table

Regards

Lakhbir

2 REPLIES 2

Former Member
0 Kudos

hi Lakhbir,

Best way is to download the PDF to a temp file on the PC, then call Acrobat direct with the "/p" flag as below:

acrord32 /p PDFFILE.pdf

In earlier versions of Acrobat, this prints to the users current default Windows printer. Later versions pop up a print screen window for printer selection (I think).

Regards,

naveen

0 Kudos

Hi Naveen,

Could you please xplain bit more, I am not able to understand. sorry for the trouble.

Thanks

Lakhbir