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. #21
    VBAX Contributor
    Joined
    Dec 2009
    Location
    Sevastopol
    Posts
    150
    Location
    Quote Originally Posted by yuechu View Post
    I browsed for Acrobat.tlb, but when the macro ran, it kept displaying that it cannot insert page from this line: MsgBox "Cannot insert pages of" & vbLf & p & a(i), vbExclamation, "Canceled"
    Hi and welcome to VBAX!

    You can't insert new page after the PDF document with password protection has been inserted.
    Have a look on protection property of the last document inserted into the resulting file MergedFile.pdf

    Regards
    Last edited by ZVI; 07-10-2014 at 04:22 PM.

Posting Permissions

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