Skip to main content
emiliep89320758
Inspiring
March 3, 2022
Answered

CEP extension in InDesign CC2022

  • March 3, 2022
  • 2 replies
  • 2232 views

Hi there,

Does anyone have any information about CEP in InDesign CC2022 ?
It isn't mentionned here : https://github.com/Adobe-CEP/CEP-Resources/blob/master/CEP_11.x/Documentation/CEP%2011.1%20HTML%20Extension%20Cookbook.md

 

What versions of CEP, CEF and so on are used ?
Is there any migration guide anywhere ?

Does anyone have already done this ? Any help or points to pay attention to ?


Thanks in advance
Regards

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

I have ported some of my extensions to CC2022. Nothing special was needed to be done, just updating the host version in the manifest worked fine. You can use CSXS version has 11 if you have issues and it should work fine.

Give your existing extension a spin with these changes and see if it loads or not.

-Manan

2 replies

GNDGN
Inspiring
March 3, 2022

Regarding CEP, I couldn't experience any noticeable difference between the 2022 and 2021 version of both InDesign and Illustrator so far. Neither in the development nor in the use of a CEP plugin.

____________________Robotic Process Automation in Desktop Publishing (Book): https://doi.org/10.1007/978-3-658-39375-5
Manan JoshiCommunity ExpertCorrect answer
Community Expert
March 3, 2022

I have ported some of my extensions to CC2022. Nothing special was needed to be done, just updating the host version in the manifest worked fine. You can use CSXS version has 11 if you have issues and it should work fine.

Give your existing extension a spin with these changes and see if it loads or not.

-Manan

-Manan
Known Participant
March 24, 2022

Hi,

 

I am facing error for the extension in InD17 and the extension does not load. Here's the log which indicates an issue with signing. The extension however loads succesfully using InD16. I am using ZXPSignCMD version 4.1.103 for signing the extension. The only difference between InD16 and InD17 extension is the manifest file which indicates version as [17.0, 17.9]

 

Any advice here please on how to troubleshoot / resolve the issue.

 

 

Thanks,

 

Known Participant
March 24, 2022

A point I missed above is that I build the extension on Windows and use it on both Windows and Mac. The signature verification issue is observed on Mac.