Skip to content

tizianovolpe/labeledPagesExporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

README

An indesign script to export labeled pages to PDF, JPEG or PNG more information: smartmix.it

How do I get set up?

  • 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

Translations

add or modify translations editing the LabeledPagesExporter-settings.js file

change default language

var lang = {
    'current-lang':'your-language-code'
    ...
}

add new translation

var lang = {
    'en':{
        ...
    },
    'it:{
        ....
    },
    'your-new-language':{
        use the english value name and translate in your language
    }
}

Author

About

An indesign script to export labeled pages to PDF, JPEG or PNG

Topics

Resources

License

Stars

3 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors