Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Acrobat Reader
Message
From
08/02/2005 10:31:25
 
 
To
All
General information
Forum:
Internet
Category:
Javascript
Title:
Acrobat Reader
Miscellaneous
Thread ID:
00984745
Message ID:
00984745
Views:
66
Hi,

I need a way to print mulitple PDF's in a web page. I've found that using the command line code acrord32.exe /p /h "e.pdf" "e2.pdf" will do the job. I can get the script to work in Javascript using the following code
var wsh = new ActiveXObject('WScript.Shell');
wsh.Run('acrord32.exe /p /h "e.pdf"',1);

However Acrobat Reader keeps saying the file is not found. I've tried local, IP, UNC paths and nothing seems to work.

Any suggestions or another way of print PDF's?

Cheers
Next
Reply
Map
View

Click here to load this message in the networking platform