Remote Print Service is a lightweight web-based API designed for fast and seamless printing directly from a browser. Built using Python and Flask, it enables users to send print jobs to a connected printer through a simple, intuitive web interface.
This project provides a minimal yet efficient backend solution for handling document uploads and print commands remotely - ideal for local networks, internal tools, or quick print automation setups.
Start the Server
python3 app.pyAccess the Web Interface
http://localhost:5000/Set up the Default Printer across HPLIP The model works well with HP Printers
lpadmin -d <printer name>Upload and Print a File
- Open the web interface.
- Choose the file you want to print.
- Press on Upload button
- Review print information and press again Print
Name: Lucian-Florin Cusmir