Start a conversation

How to Use Server-side Scripting for Automated PostScript Generation through QuarkXPress Server

Yes, there is. You can use Javascript to call a PostScript renderer using the following script:

//Generate postscript for the project
requestContext = new QRequestContext();
requestContext.setDocumentName(getAssetName(assetId)'.qxp');
requestContext.setResponseAsURL(false);
var postscriptRenderRequest = new PostScriptRenderRequest();
requestContext.setRequest(postscriptRenderRequest);
contentData = requestProcessor.processRequest(requestContext);

Choose files or drag and drop files
Was this article helpful?
Yes
No
  1. Priyanka Bhotika

  2. Posted
  3. Updated

Comments