op.textToDoc IOpInputItem additional parameters
From PDF XChange PDF SDK
(→Parameters Table) |
(→Parameters Table) |
||
Line 14: | Line 14: | ||
| class="op_param_name" | Encoding | | class="op_param_name" | Encoding | ||
| style="text-align:center" | Integer | | style="text-align:center" | Integer | ||
− | | Specifies the code page's index that will be used for the Text Encoding. | + | | Specifies the code page's index that will be used for the Text Encoding. It can be obtained from this list: |
+ | [[https://msdn.microsoft.com/en-US/us-us/library/windows/desktop/dd317756(v=vs.85).aspx]] | ||
+ | |||
Default value: <tt>'''0'''</tt> | Default value: <tt>'''0'''</tt> | ||
|- | |- |
Revision as of 04:08, 7 May 2018
Additional parameters for the wrapped input item of the textToDoc operation are generally used when there is a need to setup the additional parameters for each file (Text Encoding, New Paragraph Mode, Prefix Length and Place File Mode).
Parameters Table
Name | Type | Value | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
Encoding | Integer | Specifies the code page's index that will be used for the Text Encoding. It can be obtained from this list:
[[1]] Default value: 0 | ||||||||
ParaMode | Integer | Specifies the New Paragraph Mode.
Possible values are:
Default value: 0 | ||||||||
FileMode | Integer | Specifies a File Placement Mode.
Possible values are:
Default value: 0 |