Copy link to clipboard
Copied
InDesign Coding N00B, here.
Seeking guidance as to practicality and approach to writing .idjs or .jsx code to place ~300 .png image files in an InDesign-based "coffee table book."
BACKGROUND
Using exiftool, each affected .png has been updated with an "xmp-dc:Description" tag that contains the image's caption.
In a single image test via InDesign's PLACE command, InDesign's Caption Setup | Generate Live Caption recognizes and displays the ("Description") Caption just fine.
All images are listed in a .csv that contains:
Example CSV entries:
REQUEST for YOUR EXPERTISE
Is there a practical way(s) to write a .jsx or .idjs script that can:
IDEAL for AUTOMATION? Or...?
If the above process is ideal for automation (.idjs or .jsx), then hints for this N00B as to how to approach coding a solution would be greatly appreciated.
Suggestions and insights are invited and welcomed!
Many thanks,
Plane Wryter
Hi @Plane Wryter , Look at the ImageCatalog.jsx script that comes with InDesign for an example of placing multiple filesāshould be in the Samples folder of the Scripts panel.
Also, you can look at this updated version. If you donāt have any coding experience there will be a learning curve:
https://shared-assets.adobe.com/link/c3a862d0-ea53-4c7d-6b60-0ac39bf901f5
Copy link to clipboard
Copied
Hi @Plane Wryter , Look at the ImageCatalog.jsx script that comes with InDesign for an example of placing multiple filesāshould be in the Samples folder of the Scripts panel.
Also, you can look at this updated version. If you donāt have any coding experience there will be a learning curve:
https://shared-assets.adobe.com/link/c3a862d0-ea53-4c7d-6b60-0ac39bf901f5
Copy link to clipboard
Copied
Many, many thanks for the suggestion!
Just downloaded ZenoImageCatalog.jsx and will study it for clues.
Plane Wryter