Image Viewer CP ActiveX Control

PDFEditMerge

 

Combine two PDF Files into a single multi page PDF File without displaying or decoding any of the images.
 

Public Function PDFEditMerge( _
   ByVal strSource1File  As String, _
   ByVal strSource2File  As String, _
   ByVal strOutputFile  As String
) As Integer

 

Parameter

strSource1File
The source of first PDF File.

strSource2File
The source of second PDF File.

strOutputFile
The output PDF File.


No Return Value



Example

   

Visual Basic Syntax
ImageViewer1.PDFEditMerge "c:\first.pdf", "c:\second.pdf","c:\output.pdf"