Adobe Illustrator · Example Payload

Adobe Illustrator Scripting Export Options Example

Creative CloudDesignIllustratorVector Graphics

Adobe Illustrator Scripting Export Options Example is an example object payload from Adobe Illustrator, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

filePathformatartboardRangehorizontalScaleverticalScaleresolutionantiAliasingtransparency

Example Payload

Raw ↑
{
  "filePath": "/path/to/file.ai",
  "format": "PNG8",
  "artboardRange": "example_value",
  "horizontalScale": 72.0,
  "verticalScale": 72.0,
  "resolution": 72.0,
  "antiAliasing": true,
  "transparency": true
}