op.document.replacePages

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
Line 6: Line 6:
  
 
== Overview ==
 
== Overview ==
The operation overview...
+
The operation allows you to replace a part of an active PDF document with a part of already opened PDF document or located in a destination folder file all supported formats.
  
 
== Parameters ==
 
== Parameters ==
Line 15: Line 15:
 
|-
 
|-
 
| class="op_param_name" | Input
 
| class="op_param_name" | Input
| style="text-align:center" | Array
+
| style="text-align:center" | IUnknown
| Array of <code>IUnknown</code>-based objects.
+
| <code>IUnknown</code>-based object containing the [[PXV:IPXC_Document|IPXC_Document]] which document will have their pages changed.
 
|-
 
|-
 
| class="op_param_name" | Output
 
| class="op_param_name" | Output
| style="text-align:center;" | Array
+
| style="text-align:center;" | IUnknown
| Array of <code>IUnknown</code>-based objects.
+
| <code>IUnknown</code>-based object containing the [[PXV:IPXC_Document|IPXC_Document]] which document had their pages changed.
 
|-
 
|-
 
| class="op_param_name" | [[PXV:op_document_replacePages_Options|Options]]
 
| class="op_param_name" | [[PXV:op_document_replacePages_Options|Options]]

Revision as of 00:40, 17 December 2015


Overview

The operation allows you to replace a part of an active PDF document with a part of already opened PDF document or located in a destination folder file all supported formats.

Parameters

Name Type Description
Input IUnknown IUnknown-based object containing the IPXC_Document which document will have their pages changed.
Output IUnknown IUnknown-based object containing the IPXC_Document which document had their pages changed.
Options Dictionary Dictionary with options of the operation.