op.document.optimize
From PDF XChange PDF SDK
Line 5: | Line 5: | ||
== Overview == | == Overview == | ||
− | The operation allows to optimize PDF document. | + | The operation allows to optimize the PDF document. |
== Parameters == | == Parameters == | ||
Line 15: | Line 15: | ||
| class="op_param_name" | Input | | class="op_param_name" | Input | ||
| style="text-align:center" | Array | | style="text-align:center" | Array | ||
− | | Array of <code>IUnknown</code>-based objects | + | | Array of <code>IUnknown</code>-based objects that should contain the [[PXV:IPXC_Document|IPXC_Document]] that will be optimized. Note that only the first element from the array will be evaluated. |
− | + | ||
|- | |- | ||
| class="op_param_name" | Output | | class="op_param_name" | Output |
Revision as of 01:29, 19 April 2016
Overview
The operation allows to optimize the PDF document.
Parameters
Name | Type | Description |
---|---|---|
Input | Array | Array of IUnknown -based objects that should contain the IPXC_Document that will be optimized. Note that only the first element from the array will be evaluated.
|
Output | Array | Array of IUnknown -based objects. Not used.
|
Options | Dictionary | Dictionary with options of the operation. |