- This topic has 0 replies, 1 voice, and was last updated 12 years, 8 months ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
Forums › TWAIN Classic › JTwain Duplex scanning
Hi,
I am using JTwain evaluation version, I didn’t buy it yet for testing purposes.
I can not get the duplex image of a single page. Jtwain and my scanner has this ability but it only scans one side of the page.
I have enabled the duplex setting of the scanner. How can I aquire both sides of a scanned page into, for example, a BufferedImage Array?
I have tried both aquireImage() and acquireImageAsBufferedImage(). I also used the hasMoreImages() method, but I see this is for feeding of several pages. What I want is to scan one page and get both sides of the scanned page.
Is this possible? Thank you very much!