https://github.com/cornernote/autoit-remote_printer
Download from a cloud print spool and sends items to a local printer.
https://github.com/cornernote/autoit-remote_printer
Last synced: 4 months ago
JSON representation
Download from a cloud print spool and sends items to a local printer.
- Host: GitHub
- URL: https://github.com/cornernote/autoit-remote_printer
- Owner: cornernote
- License: bsd-3-clause
- Created: 2013-05-02T12:27:45.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2018-03-11T04:07:10.000Z (almost 8 years ago)
- Last Synced: 2025-01-24T05:23:48.292Z (about 1 year ago)
- Language: AutoIt
- Homepage:
- Size: 36.1 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Remote Printer
## About
Remote Printer allows a Windows PC to poll and download assets from a web spool and then send them to a local or network printer.
This allows the web application to simply write files into a folder, which will then be printed.
The software was developed using [AutoIt](https://www.autoitscript.com/), which offers a free code editor and compiler.
## Installation
Copy the entire folder to a windows PC.
Install the following:
* [autoit-v3-setup.exe](https://www.autoitscript.com/files/autoit3/autoit-v3-setup.exe)
* [DYMO_Label_v.8_SDK_Installer.exe](http://download.dymo.com/dymo/Software/SDK/DYMO_Label_v.8_SDK_Installer.exe)
* [DLS8Setup.8.5.3.exe](http://download.dymo.com/dymo/Software/Win/DLS8Setup.8.7.exe)
* [Adobe Reader](http://get.adobe.com/reader/)
* [IrfanView](http://www.irfanview.com/)
* [PrintHTML](http://www.printhtml.com/)
Alter `RemotePrinter.ini` to suit.
Compile `RemotePrinter.au3` and `RemotePrinterProcess.au3` (right click > compile).
Add a shortcut to `RemotePrinter.exe` to the startup folder (run `shell:startup`).