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!

Search results for query: *

  1. jwebbs

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

    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...
  2. jwebbs

    How to print an .PDF document to a specified printer using VBscript

    I am trying to print a Pdf document using vbscript and I want to send it a printer of my choosing, not the default printer, and I have no idea how to do it. I tried using create object like this "wscript.createobject(acroRB32.Application)", but it doesn't like it. I really need...

Part and Inventory Search

Back
Top