Copy link to clipboard
Copied
The slowest portion of my application is the conversion from a generated INDD file to JPEG. More CPU power seems to be the only solution at this point, but because IDS is single threaded, 3 of the cores on the server sit idle during this.
Is it possible to implement a plugin or Javascript script that exports each page in a separate thread, or similar, thus using all available cores during the export process?
Copy link to clipboard
Copied
Hi,
I think it is possible in InDesign 5 via "asynchronousExportFile". You can also create multiple server instances and let each instance generate a jpg export.
Message was edited by: 2i_Geert