Ben Olden-Cooligan

Results 199 comments of Ben Olden-Cooligan

I've been working on my own ESCL server and had a similar issue where I could add the scanner manually in Mopria Scan but it wasn't found automatically. Turns out...

There is now a "Manual IP" option when you select the ESCL driver in [7.5.0](https://www.naps2.com/download).

In your profile settings, under Advanced, you can check "Flip duplexed pages" to do this automatically on scan.

I should document this somewhere but I'm not going to officially support Windows 7 with the SDK. The problem is that the worker is built with net8 which doesn't support...

If you want you can build your own worker as mentioned here: https://github.com/cyanfish/naps2/blob/798fcaa1008b768dfd86a3a7b8ad8de131cf871a/NAPS2.Sdk.Samples/TwainSample.cs#L10-L17

I think what makes the most sense here is to remember the state of the button (so if you check it, the next time it will also be checked by...

Try running `./autogen.sh` instead of `./configure`.

I'm not actively developing this project at the moment but I would accept PRs for supporting new API methods.

Do you mean it doesn't show up in the select device window? The issue could be that I have the prompt configured to only show scanner devices. https://github.com/cyanfish/naps2-wia/blob/c8a11474ef2e7154cdb86aeba7a80c2bd023792e/NAPS2.Wia/WiaDeviceManager.cs#L49

You can try using WIA 1.0: `new WiaDeviceManager(WiaVersion.Wia10)` As for why it's not showing up in the Wia 2.0 prompt, my guess is that Fujisu misconfigured the driver so it's...