Reputation: 4084
My company uses pdflib
to generate pdf and now they are thinking of moving to indesign.
I am doing some initial evaluation, this is our normal process:
Can I do the same thing with indesign server?
Upvotes: 2
Views: 1643
Reputation: 56
You can certainly do what you're doing in pdflib and then some with InDesign Server ("IDS"). IDS has minimal "server" features and is mainly a headless version of desktop Adobe InDesign. There are basically two parts to making a PDF from InDesign Server:
You can find the scripting documentation for InDesign CS6 and earlier scripts here:
http://www.adobe.com/devnet/indesign/sdk.html
Download the Adobe CS6 Scripting SDK (and possibly the InDesign CS6 Server SDK, though really the Scripting SDK and the IDS documentation installed with IDS is all you need). The Scripting SDK includes the "InDesign Server Scripting Guide" which includes a "Hello World" example that makes a document and exports it to PDF.
The scripting in InDesign CC is available only through the pre-release program: you need to apply to Adobe to get access if this matters to you. CC is actually extremely similar to the CS6 version--the main difference is in added features. A script that works in CS6 is likely to work in CC.
Upvotes: 3