I'm looking for what I'm pretty sure is some very basic coding but lack the skills to do it myself.
I have hundreds of jpegs that I organize into different directories ongoingly. Some directories have a a handful of images, others are much larger. For ease of viewing and note taking - it is easier to turn each directory of jpegs into a single pdf. I would like to automate this process.
So for example, below would be the starting directory setup:
~/file folder 1
~/filefolder 1/jpeg1
~/filefolder 1/jpeg2
~/filefolder 1/jpeg3
~/file folder 2
~/filefolder 1/jpeg200
~/filefolder 1/jpeg202
~/file folder 3
~/filefolder 1/jpeg203
~/filefolder 1/jpeg204
I would like the output to be
file folder 1.pdf (3 images)
file folder 2.pdf (2 images)
file folder 3.pdf (2 images)
Each of the "file folders" are of course in the same directory so the javascript can run like a batch event. I assume it isn't a big deal - but the script needs to run on both mac and pc versions of acrobat pro.
I should also add that if you intend on doing more of this type of PDF creation in the future using jpeg files, I could create and package an .exe file that adds a toolbar button to Acrobat that automates this process for you, something we can further discuss if you are interested in doing something like this.