Hello All,
I am trying a sample from for inserting pages from one file to another and somehow i get a "Cannot create component object" error at the following line of code. I am new to pdf and would appreciate your help.
Please let me know,
Dim PDDocSource As Object
Dim PDDocTarget As Object
Set PDDocSource = CreateObject("AcroExch.PDDoc"
-Fails here
Set PDDocTarget = CreateObject("AcroExch.PDDoc"
I am trying a sample from for inserting pages from one file to another and somehow i get a "Cannot create component object" error at the following line of code. I am new to pdf and would appreciate your help.
Please let me know,
Dim PDDocSource As Object
Dim PDDocTarget As Object
Set PDDocSource = CreateObject("AcroExch.PDDoc"
Set PDDocTarget = CreateObject("AcroExch.PDDoc"