Options
From PDF XChange PDF SDK
(2 intermediate revisions by the same user not shown) | |||
Line 22: | Line 22: | ||
| class="op_param_name" | RelPathMode | | class="op_param_name" | RelPathMode | ||
| style="text-align:center" | Integer | | style="text-align:center" | Integer | ||
− | | Specifies how the | + | | Specifies how the file links in the RTF document will be processed. |
Possible values are: | Possible values are: | ||
{| class="op_internal_table" | {| class="op_internal_table" | ||
Line 28: | Line 28: | ||
| class="op_enum_value" | '''0''' (KeepExist) || Write links into documents without changes. | | class="op_enum_value" | '''0''' (KeepExist) || Write links into documents without changes. | ||
|- | |- | ||
− | | class="op_enum_value" | '''1''' (MakeAbsolute) || | + | | class="op_enum_value" | '''1''' (MakeAbsolute) || Convert all links to absolute path links |
|- | |- | ||
− | | class="op_enum_value" | '''2''' (MakeRelative) || | + | | class="op_enum_value" | '''2''' (MakeRelative) || Convert all links to relative path links |
|} | |} | ||
Default value: <tt>'''0''' (KeepExist)</tt> | Default value: <tt>'''0''' (KeepExist)</tt> |
Latest revision as of 06:51, 17 March 2016
Options Table
Name | Type | Value | ||||||
---|---|---|---|---|---|---|---|---|
NewDoc | Dictionary | Specifies the parameters for the new document that would be created if DocID parameter of the TargetDoc dictionary is not valid. | ||||||
TargetDoc | Dictionary | Specifies the target document where the RTF documents would be inserted. | ||||||
RelPathMode | Integer | Specifies how the file links in the RTF document will be processed.
Possible values are:
Default value: 0 (KeepExist) | ||||||
ReplaceExt | Boolean | Specifies...
Default value: false |
NewDoc Table
Name | Type | Value |
---|---|---|
PDFSpec | Integer | Specifies...
Default value: -1 |
PDFStandard | Integer | Specifies...
Default value: 0 |
AdobeExtLevel | Integer | Specifies...
Default value: 0 |
TargetDoc Table
Name | Type | Value | ||||
---|---|---|---|---|---|---|
DocID | Integer | Specifies...
Default value: 0 | ||||
Location | Integer | Flag, that specifies the way of inserting new pages into existing document.
Possible values are:
Default value: 1 (After) | ||||
Position | Integer | Specifies the page index, according to which the new generated pages will be inserted using Location flag. -1 means insert at the end of the document.
Default value: -1 |