Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Printing a PDF to a selected printer, using vbscript, part II

Status
Not open for further replies.

jwebbs

Programmer
Mar 27, 2001
2
US
Hi, I am really having problems trying to get a little pdf file to print. Here is what I have so far.

set acrob = createobject("AcroExch.Document") -- this line works fine

set doc = acrob.Open("D:\inetpub\ftproot\bin\batchprint\Error.pdf") -- this line is not working at all

this line gives me a vbscript runtime error - 800a01a8, object acrob does not exist.
I am in dire need of some help, so any suggestions on how I can do this would be greatly appreciated
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top