8.1

Table Of Contents
//STEP3: Create the WIG service and
//call the processRequest() API
QManagerSDKSvcServiceLocator serviceLocator =
new QManagerSDKSvcServiceLocator();
QManagerSDKSvc service = serviceLocator.getqxpsmsdk();
sdk.QContentData data =
service.processRequest(requestCtx);
You can specify an output style and set additional local parameters of that output style. For example,
if no bleed setting is specified in the output style named "mystylename", you can specify a bleed
setting with a URL like the following:
http://localhost:8080/ppml/sample.qxp?
outputstyle=mystylename&bleed=symmetric
Notes
You can override settings in an output style. For example, if an asymmetric bleed is specified in
the output style named "mystylename," you could override it with the same URL.
If you do not specify a PPML output style, the default PPML output style is used.
qcddoc
The qcddoc render type returns a QuarkCopyDesk article.
qcddoc
Namespace
Lets you specify which article in a project to render.
For example:
http://localhost:8080/qcddoc/
abc.qxp?article=article1
String
article
Parameters
Lets you specify which component in an article to
render. For example:
http://localhost:8080/copydesk/
abc.qcd?component=comp1
String
component
Lets you render an article in lightweight or
full-featured format. For example:
http://localhost:8080/qcddoc/
abc.qxp?article=article1&
format=fullfeatured
lightweight |
fullfeatured
format
Lets you save a copy of an article that was created in
QuarkCopyDesk as a template. The default value is
true. For example:
http://QXPServer8:8080/saveas/
qcddoc/article.qcd?saveastemplate=true
true | false
saveastemplate
You can also use this parameter to save a copy of a
template as an article. For example:
http://QXPServer8:8080/saveas/
qcddoc/template.qct?saveastemplate=false
Lets you include a page picture when you export an
article from a QuarkXPress layout. Valid options are:
true | false | 1 |
0
includepagepicture
picformat (embedded or separate)
quality (blackandwhite or color)
picdpi (72, 144, or 200)
spreadrange (all or first)
QXP SERVER 8.1 WEB INTEGRATION GUIDE | 51
USING THE WEB INTERFACE