Results 1 to 20 of 49

Thread: Need code to merge PDF files in a folder using adobe acrobat X

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #5
    VBAX Contributor
    Joined
    Dec 2009
    Location
    Sevastopol
    Posts
    150
    Location
    Quote Originally Posted by kishlaya View Post
    Hi there!
    Despite setting the correct references, I cannot get this working.
    The problem lies in this line
    Set PartDocs(i) = CreateObject("AcroExch.PDDoc")
    It says "Activex component can't create object"

    Any thoughts?

    /Kish
    Hi,

    Try using early binding: Set PartDocs(i) = New Acrobat.AcroPDDoc
    Also follow the recommendations of the post #10

    Regards
    Last edited by ZVI; 08-21-2014 at 07:26 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •