Discussion:
[sane-devel] Duplex Scanning using XSane
Shyam Rath
2013-12-16 12:09:27 UTC
Permalink
Hello All,

I am new to SANE back-end development.
I need help on how to do a Duplex Scanning from Xsane as a user.
Also how the back-end should collaborate with the Xsane for Duplex Scanning.

Can anybody refer to any document which can guide me.


Thanks & Regards,

Shyam S Rath,
Mac, U/L Scan Team, India.
x71060

*Lexmark Confidential: *This E-mail message and any attachments may contain
legally privileged, confidential or proprietary information. If you are not
the intended recipient (s), or the employee or agent responsible for
delivery of this message to the intended recipient (s), you are hereby
notified that any dissemination, distribution or copying of this E-mail
message is strictly prohibited. If you have received this message in error,
please immediately notify the sender and delete this E-mail message from
your computer, please notify us immediately by e-mail, and delete the
original message.
m. allan noah
2013-12-16 13:33:18 UTC
Permalink
Your backend should expose an option which enables duplex. Some
backends use a boolean for this, my backends have a string option
called 'source' which will list the available sources for images: 'ADF
Front', 'ADF Back', 'ADF Duplex', 'Flatbed', etc.

Xsane is not really designed for multipage document scanning. It will
work if you set the page counter equal to, or higher than the number
of images you will get from your batch. This requires counting or
guessing, and is less than ideal.

A better frontend for multipage scanning is gscan2pdf. You might wish to try it.

allan
Post by Shyam Rath
Hello All,
I am new to SANE back-end development.
I need help on how to do a Duplex Scanning from Xsane as a user.
Also how the back-end should collaborate with the Xsane for Duplex Scanning.
Can anybody refer to any document which can guide me.
Thanks & Regards,
Shyam S Rath,
Mac, U/L Scan Team, India.
x71060
Lexmark Confidential: This E-mail message and any attachments may contain
legally privileged, confidential or proprietary information. If you are not
the intended recipient (s), or the employee or agent responsible for
delivery of this message to the intended recipient (s), you are hereby
notified that any dissemination, distribution or copying of this E-mail
message is strictly prohibited. If you have received this message in error,
please immediately notify the sender and delete this E-mail message from
your computer, please notify us immediately by e-mail, and delete the
original message.
--
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/sane-devel
Unsubscribe: Send mail with subject "unsubscribe your_password"
--
"The truth is an offense, but not a sin"
Shyam Rath
2013-12-18 12:04:19 UTC
Permalink
Thanks Allan.
I am currently evaluating gscan2pdf.
By the way we could do a duplex scan via Xsane using a Network Scanner,
but for USB the Single Page/Multi Page seems to be hidden, so we have no
clue how to go ahead with Duplex Scan.

Thanks & Regards,

Shyam S Rath,
Mac, U/L Scan Team, India.
x71060

