Quantcast
Channel: Adobe Community: Message List - Acrobat SDK
Viewing all articles
Browse latest Browse all 10848

Re: Change Printer in Acrobat from VBA

$
0
0

The issue is using a .Print method in VBA I think calls the VBA's method before the JSO method's and a runtime error 438 occurs in the following instances:   (438 = Object doesn't support this property or method)


               adobePrintSettings.PrinterName = printerAdobe

              gAVDoc.Print (adobePrintSettings)

  OR…      
               adobePrintSettings.PrinterName = printerAdobe

              gPdDoc.Print (adobePrintSettings)

  OR…      
               adobePrintSettings.PrinterName = printerAdobe

              adobeJSO.Print (adobePrintSettings)


Viewing all articles
Browse latest Browse all 10848

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>