Zamień zdjęcia w pdf
This one allows only 1 free conversion a day: https://smallpdf.com/jpg-to-pdf
This one allows unlimited: https://imagetopdf.com/
Thoughtless Termite
This one allows only 1 free conversion a day: https://smallpdf.com/jpg-to-pdf
This one allows unlimited: https://imagetopdf.com/
import os
import img2pdf
with open("out.pdf", "wb") as file:
file.write(img2pdf.convert([i for i in os.listdir('Path of image_Directory') if i.endswith(".jpg")]))