Skip to main content
Participant
June 29, 2020
Question

Setup custom state model

  • June 29, 2020
  • 1 reply
  • 486 views

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"
});

 

 

This topic has been closed for replies.

1 reply

try67
Community Expert
Community Expert
June 30, 2020

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