Skip to content

Releases: ksi-digital/automaprint

v1.0.0

17 Dec 03:51

Choose a tag to compare

AutomaPrint 1.0.0

📥 Installation

  1. Download AutomaPrint.exe
  2. Run the executable
  3. Select your printer
  4. SumatraPDF will be automatically downloaded on first use

✨ Features

  • REST API print server for PDF files
  • Local printer integration
  • Cloudflare tunnel support for remote access
  • System tray GUI
  • Configurable print settings (scaling, color, duplex)

🚀 Quick Start

GUI Mode (default):

AutomaPrint.exe

Server Only (no GUI):

AutomaPrint.exe server

📡 API Usage

Health Check:

curl http://localhost:8080/health

Print PDF:

curl -X POST -H "Content-Type: application/pdf" \
     --data-binary @document.pdf http://localhost:8080/print

📝 Full Documentation

See the README for complete documentation, configuration options, and troubleshooting.