https://github.com/nedlab/qt_wia
Work with scanner using Qt + WIA
https://github.com/nedlab/qt_wia
cpp qt wia windows
Last synced: 2 months ago
JSON representation
Work with scanner using Qt + WIA
- Host: GitHub
- URL: https://github.com/nedlab/qt_wia
- Owner: nedlab
- License: mit
- Created: 2024-07-16T07:03:48.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-16T09:55:35.000Z (10 months ago)
- Last Synced: 2025-02-14T06:36:21.592Z (3 months ago)
- Topics: cpp, qt, wia, windows
- Language: C++
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Overview
qt_wia is a C++ project that demonstrates how to work with scanners in ADF (Automatic Document Feeder) and flatbed modes using the Qt framework and Windows Image Acquisition (WIA) API.
The application allows users to select a scanner, choose the scanning mode. The scanned images can be saved in single PDF file.
FeaturesList available scanners in the system.
Select scanning mode: ADF or flatbed.
Save scanned images to single pdf file.Requirements
Windows OS
Qt 5.x or later
Microsoft WIA SDKInstallation
Install Qt:
Download and install the Qt framework from Qt's official website.Clone the Repository:
sh
git clone https://github.com/nedlab/qt_wia.git
cd qt_wiaOpen the Project:
Open the project in Qt Creator or any other IDE that supports Qt projects.Build the Project:
Configure and build the project using your IDE.License
This project is licensed under the MIT License - see the LICENSE file for details.
Contributing
Contributions are welcome! Please open an issue or submit a pull request.