An indesign script to export labeled pages to PDF, JPEG or PNG more information: smartmix.it
- install the script
- Apply color label to pages
- Execute the script Labeled Pages Exporter, change language in the settings section
- Select the color label you need to export, you can select more than one label
- Select the exportation format: PDF, JPG or PNG
- Export
add or modify translations editing the LabeledPagesExporter-settings.js file
var lang = {
'current-lang':'your-language-code'
...
}
var lang = {
'en':{
...
},
'it:{
....
},
'your-new-language':{
use the english value name and translate in your language
}
}
- Tiziano Volpe - Smart Mix - smartmix.it