Direct Print App is an Electron application designed to send print jobs directly to the default printer without prompting the user with a print dialog. This functionality is ideal for point-of-sale systems, kiosks, and other environments that require silent printing.
- Silent Printing: Directly sends print jobs to the default printer without showing a print dialog.
- Cross-Platform Support: Runs on Windows, macOS, and Linux.
- Node.js (v14 or later) and npm (Node Package Manager)
- Git (optional, for cloning the repository)
-
Clone the Repository
git clone https://github.com/mutafaf/direct-printing-app.git cd direct-print-app
-
Generate build for required platform
- Windows
npm run build --win
- Mac
npm run build --mac
- Linux
npm run build --linux
Generated build will be located inside dist directory. Simply run the executable and enjoy..!!