Releases: ksi-digital/automaprint
Releases · ksi-digital/automaprint
v1.0.0
AutomaPrint 1.0.0
📥 Installation
- Download
AutomaPrint.exe - Run the executable
- Select your printer
- 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/healthPrint 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.