8.0

Table Of Contents
with changes made
so far is saved in the
new location and
the opened
document is still
unsaved but has all
the changes made
so far.
sessionId
String
Session in which the
document exists.
getXPressDOMEx
getXMLFromXPre
ssDOM
getXPressDOMFro
mXML
Example, Object
Model
QRequestContext rc = new QRequestContext();
rc.documentName = "test.qxp";
rc.responseAsURL = false;
JPEGRenderRequest jpegRequest = new JPEGRenderRequest();
rc.request = jpegRequest;
QManagerSDKSvcService svc = new QManagerSDKSvcService();
QContextData response = svc.processRequest(rc);
Page 18