Skip to main content
Known Participant
July 3, 2020
Answered

InDesign 15 SDK sample plugins code

  • July 3, 2020
  • 2 replies
  • 409 views

Hi,

 

I am new to InDesign and am wondering if there are sample plugin code available for InDesign CC 2020. I downloaded the SDK which refers to the Sample plugins, but I don't know where I can find the code.

 

Thanks,

This topic has been closed for replies.
Correct answer Manan Joshi

Look at the following location in the sdk

For MAC

{SDK root folder}/build/mac/prj

For WIN

{SDK root folder}/build/win/prj

 

-Manan

2 replies

Legend
July 3, 2020

Note that it's traditionally a pain to relocate those projects, e.g. if you intend to keep the SDKRoot hierarchy read-only.

So for the beginning better leave them in place.

 

Manan JoshiCommunity ExpertCorrect answer
Community Expert
July 3, 2020

Look at the following location in the sdk

For MAC

{SDK root folder}/build/mac/prj

For WIN

{SDK root folder}/build/win/prj

 

-Manan

-Manan