{# /** * Public Printer Control System * * Copyright © 2018 - 2019, Aaron Speer, aaron.speerfamily.ie ajamesspeer@gmail.com. * All Rights Reserved. */ #} {% extends "templates/app.twig" %} {% block content %} {% for message in messages %} {{ makeError(message[0], message[1], message[2]) | raw }} {% endfor %}
Printing Instructions
  1. Select the file you wish to print using the button on this page. PDFs work best, however most simple Word files should work.
  2. {{instr}}
  3. Press the "Preview and Print" button
  4. You will then be prompted to view the file, enter number of copies and select printer
  5. Your document will then be added to the print queue
Please select the file you wish to print
Supported Formats: PDF (.pdf) and most image files (.png), etc
Partially Supported Formats: Microsoft Word (.docx), Microsoft Word (.doc), Open Office (.odt) and most other document formats.
Unsupported Formats: Apple Pages (.pages)


{% endblock %} {% block js %} {% endblock %}