Skip to content

Example project for auto printing pdf files from a folder

Notifications You must be signed in to change notification settings

DRN88/HotFolderPrinter

Repository files navigation

HotFolderPrinter project

An example project using RawPrint to automatically print pdf files from a folder. https://www.nuget.org/packages/RawPrint/
HotFolderPrinterSetup project creates MSI installer. %appdata%\HotFolderPrinter\HotFolderPrinter

How does it work

  • Periodically scans a folder with a Timer
  • Looks for PDF files "*.pdf" in queueDir
  • Iterates on this list of pdf files, then creates a print job using RawPrint
  • Moves the printed pdf files to processedDir
  • Write logs

Usage

  • Try with Microsoft Print to PDF printer first. Default output location is your Documents folder.
  • Make sure you configure your default printer settings first. For example using only black and white colors, paper size, etc.

Screenshots

1.png
2.png
3.png

Support

Nah.

License

WTFPL

About

Example project for auto printing pdf files from a folder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages