twain_library icon indicating copy to clipboard operation
twain_library copied to clipboard

Dynarithmic TWAIN Library, Version 5.x

Results 24 twain_library issues
Sort by recently updated
recently updated
newest added

I updated dtwain32u.dll 5.2.0.9 -> the last version 5.4.3. DTWAIN_IsDeviceOnLine always return 0. And I rollback 5.2.0.9 work well. Code like this, I want to check the device is ready....

Hello, I am currently experiencing an issue with the Scanjet Pro 2000 s2 scanner when attempting to enable the driver's native UI and indicator. But the CanoScan LiDE 220 successfully...

Hi, I need to start a scan without any gui and user interaction. I have tried with modless flag but it still open a windows before starting the scanner to...

I have a scanner to which I connect via the network, but TWAIN does not see it. Is it possible that TWAIN doesn’t have such an option or could it...

Hello, after scanning the source ( DTWAIN_AcquireFile ) it adds DTWAIN_SysDestroy to the file name and at the end I get the file name FILE.tifDTWAIN_SysDestroy

Hello, I have a problem with DTWAIN_EnableDuplex. I have set bEnable to false, but the source is always scanned as duplex. My code : ``` pub fn DTWAIN_EnableDuplex(&self, lib :...

It seems that the following device has an issue: - Plustek SmartOffice PS286, and probably scanners that are related to this one - Twain Driver 6.4.0.2 (Internal version 1.0.6.22334 2020/09/02)...

There is currently an issue with duplex scanning that has been discovered. 1. If `DTWAIN_EnableDuplex` is not called by the application, however the scanner user-interface allows duplex scanning, the scanning...

Please note that there is a [new Java interface to DTWAIN](https://github.com/dynarithmic/twain_library-java). TWAIN session maintenance, TWAIN source selection, capability setting/getting, and image acquisition have a more object-oriented approach in the new...

I use the DTWAIN_AcquireFile api to acquire the image,but I don't want to these images,how do I stop or terminate it?