ByteScout PDF Extractor SDK - VBScript - Merge Documents - ByteScout
Announcement
Our ByteScout SDK products are sunsetting as we focus on expanding new solutions.
Learn More Open modal
Close modal
Announcement Important Update
ByteScout SDK Sunsetting Notice
Our ByteScout SDK products are sunsetting as we focus on our new & improved solutions. Thank you for being part of our journey, and we look forward to supporting you in this next chapter!

ByteScout PDF Extractor SDK – VBScript – Merge Documents

  • Home
  • /
  • Articles
  • /
  • ByteScout PDF Extractor SDK – VBScript – Merge Documents

ByteScout PDF Extractor SDK – VBScript – Merge Documents

MergeDocuments.vbs

' Create Bytescout.PDFExtractor.DocumentMerger object
Set merger = CreateObject("Bytescout.PDFExtractor.DocumentMerger")
merger.RegistrationName = "demo"
merger.RegistrationKey = "demo"

merger.Merge2 "..\..\sample1.pdf", "..\..\sample2.pdf", "result.pdf"
                
Set merger = Nothing

WScript.Echo "Merged document saved as 'result.pdf'."

  Click here to get your Free Trial version of the SDK

Tutorials:

prev
next