Search found 1 match

by InternetDirigible
2016-07-04T16:05:04-07:00
Forum: Users
Topic: Convert Many PNGs into one PDF incuding all files in Subdirectories in Order
Replies: 1
Views: 1290

Convert Many PNGs into one PDF incuding all files in Subdirectories in Order

So I have this structure

Folder1/
/1.png
/2.png
.....
/20.png

Folder2/
/1.png
....
/12.png

...........

Folder10/
/1.png
....etc

I want to put ALL pngs from all of these subfolders into one pdf in the order they're stored in. There are a lot of files with the same names so I can't just ...