*Lexmark Confidential: *This E-mail message and any attachments may contain
legally privileged, confidential or proprietary information. If you are not
the intended recipient (s), or the employee or agent responsible for
delivery of this message to the intended recipient (s), you are hereby
notified that any dissemination, distribution or copying of this E-mail
message is strictly prohibited. If you have received this message in error,
please immediately notify the sender and delete this E-mail message from
your computer, please notify us immediately by e-mail, and delete the
original message.
Post by m. allan noah
Your backend should expose an option which enables duplex. Some
backends use a boolean for this, my backends have a string option
called 'source' which will list the available sources for images: 'ADF
Front', 'ADF Back', 'ADF Duplex', 'Flatbed', etc.
Xsane is not really designed for multipage document scanning. It will
work if you set the page counter equal to, or higher than the number
of images you will get from your batch. This requires counting or
guessing, and is less than ideal.
A better frontend for multipage scanning is gscan2pdf. You might wish to try it.
allan
Post by Shyam Rath
Hello All,
I am new to SANE back-end development.
I need help on how to do a Duplex Scanning from Xsane as a user.
Also how the back-end should collaborate with the Xsane for Duplex
Scanning.
Post by Shyam Rath
Can anybody refer to any document which can guide me.
Thanks & Regards,
Shyam S Rath,
Mac, U/L Scan Team, India.
x71060
Lexmark Confidential: This E-mail message and any attachments may contain
legally privileged, confidential or proprietary information. If you are
not
Post by Shyam Rath
the intended recipient (s), or the employee or agent responsible for
delivery of this message to the intended recipient (s), you are hereby
notified that any dissemination, distribution or copying of this E-mail
message is strictly prohibited. If you have received this message in
error,
Post by Shyam Rath
please immediately notify the sender and delete this E-mail message from
your computer, please notify us immediately by e-mail, and delete the
original message.
--
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/sane-devel
Unsubscribe: Send mail with subject "unsubscribe your_password"
--
"The truth is an offense, but not a sin"
m. allan noah
2013-12-18 12:57:47 UTC
Permalink
well, that would depend on the scanner, and the backend, which you did
not tell us :)

allan
Post by Shyam Rath
Thanks Allan.
I am currently evaluating gscan2pdf.
By the way we could do a duplex scan via Xsane using a Network Scanner,
but for USB the Single Page/Multi Page seems to be hidden, so we have no
clue how to go ahead with Duplex Scan.
Thanks & Regards,
Shyam S Rath,
Mac, U/L Scan Team, India.
x71060
Lexmark Confidential: This E-mail message and any attachments may contain
legally privileged, confidential or proprietary information. If you are not
the intended recipient (s), or the employee or agent responsible for
delivery of this message to the intended recipient (s), you are hereby
notified that any dissemination, distribution or copying of this E-mail
message is strictly prohibited. If you have received this message in error,
please immediately notify the sender and delete this E-mail message from
your computer, please notify us immediately by e-mail, and delete the
original message.
Post by m. allan noah
Your backend should expose an option which enables duplex. Some
backends use a boolean for this, my backends have a string option
called 'source' which will list the available sources for images: 'ADF
Front', 'ADF Back', 'ADF Duplex', 'Flatbed', etc.
Xsane is not really designed for multipage document scanning. It will
work if you set the page counter equal to, or higher than the number
of images you will get from your batch. This requires counting or
guessing, and is less than ideal.
A better frontend for multipage scanning is gscan2pdf. You might wish to try it.
allan
Post by Shyam Rath
Hello All,
I am new to SANE back-end development.
I need help on how to do a Duplex Scanning from Xsane as a user.
Also how the back-end should collaborate with the Xsane for Duplex Scanning.
Can anybody refer to any document which can guide me.
Thanks & Regards,
Shyam S Rath,
Mac, U/L Scan Team, India.
x71060
Lexmark Confidential: This E-mail message and any attachments may contain
legally privileged, confidential or proprietary information. If you are not
the intended recipient (s), or the employee or agent responsible for
delivery of this message to the intended recipient (s), you are hereby
notified that any dissemination, distribution or copying of this E-mail
message is strictly prohibited. If you have received this message in error,
please immediately notify the sender and delete this E-mail message from
your computer, please notify us immediately by e-mail, and delete the
original message.
--
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/sane-devel
Unsubscribe: Send mail with subject "unsubscribe your_password"
--
"The truth is an offense, but not a sin"
--
"The truth is an offense, but not a sin"
Jeffrey Ratcliffe
2013-12-18 17:47:11 UTC
Permalink
Post by Shyam Rath
By the way we could do a duplex scan via Xsane using a Network Scanner,
but for USB the Single Page/Multi Page seems to be hidden, so we have no
clue how to go ahead with Duplex Scan.
Which frontend do you have selected in Edit/Preferences?

If you start gscan2pdf with the --log=log option, open the scan dialog,
quit and post the log file, I'll take a look.

Regards

Jeff

Loading...