Skip to content

mindboard/indesign-extendscript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InDesign Extendscript Examples

All extend scripts are tested with InDesign 2022 on macOS.

How to run

Use Visual Studio Code and ExtendScript Debugger v2.0.3.

Just open this project folder in VSCode and run it using ExtendScript Debugger.

demo

TOC

  • ./00 ... utility scripts
  • ./01 ... hello world
  • ./02 ... exporting a document as PDF,EPS,PNG,JPEG
  • ./03 ... table
  • ./04 ... image
  • ./05 ... file and directory
  • ./06 ... text and json handling
  • ./07 ... DOM / parse document
  • ./08 ... graphics
  • ./09 ... character and paragraph style
  • ./10 ... layer
  • ./11 ... link
  • ./12 ... textframe
  • ./13 ... creating a document that has multiple pages and place a pdf into each page.
  • ./14 ... conditional text
  • ./15 ... color, swatch

LICENSE

MIT LICENSE. See details in LICENSE file.