I have folders that contains many jpg files.I want them to convert into PDF files.
Every folder should made into a separate PDF.
Please help I am new to python.
And if possible can I do it in one shot.
I have folders that contains many jpg files.I want them to convert into PDF files.
Every folder should made into a separate PDF.
Please help I am new to python.
And if possible can I do it in one shot.
The best method to convert multiple images to PDF so far is to use PIL purely