Skip to main content
Participant
February 11, 2019
Answered

Acrbat Pro DC Action Wizard > Folders to be Processed > How to limit action to only .PDF?

  • February 11, 2019
  • 2 replies
  • 1984 views

In this case, I want to find .pdf's in many folders and save/convert them to .EPS files that remain in the folder with the original .PDF.  This does work.

When creating the action, I can select the Folder hierarchy as desired, and all the pdf's are found and .EPS files are created as desired.

The problem is this:  If there are other file types in that folder, such as .PNG, .PS, .EPS, etc., it also converts those files as well, first to a .pdf then to the .eps.

How can I filter the files to ONLY do the .PDF extensions?

This topic has been closed for replies.
Correct answer try67

This used to be possible, but isn't any longer, unfortunately. You'll need to manually remove all non-PDFs before running the Action if you don't want them converted.

2 replies

Participant
January 19, 2022

My solution for my purposes was to image the source directory to another temporary one, but in the copy prompt only process *.pdf files

 

On windows I used XCOPY -

 

XCOPY "C:\utils\*.pdf" "D:\Backup\utilspdfs" /s /i

 

I then processed that folder with action wizard, then copy pasted back into original folder.

try67
Community Expert
try67Community ExpertCorrect answer
Community Expert
February 11, 2019

This used to be possible, but isn't any longer, unfortunately. You'll need to manually remove all non-PDFs before running the Action if you don't want them converted.

smontoneyAuthor
Participant
February 11, 2019

Thank you.  Since I have over 50,000 files nested in nearly that same number of individual folders, that is not a practical solution for me. I will now need to try to source a third-party solution.

jeffreyb45966936
Participant
August 14, 2020

@smontoney, did you ever find a solution?  I'm looking for the exact same thing.  Thank you!