How the Extraction Works
The InDesign Server can be integrated with Experience Manager Assets so that files created with InDesign ( .indd
) can be uploaded, renditions generated, all media extracted (for example, video) and stored as assets:
-
Upload your
.indd
file to Experience Manager Assets. -
A framework sends command script(s) to the InDesign Server via SOAP (Simple Object Access Protocol).
This command script will:
-
Retrieve the
.indd
file. -
Execute InDesign Server commands:
- The structure, text and any media files are extracted.
- PDF and JPG renditions are generated.
- HTML and IDML renditions are generated.
-
Post the resulting files back to Experience Manager Assets.
NOTE
IDML is an XML-based format that renders everything in the InDesign file. It is stored as an compressed package using Zip compression.See Adobe InDesign Interchange Formats INX and IDML for further information.CAUTION
If the InDesign Server is not installed or not configured, then you can still upload an.indd
file into Experience Manager. However the renditions generated will be limited topng
andjpeg
, you will not be able to generatehtml
,idml
or the page renditions. -
-
After the extraction and rendition generation:
- The structure is replicated to a
cq:Page
(type of rendition). - The extracted text and files are stored in Experience Manager Assets.
- All renditions are stored in Experience Manager Assets, in the asset itself.
- The structure is replicated to a
Integrating the InDesign Server with Experience Manager
To integrate the InDesign Server for use with Experience Manager Assets and after configuring your proxy, you need to:
-
If required, configure the Experience Manager Assets Workflow.
This is only necessary if the default values are not appropriate for your instance.
-
Configure a proxy worker for the InDesign Server.
Installing the InDesign Server
To install and start the InDesign Server for use with Experience Manager:
-
Download and install the Adobe InDesign Server.
NOTE
InDesign Server (CS6 and higher). -
If required, you can customize the configuration of your InDesign Server instance.
-
From the command line, start the server:
<*ids-installation-dir*>/InDesignServer.com -port 8080
This will start the server with the SOAP plugin listening on port 8080. All log messages and output are written directly to the command window.
NOTE
If you want to save the output messages to a file then use redirection; for example, under Windows:<ids-installation-dir>/InDesignServer.com -port 8080 > ~/temp/INDD-logfile.txt 2>&1
Configuring the Experience Manager Assets Workflow
Experience Manager Assets has a pre-configured workflow DAM Update Asset, that has several process steps specifically for InDesign:
This workflow is setup with default values that can be adapted for your setup on the various author instances (this is a standard workflow, so further information is available under Editing a Workflow). If you are using the default values (including the SOAP port), then no configuration is needed.
After the setup, uploading InDesign files into Experience Manager Assets (by any of the usual methods) will trigger the workflow required to process the asset and prepare the various renditions. Test your configuration by uploading an .indd
file into Experience Manager Assets to confirm that you see the different renditions created by IDS under <*your_asset*>.indd/Renditions
Media Extraction
This step controls the extraction of media from the .indd
file.
To customize, you can edit Arguments tab of the Media Extraction step.
Media extraction arguments and script paths
-
ExtendScript library: This is a simple http get/post method library, required by the other scripts.
-
Extend Scripts: You can specify different script combinations here. If you want your own scripts to be executed on the InDesign Server, save the scripts at
/apps/settings/dam/indesign/scripts
.For information about InDesign scripts see https://www.adobe.com/devnet/indesign/documentation.html#idscripting.
The ThumbnailExport.jsx
script run by the Media Extraction workflow step generates a thumbnail rendition in JPG format. This rendition is used by the Process Thumbnails workflow step to generate the static renditions required by Experience Manager.
You can configure the Process Thumbnails workflow step to generate static renditions at different sizes. Ensure that you do not remove the defaults, because they are required by the Experience Manager Assets UI. Finally, the Delete Image Preview Rendition workflow step removes the .jpg thumbnail rendition, as it is no longer needed.
Page Extraction
This creates an Experience Manager page from the extracted elements. An extraction handler is used to extract data from a rendition (currently HTML or IDML). This data is then used to create a page using the PageBuilder.
To customize, you can edit the Arguments tab of the Page Extraction step.
-
Page Extraction Handler: From the drop down list, select the handler that you want to use. An extraction handler operates on a specific rendition, chosen by a related
RenditionPicker
(see theExtractionHandler
API). By default, IDML Export Extraction Handler is available. It operates on theIDML
rendition generated in the MediaExtract step. -
Page Name: Specify the name you want to have assigned to the resulting page. If left blank then the name is “page” (or a derivative if “page” already exists).
-
Page Title: Specify the title you want to have assigned to the resulting page.
-
Page Root Path: The path to the root location of the resulting page. If left blank the node holding the asset’s renditions is used.
-
Page Template: The template to use when generating the resulting page.
-
Page Design: The page design to be used when generating the resulting page.
Configuring the Proxy Worker for InDesign Server
-
In the Tools console, expand Cloud Services Configurations in the left pane. Then expand Cloud Proxy Configuration.
-
Double-click the IDS worker to open for configuration.
-
Click Edit to open the configuration dialog and define the required settings:
- IDS Pool: The SOAP endpoint(s) to be used for communicating with the InDesign Server. You can add, remove and order items are required.
-
Click OK to save.
Configuring Day CQ Link Externalizer
If the InDesign Server and Experience Manager are on different hosts or one or both of these applications are not working on default ports, configure Day CQ Link Externalizer to set the host name, port, and content path for the InDesign Server.
-
Access Configuration Manager at the URL
https://[AEM_server]:[port]/system/console/configMgr
. -
Locate the configuration Day CQ Link Externalizer. Click Edit to open.
-
Link Externalizer settings help create absolutely URLs for the Experience Manager deployment and for the InDesign Server. Use Domains field to specify the host name and the context path for the Adobe InDesign Server. Follow the on-screen instructions. Click Save.
Enabling Parallel Job Processing for InDesign Servers
You can now enable parallel job processing for IDS.
First you need to determine the maximum number of parallel jobs ( x
) an InDesign Server can process:
- On a single multiprocessor machine, the maximum number of parallel jobs (x) that an InDesign Server can process is one less than the number of processors running IDS.
- When you are running IDS on multiple machines you need to count the total number of processors available (ie on all machines) then subtract the total number of machines.
To configure the number of parallel IDS jobs:
-
Open the Configurations tab of the Felix Console; for example:
http://localhost:4502/system/console/configMgr
-
Select the IDS processing queue under:
Apache Sling Job Queue Configuration
-
Set:
- Type -
Parallel
- Maximum Parallel Jobs -
<*x*>
(as calculated above)
- Type -
-
Save these changes.
-
To enable the multi-session support for Adobe CS6 and late, check the
enable.multisession.name
checkbox undercom.day.cq.dam.ids.impl.IDSJobProcessor.name configuration
. -
Create a pool of <
*x*>
IDS workers by adding SOAP endpoints to the IDS Worker configuration.If there are multiple machines running InDesign Servers, add SOAP endpoints (number of processors per machine -1) for each machine.
NOTE
When working with pool of workers, you can enable blocked list of IDS workers.To do so, enable the “enable.retry.name” checkbox, under thecom.day.cq.dam.ids.impl.IDSJobProcessor.name
configuration, which enables IDS job retrials.Also, under thecom.day.cq.dam.ids.impl.IDSPoolImpl.name
configuration, set a positive value formax.errors.to.blacklist
parameter which determines number of job retrials before barring an IDS from the job handlers listBy default, after the configurable (retry.interval.to.whitelist.name
) time in minutes the IDS worker is revalidated. If the worker is found online, it is removed from the blocked list.
Enable support for Adobe InDesign server 10.0 or later
For InDesign server 10.0 or higher, perform the following steps to enable multi-session support.
- Open the Configuration Manager from your Assets instance
https://[aem_server]:[port]/system/console/configMgr
. - Edit the configuration
com.day.cq.dam.ids.impl.IDSJobProcessor.name
. - Select ids.cc.enable option, and click Save.
Configure Experience Manager credentials
You can change the default administrator credentials (user name and password) for accessing the InDesign server from your Experience Manager instance without breaking the integration with the Adobe InDesign server.
- Go to
/etc/cloudservices/proxy.html
. - In the dialog, specify the new user name and password.
- Save the credentials.
More help on this topic
The Perfect Blend: A New Era of Collaboration with AEM and Workfront
Adobe Customer Success Webinars
Wednesday, Apr 2, 5:00 PM UTC
Explore how Adobe Experience Manager and Workfront integrate to help teams move from ideation to delivery without the usual bottlenecks, ensuring content is organized, on-brand, and ready to go live faster.
RegisterAdobe Experience Manager Assets at Summit
Register for these admin sessions:
- Elevate and Empower Teams with Agentic AI for Exceptional Experiences (attend online)
- How Adobe Uses GenStudio to Supercharge Its Global Marketing Organization
- Unlocking Content at Scale with Havas POP and Adobe GenStudio
- 3 Pillars of Purpose-driven Experiences: Trust, Data, and GenAI
- Revolutionizing Pharma Content Velocity & MLR with Automation & AI
Connect with Experience League at Summit!
Get front-row access to top sessions, hands-on activities, and networking—wherever you are!
Learn more