[Bug 340099] Re: Scan all pages option doesn't stop when all pages are done

Jack Senechal jack at thewizardrie.com
Tue Mar 10 22:33:46 UTC 2009


The batch-scan option makes a bit more sense in the context of the
xscanimage GUI. I'm not sure it's a bug with the HPLIP package so much
as a design choice.

It seems there are two options that would make gscan2pdf work fine with
this printer:

1) Implement some logic like this, since it's implied you want to use the ADF if you're scanning more than one page at a time:
    if (pages == 'all' || pages > 1) {
        if (batch-scan-option-present) {
            enable batch-scan
        }
    }

2) Detect when the ADF is out of paper and stop scanning then. The
xcanimage GUI shows a message "Failed to start scanner: Document feeder
out of documents" when there's nothing in the flatbed, so I imagine that
type of detection is possible.

-- 
Scan all pages option doesn't stop when all pages are done
https://bugs.launchpad.net/bugs/340099
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list