Adobe InDesign C++ Plugin or UXP ? Which is Faster ?
Hi,
I am a hard core Adobe InDesign SDK C++ Plugin Developer.
If we need to Automate Pagination i.e Place hundreds of images and text, creating cross references, TOC etc for document containing 500 pages, which is based on some complex business logic where the text frame or images should be placed then which is better way to go -
1. Automate using Adobe InDesign SDK C++ Plugin
2. Or through UXP Scriping.
Which one will be faster ?
I suppose Adobe InDesign C++ Plugin should be much more faster as it is tightly integrated with Adobe InDesign.
All callbacks for observer etc should be faster with Adobe InDesign C++ Plugin.
I think for complex tasks InDesign C++ Plugin is the way to go.
UXP script is Interpreted and it might takes time to perform complex task for generating document with lot of contents with more than 500 pages.
Till now, I have not found UXP doing a complex tasks.
Mostly, it is simple workflow and DAM integration etc.
Please share your thoughts.
- Rahul Rastogi
Adobe InDesign SDK C++ Plugin Developer
