Mobile app version of vmapp.org
Login or Join
Shakeerah625

: Fill InDesign CS6 layout with data from web service For our wedding, my wife and I created an Instagram hashtag that our guests tagged their photos with. I wrote a little web app that hit

@Shakeerah625

Posted in: #AdobeIndesign #PageLayout

For our wedding, my wife and I created an Instagram hashtag that our guests tagged their photos with. I wrote a little web app that hit the Instagram API for photos in that hashtag and displayed them as a slideshow on a projector at the reception, so I have all of the photos' metadata stored, including the URLs to the photos themselves.

We want to print a bound book of all of the photos our guests took. I know how I'd use InDesign to accomplish this manually, but I'm sure there must be some way to automate the process of getting these photos and metadata into an InDesign book.

In concept, what I want to do is open up a web endpoint (or generate some files InDesign knows how to read) that feeds all of my photo data and metadata into InDesign, and have the application feed the data into a set of standard page layouts.

I'm not really sure where to begin. Can InDesign CS6 do this kind of thing natively? If I need to generate a file, what kind of file does it need to be? Do the photos need to be stored on my computer, or can InDesign fetch them from a URL I pass in the metadata?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Shakeerah625

1 Comments

Sorted by latest first Latest Oldest Best

 

@Murray976

I don't know InDesign, but I know it is AppleScriptable if you have a Mac:
www.adobe.com/content/dam/Adobe/en/devnet/indesign/sdk/cs6/scripting/InDesign_ScriptingGuide_AS.pdf
AppleScript has an open url command so it can fetch web data.

If you don't have a Mac, a cursory investigation indicates InDesign has a cross platform scripting language called ExtendScript, I think, and I wouldn't be surprised if it could also fetch web data, or could be called from another script environment that can fetch the data for you.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme