GitBruno / Novelty

InDesign scripts for bookdesigners
119 stars 33 forks source link

Do you have script that export xml file with tags and images? #2

Closed lucasmmduran closed 5 years ago

lucasmmduran commented 5 years ago

Hi, do you have script that export xml file with tags and images jpg? Thank you

GitBruno commented 5 years ago

To export XML we can simply export as IDML. (IDML is an XML package) I don’t have a script for this but you could easily automate this.

Package the native file ticking the Copy Linked Graphics, Update Graphic Links In Package and Include IDML tickbox.

Then to work with the XML files within unzip IDML file:

unzip docname.idml -d docname
GitBruno commented 5 years ago

Feel free to contribute this script here if you make it!