Hi i am trying to scan something in the Scanner and put it in an Image object (C#) and then pick that image and generate a PDF (to that i am using iTextSharp). So i am trying to use WIA (Windows Image Acquisition) but for what i know this only works with Devices connected in USB. (but if it's possible i prefer something that works with Devices in USB and in the Network)
Is there any better libraries or ways to do this type of things? (I tried first to work with Twain but seems to be complicated to find free libraries.)
I am working in WPF(C#) and so i need to understand how the WIA works or anything better to do this.
Thanks in advance!