• ×
    Information
    Need Windows 11 help?
    Check documents on compatibility, FAQs, upgrade information and available fixes.Windows 11 Support Center.
  • post a message
  • ×
    Information
    Need Windows 11 help?
    Check documents on compatibility, FAQs, upgrade information and available fixes.Windows 11 Support Center.
  • post a message
Common problems HP Solution Center not working : Adobe Flash Player Error and Unable to scan
We would like to share some of the most frequently asked questions about HP Solution Center not working : Adobe Flash Player Error and Unable to Scan.
HP Recommended
HP OfficeJet Pro 8730 All-in-One Printer

First of all, kudos to HP for the AppleScript support.  It is totally working great except for one small issue, it seems to be a bug but I don't know how/where to submit a bug report.

 

1. Where/How do I submit a bug report for AppleScript scanning support?

 

I cannot get duplex scanning to work from my AppleScript.  The script below works fine, but I don't get duplex.

 

tell application "HP Scan Request Handler"

-- kludge, I don't know a better way to find my scanner

repeat with s in (get every scanner)

set scannerName to (name of s) as text

if scannerName is "Harry (printer)" then

set myScanner to s

end if

end repeat

set job to (scan myScanner with {resolution:100, duplexing:true, source:adf} and save with {format:PDF searchable})

await completion job

end tell

 

 

 

† The opinions expressed above are the personal opinions of the authors, not of HP. By using this site, you accept the <a href="https://www8.hp.com/us/en/terms-of-use.html" class="udrlinesmall">Terms of Use</a> and <a href="/t5/custom/page/page-id/hp.rulespage" class="udrlinesmall"> Rules of Participation</a>.