Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Acrobat Reader
Message
De
08/02/2005 10:31:25
 
 
À
Tous
Information générale
Forum:
Internet
Catégorie:
Javascript
Titre:
Acrobat Reader
Divers
Thread ID:
00984745
Message ID:
00984745
Vues:
64
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform