Python Forum

Full Version: how to merge a list of *.jpg and *.docx into one single PDF file ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have several separate *.docx files and *.jpg files in a folder.
In order to generate a complete report, I need to glue them together as a single PDF file.
I tried using PyPDF2, but not successful.
Any module recommendation or workaround?
Thanks.