output-path
Contained By
| Business Service Element | Business Service Request |
|---|---|
| File | <request name="move-file">
<request name="copy-file"> |
| IPFusion |
<request name="publish"> <request name="volumize-by-size"> |
| PDFFile |
<request name="set-security"> |
| Render |
<request name="render-pdf"> |
| Watermark |
<request name="watermark-pdf"> |
Contains
| Business Service XML Element |
|---|
| N/A |
Business Service Parameter
| Business Service Element | Name | Description | Parameter Type | Req (Y/N) | Valid Value(s) | Default Value | Direction |
|---|---|---|---|---|---|---|---|
| File | output-path | Where a file was:
|
string | user defined | out | ||
| IPFusion, PDFFile | output-path | Specifies output folder path. If not specified then temporary folder will be created. | string | N | user defined | in | |
| Render | output-path | Specifies the output path for the PDF rendition. This parameter is only used if the local-rendition-path parameter is not provided. If both the local-rendition-path and output-folder parameters are not provided within the request, a temporary output folder path will be generated. This parameter will be set in the job ticket with the temporary folder location upon completion of the request. | string | user defined | out | ||
| Watermark | output-path | Specifies the output file name of the resulting watermarked pdf. If not supplied, a temporary file name and path will be generated. The output-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. | string | N | user defined | in |
Example
<output-path type="string">C:\Output</output-path>