Python Convert Images to PDF
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]