• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Convert Spot colors to Process in Acrobat with JavaScript

New Here ,
Nov 27, 2017 Nov 27, 2017

Copy link to clipboard

Copied

Does anyone have an example of converting spot colors to process in Acrobat DC with JavaScript? The API shows an example, but not with ink actions (I'm guessing this is how it's done with JavaScript). My other colorConvertAction JavaScripts work well (i.e. converting color space of images, etc), but I've had to use Preflight for document spot color conversion. Would prefer to just add this to my existing JavaScripts if possible.

TOPICS
Acrobat SDK and JavaScript

Views

383

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Nov 27, 2017 Nov 27, 2017

Call the Preflight profile with JavaScript. Very little is provided in the way of color conversion with JS. If there is a Preflight profile for this, then use it.

this.preflight(...)

Votes

Translate

Translate
Community Expert ,
Nov 27, 2017 Nov 27, 2017

Copy link to clipboard

Copied

LATEST

Call the Preflight profile with JavaScript. Very little is provided in the way of color conversion with JS. If there is a Preflight profile for this, then use it.

this.preflight(...)

Thom Parker - Software Developer at PDFScripting
Use the Acrobat JavaScript Reference early and often

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines