Skip to main content
charu72529468
Participant
October 3, 2017
Answered

Indesign SDK - Document based Persistent

  • October 3, 2017
  • 1 reply
  • 1003 views

Hi Friends,

     I am new for "indesign SDK" Plugin development. Is there any example for document based persistent?

Thanks in advance.

This topic has been closed for replies.
Correct answer Alo Lohrii

There's an sdk sample "basicpersistinterface" that demo how to store data persistently in a document

For latest CC SDKs: Adobe InDesign CC SDK for plugin & extension development | Adobe I/O

For CS 6 and below SDKs: InDesign SDKs and tools | Adobe Developer Connection

1 reply

Alo Lohrii
Community Manager
Alo LohriiCommunity ManagerCorrect answer
Community Manager
November 7, 2017

There's an sdk sample "basicpersistinterface" that demo how to store data persistently in a document

For latest CC SDKs: Adobe InDesign CC SDK for plugin & extension development | Adobe I/O

For CS 6 and below SDKs: InDesign SDKs and tools | Adobe Developer Connection

Participant
March 16, 2023

Hi @Alo Lohrii 

The "basicpersistinterface" plug-in only lets you enter a single value. I want to enter multiple values and each value should have a unique ID (UID). Is there a way to achieve this?