j.neto233 Posted March 16, 2016 Posted March 16, 2016 Example with code sources for scanning documents using scanner? Best regards. 1 Quote
mika Posted March 16, 2016 Posted March 16, 2016 Using scanner through web?? If you mean some kind of LAN setup, you can probably use same components for scanning as you would use while developing standard VCL application. Quote
j.neto233 Posted March 21, 2016 Author Posted March 21, 2016 The routine work as shown in the image: 1. server running IIS, UniGUI application; 2. the client side a scanner plugged into the PC running the application by the browser; 3. the Scan Results PDF back to the server to be stored as a file. need help to develop a routine, any example in unigui? Thank you! Quote
fraxzi Posted February 20, 2020 Posted February 20, 2020 Hi. Anyone with the update on the subject? I also wish to capture document (pdf) directly acquired from scanner.. from UniGUI (Desktop) app. Does anyone care to share? Thanks, Frances Quote
Sherzod Posted February 20, 2020 Posted February 20, 2020 40 minutes ago, fraxzi said: Anyone with the update on the subject? I also wish to capture document (pdf) directly acquired from scanner.. from UniGUI (Desktop) app. Does anyone care to share? Hi, Do you have a single project? Will you use it yourself? Quote
fraxzi Posted February 20, 2020 Posted February 20, 2020 Hi Sherzod, I recently learned to upload pdf file to Mariadb and display it back to uniPDF viewer.. I thought if would be great to learn how to acquire from scanner so data can have documentation (signed docs) for reference use. I haven't prepare a uniGUI project for the feature (yet). Kind regards, Frances Quote
mazluta Posted July 19, 2021 Posted July 19, 2021 hi j.neto233 did you have any example of scanning with uniGui? Quote
Stemon63 Posted July 21, 2021 Posted July 21, 2021 I think the best solution is to create a client service on localhost that manage all scanning operations; Then you can call the service from javascript and send the result to server with ajax... Quote
Wilton Ergon Posted July 21, 2021 Posted July 21, 2021 the web browser won't allow you to directly access a local device, nor can we access printers, imagine a scanner, you could only do that by creating a browser plug-in, which will force your user to do a local install, or you can create an application that does this by running locally on the user's machine, this vcl application would make the connection with the scanner, and send the file to your web server. Quote
mierlp Posted July 21, 2021 Posted July 21, 2021 you can try this qz | Home I have no experience with it but it seems to work. You will have to install something locally anyway to address a local device Quote
Hayri ASLAN Posted July 22, 2021 Posted July 22, 2021 We have qz.io implementation in components and samples forum. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.