Print large table sections
This search API allows a user to print selected sections of the large table.
Example API call
/servlets3/wietmsd?id=1459346780105&book=PMC-S1000DBIKE-XYENT-00001-01&collection=default&target=print&action=exppdf&eid=262&doctype=description&tocref=574&selectedsections=263,278,295,300,321
Parameters
| Parameter | Description |
|---|---|
target | print |
action | exppdf |
id | A session ID that is valid for this collection and publication combination. |
book | The name of the publication, such as PMC-S1000DBIKE-XYENT-00001-01. |
collection | The name of the collection that the publication is registered in, such as default. |
doctype | The @DOCTYPE attribute of the <DOCUMENT/> envelope tag that wraps all documents in LiveContent S1000D, such as description |
eid | Element ID, for example eid=262 |
tocref | The @TOCREFID attribute of the <DOCUMENT/> envelope tag that wraps all documents in LiveContent S1000D, such as 574 |
selectedsections | Element IDs of selected sections of the large table, for example, 263, 278, 295, 300, 321 |
Returns
- On success
-
HTML instance with the reference to the printed PDF output that will immediately redirect to the PDF resource. The result of this API call is usually loaded into a new window to avoid losing the content of the calling window.
<HTML> <HEAD> <TITLE/> <SCRIPT>document.location='/servlets3/wietmsd/working/temp/doc_262_1459350653530.pdf'</SCRIPT> </HEAD> <BODY/> </HTML> - On failure
-
<HTML> <HEAD> <TITLE>Exception</TITLE> </HEAD> <BODY> <P> <B>A failure occurred while attempting to create print output</B> </P> </BODY> </HTML>