I am wondering if there is an easy way to combine multiple png images into a single pdf in python. I want each image to be a single page in the pdf. Is pypdf the best librar
There's a python port to WKHtmlToPdf:
WKHtmlToPdf
https://pypi.python.org/pypi/wkhtmltopdf/0.1
Easy to create page breaks between img tags in an html doc using css which you can pass to this lib.
img
http://wkhtmltopdf.org/usage/wkhtmltopdf.txt