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

Does InDesign 2022 support UXP?

Community Beginner ,
Nov 23, 2023 Nov 23, 2023

Copy link to clipboard

Copied

I want to develop a plugin based on InDesign 2022, but I noticed that Adobe's developer documentation is for UXP and InDesign 2023. I would like to ask how to develop plugins for InDesign 2022, what are the official documents, debugging methods, and if it's possible to use 'Adobe UXP Developer Tools'?

TOPICS
SDK

Views

271

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 ,
Nov 24, 2023 Nov 24, 2023

Copy link to clipboard

Copied

Hi @RDI33054067w5ck ,

if you want to develop something with UXP I'd always see into the latest version of InDesign. Currently version 9.

UXP for InDesign is still in development. Therefore I'd even hesitate to use InDesign 2023. Use InDesign 2024 for this task.

 

Regards,
Uwe Laubender
( Adobe Community Expert )

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
Community Expert ,
Dec 05, 2023 Dec 05, 2023

Copy link to clipboard

Copied

Another thing I would say is choose your development stack based on the problem's needs. UXP is still under development and is being worked upon so it may or may not suit your use case. We have the following ways to create automations, enhancements for InDesign

  • Extendscript, you can create UI as well using it.
  • CEP extensions. You can use HTML/JS to create the interface and JSX(Extendscript) to interface with InDesign
  • Plugins using the C++ SDK. Most powerful tool, it can do almost anything that Adobe allows the 3rd party developers to do

-Manan

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
Guru ,
Dec 05, 2023 Dec 05, 2023

Copy link to clipboard

Copied

LATEST

As far as I know,  UXP plugins were introduced in InDesign version 18.5. So, I'm afraid, 2022 (version 17) is not an option.

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