/CloudPrint

A cloud printer server

Primary LanguagePythonMIT LicenseMIT

CloudPrint

A cloud printer server base on webpy and winword.exe

Procedure

  • Use webpy to handle submission
  • Use winword.exe to print doc/docx file
  • Use acrobat.exe to print pdf file

Installation

Prerequisite

  • A PC with Microsoft Word and Adobe Acrobat installed
  • Add the dir of winword.exe and acrobat.exe to PATH

The server

  • Clone/download this repository
  • Run server.py