The program is called by <PDF.vbs> to export Camio data <main.res> to a PDF table. The main tool is Reportlab
Need to setup the following packages:
- download python2.7 from here : https://www.python.org/downloads/release/python-2710/
- install ReportLab : c:\python27\Scripts\pip install ReportLab
- install cx_freeze : c:\python27\Scripts\pip install cx_freeze