Cloud Print PDF
From Convention Master Documentation
Cloud Printing
Convention master supports having your hosted environment generate the pdfs for printing, and have a on site computer handle the actual sending of print jobs to printers.
Theory
The way this works is that CM itself uses one of it's "pdf printers" which generates PDF's into a folder. Then, when enabled with cloud printing, the cloud printing system provides you a URL that you can use to download those print jobs. Then the script on premise, just constantly hits that url and the URL returns a the next pdf needing to be printed.
Printing Scripts
The printing scripts will be within your convention master installation folder. /other/client_print_scripts/cloudprintscripts/
Setting it up
- Set up your PDF printer
- Before you start you will need to know the temp path of each of your pdf printers from your IT admin.
- Log into your convention master instance.
- Click on the "Admin Printing" menu followed by the "Manage Printers" tool.
- Click "Add Printer"
- Name the printer whatever you would like to name the printer
- Method: pdf
- Path: The server path to your temp folder (must be writable to the webserver) and must end with trailing slash. Note: You can prefix your filenames by not ending in a slash
- Click Save
- Enable Cloud Printing on your Printer
- Log into your convention master instance.
- Click on the "Admin Printing" menu followed by the "Manage Printers" tool.
- Click "Cloud Printing"
- Click "Generate New Key"
- Click "Ok"
- Click back into the "Cloud Printing" dialog, and copy the URL provided there.
- Set up your local printing script
- Use the URL you copied from the Cloud printing dialog.