Wonderful! But… #143
-
|
Hello! |
Beta Was this translation helpful? Give feedback.
Replies: 9 comments 14 replies
-
|
Which particular script are you referring to? |
Beta Was this translation helpful? Give feedback.
-
|
Quick answer! It's the QuickExport, so far. |
Beta Was this translation helpful? Give feedback.
-
|
The batch processing mode is activated when you run the script without open documents – then you can select an input folder as source. The script only adds suffixes, because that's necessary to differentiate PDFs by export type. Why you need prefixes? Please explain more clearly what you need. |
Beta Was this translation helpful? Give feedback.
-
|
P.S. For advanced renaming I prefer to use specialized applications like A Better Finder Rename or the batch renaming commands from ForkLift or PathFinder. I mean, I prefer to keep my scripts as simple as necessary. |
Beta Was this translation helpful? Give feedback.
-
|
I understand; while I haven't required export prefixes so far, that's an interesting case. I'm open to adding prefix support, but I'll need more specific details about your requirements. The complexity of the implementation will influence the timeline, particularly if it involves UI changes, which can be time-consuming (I juggle this project with my work commitments). |
Beta Was this translation helpful? Give feedback.
-
|
I'm trying to understand if
|
Beta Was this translation helpful? Give feedback.
-
|
P.S. Also, see this. |
Beta Was this translation helpful? Give feedback.
-
|
You're totally right. I would prefer to modify the Indesign filename but, as I'm not the only one involved in the process, I know, by experience, thats difficult for everyone to follow the same rules. And because I'm not the owner of all production, that's why I'm also looking for a solution with PDF export. In such way, whatever the original filename is, the final PDF would be always renamed equally with, at, least, a, variable in the prefix, for the internal code name.
So, for example, an INDD Xbox-owc-ukv.indd could be exported as 900+6internal digits-Xbox-Inlay-UK.pdf
Does it make more sense to you?
Le 21 janvier 2025 18:09:59 GMT+01:00, Paul Chiorean ***@***.***> a écrit :
…Your example does not involve InDesign at all, you go from **template.pdf** to **renamed_output.pdf**. 🙂 If you intended to say **template.indd** instead, you'll have to use a list to match old and new names, anyway. Renaming the files with a batch rename tool that can use a CSV or TSV list seems a more straightforward path to me.
Anyway, after you start using an advanced renaming tool with multiple steps and good regular expression support, you can never go back. 😉
--
Reply to this email directly or view it on GitHub:
#143 (reply in thread)
You are receiving this because you authored the thread.
Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
|
Yes.
And I think they are two, different approaches.
I could do it step by step, file per file. It's time consuming but it would only come when myself, or the team I work with, export to a PDF. In such a way, what, you built might be very useful, the lack of prefix except.
In another hand, I also could plan to firstly batch all the native files with a CSV. But this work should be done only by one person who, then, shared the "new" templates to the team. It's also time consuming but, this time, only for one guy.
Le 21 janvier 2025 21:32:45 GMT+01:00, Paul Chiorean ***@***.***> a écrit :
…You were telling me that you have large amounts of InDesign files that you export – if you batch export a folder with hundreds of files that will each have to have different names, how does the script know how to do that? You have to use some table, right?
--
Reply to this email directly or view it on GitHub:
#143 (reply in thread)
You are receiving this because you authored the thread.
Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.

Hi, sorry for this delay – I've been pretty busy at work. I've added a field for the prefix and made the suffix field editable as well. I know that this doesn't allow full renaming of the exported file, but I hope it helps somehow.
A workaround for full file renaming involves a table that the script has to parse to match a new name; it can be done but I think that's a user-case that is beyond the scope of this script.
QuickExport-25.3.2.zip