Paul McKenzie
Paul McKenzie
Also, if you set [DTWAIN_SetMaxRetryAttempts](https://www.dynarithmic.com/onlinehelp/dtwain/newversion/DTWAIN_SetMaxRetryAttempts.html) to 0, possibly the application won't crash, since there will be no retry of the failed page. Also, you can trap the DTWAIN_TN_PAGEFAILED notification and...
Unfortunately the TWAIN specification for `DTWAIN_USESOURCEMODE` does not allow images to be created, only files, so `DTWAIN_GetCurrentAcquiredImage` isn't utilized at all. The only notifications you will get with `DTWAIN_USESOURCEMODE` would...
You can use the [DTWAIN_GetSaveFileName](https://www.dynarithmic.com/onlinehelp/dtwain/newversion/DTWAIN_GetSaveFileName.html) function.
> I see there is a DTWAIN_SetPrinterStartNumber() function, but it does not appear to offer any format control? See if the device supports the `CAP_PRINTERINDEXLEADCHAR` capability. If so, then I...
With the demo program, all the capabilities of the device, number of capabilities, etc. are shown in the lower left list box, and can all be utilized using the `DTWAIN_Get/SetCapValues`...
1) It's strange that `"imprinter-supported"` appears as `false` and not `true`. The Avision 176U I have shows `"imprinter-supported": true`, along with the `CAP_PRINTER` capability being supported. 2) The imprinter type...
> Does calling these imprinter messages from within the Callback make sense? Will that be the right Twain "state?" Try setting the capabilities directly after opening the Source (state 4)....
> We'd know the right string right before the scan begins. Is that likely possible? Unless the CAP_PRINTER... capabilities are also extended capabilities (if the Source supports extended capabilities), negotiating...
1) Please make sure that the version of DTWAIN that you are running is actually 5.6.0. You can see the version by running the [FullDemo](https://github.com/dynarithmic/twain_library-java/blob/master/src/com/dtwain/demos/fulldemo/DTwainFullDemo.java) program and selecting "TWAIN Logging..."...
I am running with the following: ``` Edition Windows 11 Pro Version 23H2 OS build 22631.4751 ``` Running the HP-7000 s3 for 64 bit, here is what I discovered: 1)...