local-rendition-path
Contained By
| Business Service Element | Business Service Request |
|---|---|
| Render |
<request name="render-pdf"> <request name="render-document"> |
Contains
| Business Service XML Element |
|---|
| N/A |
Business Service Parameter
| Name | Description | Parameter Type | Req (Y/N) | Valid Value(s) | Default Value | Direction |
|---|---|---|---|---|---|---|
| local-rendition-path |
Specifies the output location for the PDF rendition. If supplied, the output folder path must be accessible by all repository servers in the domain, such as a shared network folder. If not supplied, an output folder path will be generated and the output will be named “rendition.pdf”. The local-rendition-path parameter will be set in the job ticket with the temporary file location and name upon completion of the request, if not provided in the original request. Note: If this request is contained within a “workflow”, and you do not specify a ‘local-rendition-path’ parameter in this request, the output file created will be deleted upon completion of the workflow. To keep the output file beyond the workflow completion, you must “distribute” the rendition within the same Workflow process with the Business Service
Distribute.
|
string | N | user defined | in/out |
Example
<local-rendition-path type="sting">C:\example\</local-rendition-path>