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
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