First time poster, beginner acrobat javascripter. I need to batch process the first page of hundreds of pdf files in multiple subfolders and create thumbnails 120x150.
to do this manually is to go File > Export > Image > PNG
1. How can i iterate through a directory structrue and all it's sub directorys looking for pdfs
2. Then file > export > image > png at 100% or preferably 120x150.
3. Saving the images in the same location as the pdf file.
And create a batch process for this method.
Thanks for any help in getting me closer to this goal.
Todd