Start a conversation

How to Call a PostScript Renderer in QuarkXPress Server Using Server-side Scripting

To calla PostScript Renderer in QuarkXPress Server using server-side scripts, the following method can be used:

  1. //Generate postscript for the project
  2. requestContext = new QRequestContext();
  3. requestContext.setDocumentName(getAssetName(assetId)'.qxp');
  4. requestContext.setResponseAsURL(false);
  5. var postscriptRenderRequest = new PostScriptRenderRequest();
  6. requestContext.setRequest(postscriptRenderRequest);
  7. 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