You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, we want to save the data we scanned to the database using the naps2 library. How can I at least see the page I scanned using naps2? I'll save it to a path for now and preview it later. Do you have sample code for these operations? I tinkered with the project a lot, but. It scans, but I can't see where it saves what I scanned.
The text was updated successfully, but these errors were encountered:
I'm not exactly sure what you're asking. Do you have something like a Windows Forms application and want to see it in your UI? Maybe this sample will help, it shows how to create a System.Drawing.Bitmap object from the scanned images (or you can use the equivalent method for WPF) https://github.com/cyanfish/naps2/blob/master/NAPS2.Sdk.Samples/ScanToBitmapSample.cs
Hello, we want to save the data we scanned to the database using the naps2 library. How can I at least see the page I scanned using naps2? I'll save it to a path for now and preview it later. Do you have sample code for these operations? I tinkered with the project a lot, but. It scans, but I can't see where it saves what I scanned.
The text was updated successfully, but these errors were encountered: