Is there a way to batch save files as pdf or other file type as needed back into the calling folder? not into a central folder, but like photoshop does
Yes, I know about the batch. However when doing a 'save as' then selecting a different file format it automatically choses that folder so if I open another folder and try to use the action, it will 'save as' into the old folder. Does anyone know a work around? In photoshop it works, but not illustrator.
You can find the .jsx file in /Applications/Adobe Illustrator CS4/Presets.localized/en_US/Scripts/SaveDocsAsPDF.jsx if you want to see how its done. You can just alter the save options for other formats.
It's a long standing Adobe mystery. They execute to perfection many needs of their target industries and yet miss completely obvious features. They should hire me as Head of Unification.
Every document object has a .path property which points to its location. If you pass that path plus the new name to the saveAs() method, you should have no problem. If I had more time I'd whip up a script for ya.
I just remembered there's an override export command in the batch setting that may allow you do choose a new path for each batch without having to re-record the action.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.