op.textToDoc
From PDF XChange PDF SDK
Line 25: | Line 25: | ||
| Dictionary with options of the operation. | | Dictionary with options of the operation. | ||
|} | |} | ||
+ | |||
+ | == See Also == | ||
+ | :[[PXV:IOpInputItem|IOpInputItem]] | ||
+ | :[[PXV:op_textToDoc_IOpInputItem_parameters|textToDoc operation's additional parameters for IOpInputItem]] |
Latest revision as of 02:22, 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. |