Skip to content

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.

Notifications You must be signed in to change notification settings

mutafaf/direct-printing-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • 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

    git clone https://github.com/mutafaf/direct-printing-app.git
    cd direct-print-app
  2. Generate build for required platform

    • Windows
    npm run build --win
    • Mac
    npm run build --mac
    • Linux
    npm run build --linux

Locate the Executable

Generated build will be located inside dist directory. Simply run the executable and enjoy..!!

About

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.

Topics

Resources

Stars

Watchers

Forks