Parallel

Python Convert Images to PDF

2020-03-18. Category & Tags: Python, Image, Picture, Pdf, Parallel

Two methods of downloading & converting pictures/images to a combined pdf file with parallel (multi-thread) from Mark Needham. f.write(img2pdf.convert(…)) [ref MarkHNeedham] from PIL import Image [ref DataToFish] Note: fpdf is not suggested as it canNOT support jpg natively. [ref stackoverflow]