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

Setup custom state model

New Here ,
Jun 29, 2020 Jun 29, 2020

Copy link to clipboard

Copied

Is it possible to setup custom state model in Adobe Acrobat Pro 2017 that would allso work with the filter in the side bar?

 

The sample code below from JS reference guide adds the state model so that the comment states shows it show up in the "Set Status".  However it is not possible to filter according the new states in the comment side bar.

 

Collab.addStateModel({
cName: "ReviewStates",
cUIName: "My Review",
oStates:
{
"initial": {cUIName: "Haven't reviewed it"},
"approved": {cUIName: "I approve"},
"rejected": {cUIName: "Forget it"},
"resubmit": {cUIName: "Make some changes"}
},
cDefault: "initial"
});

 

 

TOPICS
Acrobat SDK and JavaScript

Views

273

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
Community Expert ,
Jun 30, 2020 Jun 30, 2020

Copy link to clipboard

Copied

LATEST

I doubt it. It might be possible using a custom-made script, though, similar to this (paid-for) one I've developed: https://try67.blogspot.com/2018/01/acrobatreader-comments-checkmark-tools.html

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