op.textToDoc
From PDF XChange PDF SDK
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 containing the text, that will be converted into [[PXV:IPXC_Document|IPXC_Document]]. The <code>IUnknown</code> type should be cast to the [[PXV:IAFS_Name|IAFS_Name]] or [[PXV:IAFS_File|IAFS_File]] interfaces, based on the input type that was used. | + | | Array of <code>IUnknown</code>-based objects containing the text, that will be converted into [[PXV:IPXC_Document|IPXC_Document]]. The <code>IUnknown</code> type should be cast to the [[PXV:IAFS_Name|IAFS_Name]] or [[PXV:IAFS_File|IAFS_File]] interfaces, based on the input type that was used. Also the [[PXV:IOpInputItem|IOpInputItem]] interface with [[PXV:op_textToDoc_IOpInputItem_parameters|additional parameters]] can be passed. |
|- | |- | ||
| class="op_param_name" | Output | | class="op_param_name" | Output |
Revision as of 01:44, 11 May 2017
Overview
The operation allows converting text files into IPXC_Document.
Parameters
Name | Type | Description |
---|---|---|
Input | Array | Array of IUnknown -based objects containing the text, that will be converted into IPXC_Document. The IUnknown type should be cast to the IAFS_Name or IAFS_File interfaces, based on the input type that was used. Also the IOpInputItem interface with additional parameters can be passed.
|
Output | Array | IUnknown -based object containing the converted IPXC_Document.
|
Options | Dictionary | Dictionary with options of the operation. |