Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mutafaf/direct-printing-app
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.
https://github.com/mutafaf/direct-printing-app
cross-platform-app default-printing direct-printing electron executable silent-printing
Last synced: about 1 month ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/mutafaf/direct-printing-app
- Owner: mutafaf
- Created: 2024-11-06T15:06:40.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-06T15:15:04.000Z (about 2 months ago)
- Last Synced: 2024-11-06T16:17:54.531Z (about 2 months ago)
- Topics: cross-platform-app, default-printing, direct-printing, electron, executable, silent-printing
- Language: JavaScript
- Homepage:
- Size: 302 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Direct Print App
**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.
## Table of Contents
- [Features](#features)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Locate the Executable](#locate-the-executable)## Features
- **Silent Printing**: Directly sends print jobs to the default printer without showing a print dialog.
- **Cross-Platform Support**: Runs on Windows, macOS, and Linux.## Prerequisites
- **Node.js** (v14 or later) and **npm** (Node Package Manager)
- **Git** (optional, for cloning the repository)## Installation
1. **Clone the Repository**
```bash
git clone https://github.com/mutafaf/direct-printing-app.git
cd direct-print-app
```
2. **Generate build for required platform**
- Windows
```bash
npm run build --win
```- Mac
```bash
npm run build --mac
```- Linux
```bash
npm run build --linux
```### Locate the Executable
Generated build will be located inside dist directory. Simply run the executable and enjoy..!!