op.textToDoc
From PDF XChange PDF SDK
Line 2: | Line 2: | ||
{{#customTitle:op.textToDoc}} | {{#customTitle:op.textToDoc}} | ||
{{#parentPage:PXV:Operations|op.textToDoc|operation}} | {{#parentPage:PXV:Operations|op.textToDoc|operation}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
== Overview == | == Overview == | ||
− | The operation | + | The operation allows converting text files into [[PXV:IPXC_Document|IPXC_Document]]. |
== Parameters == | == Parameters == | ||
Line 16: | 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 | + | | 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. |
|- | |- | ||
| class="op_param_name" | Output | | class="op_param_name" | Output | ||
| style="text-align:center;" | Array | | style="text-align:center;" | Array | ||
− | | <code>IUnknown</code>-based object containing the | + | | <code>IUnknown</code>-based object containing the converted [[PXV:IPXC_Document|IPXC_Document]]. |
|- | |- | ||
| class="op_param_name" | [[PXV:op_textToDoc_Options|Options]] | | class="op_param_name" | [[PXV:op_textToDoc_Options|Options]] |
Revision as of 22:37, 27 April 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.
|
Output | Array | IUnknown -based object containing the converted IPXC_Document.
|
Options | Dictionary | Dictionary with options of the operation. |