Hi,
I'm currently updating our website and have the following workflow...
- Get product code from the existing website (e.g. ABC123) (copied to clipboard)
- Create an InDesign document 740px x 410px (using a web preset)
- Save the New Document with the Product Code as the name, so ABC123.indd
- Then I place or paste images from our Indesign catalogue artwork into ABC123.indd
- I've then got a script that will export all the pages into the correct folder : {local server} /codeignite/assets/img/product/ABC123/
- Resulting in:
{local server} /codeignite/assets/img/product/ABC123/ABC123_1.jpg
{local server} /codeignite/assets/img/product/ABC123/ABC123_2.jpg
{local server} /codeignite/assets/img/product/ABC123/ABC123_3.jpg
{local server} /codeignite/assets/img/product/ABC123/ABC123_4.jpg
...
{local server} /codeignite/assets/img/product/ABC123/ABC123_8.jpg - Then I save ABC123.indd to my desktop for later editing if required.
- Process starts again.
My question is can anyone think of a better workflow to speed up the procedure - I've approx 1100 images to generate in this way!
Thanks
Pete