PDF Report example with a front-page, header, footer and table
#___
https://doc.qt.io/qtforpython-5/PySide2/QtWidgets/QLabel.html
drag.py gets filenames create.py creates pdf with images on each page
Install pyinstaller:
pip install pyinstaller
pip install reportlab
pip install PyQt5
Create executable:
pyinstaller --onefile dragtest.py
if __name__ == '__main__':
report = PDFPSReporte('psreport234.pdf')