Converting a Word Document into a PDF
This converts a Word document into a PDF document. It can be any Word document and does not have to be created using generateDoc or generateSupportingDoc. The protection level applicable to the Word document is not applicable to the PDF document.
API |
Signature |
---|---|
convertWordDocToPDF |
|
Request Parameters |
|||
---|---|---|---|
Name |
Type |
Description |
Required? |
docId |
|
The id of the word document to be converted to PDF. |
Yes |
docFileName |
|
The filename for the newly created PDF. |
Yes |
addWatermark |
|
Indicates whether a draft watermark should be added to the PDF. |
Yes |
removeWatermark |
|
Indicates whether a draft watermark on the source word document should be removed from the resulting PDF. |
Yes |
headerText |
|
The header text to append to the document. |
Yes |
footerText |
|
The footer text to append to the document. |
Yes |
sessionId |
|
The Salesforce session id. |
Yes |
serverUrl |
|
The Salesforce server URL. |
Yes |
Response Parameter |
||
---|---|---|
Name |
Type |
Description |
result |
|
The id of the generated document. |
Code Sample
Integration Details
Use the following information in your integrations with Apttus Contract Management Web Services API. For information on how to get started, refer to Integrating Conga CLM with External Systems.
API Prerequisites
None.