ByteScout Data Extraction Suite - VBScript - Merge pdf documents with pdf extractor sdk - ByteScout

ByteScout Data Extraction Suite – VBScript – Merge pdf documents with pdf extractor sdk

  • Home
  • /
  • Articles
  • /
  • ByteScout Data Extraction Suite – VBScript – Merge pdf documents with pdf extractor sdk

How to merge pdf documents with pdf extractor sdk in VBScript with ByteScout Data Extraction Suite

How to write a robust code in VBScript to merge pdf documents with pdf extractor sdk with this step-by-step tutorial

The sample source code below will teach you how to merge pdf documents with pdf extractor sdk in VBScript. Want to merge pdf documents with pdf extractor sdk in your VBScript app? ByteScout Data Extraction Suite is designed for it. ByteScout Data Extraction Suite is the bundle that includes three SDK tools for data extraction from PDF, scans, images and from spreadsheets: PDF Extractor SDK, Data Extraction SDK, Barcode Reader SDK.

The following code snippet for ByteScout Data Extraction Suite works best when you need to quickly merge pdf documents with pdf extractor sdk in your VBScript application. IF you want to implement the functionality, just copy and paste this code for VBScript below into your code editor with your app, compile and run your application. Enjoy writing a code with ready-to-use sample VBScript codes.

If you want to try other source code samples then the free trial version of ByteScout Data Extraction Suite is available for download from our website. Just try other source code samples for VBScript.

On-demand (REST Web API) version:
 Web API (on-demand version)

On-premise offline SDK for Windows:
 60 Day Free Trial (on-premise)

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'."

ON-PREMISE OFFLINE SDK

60 Day Free Trial or Visit ByteScout Data Extraction Suite Home Page

Explore ByteScout Data Extraction Suite Documentation

Explore Samples

Sign Up for ByteScout Data Extraction Suite Online Training

ON-DEMAND REST WEB API

Get Your API Key

Explore Web API Docs

Explore Web API Samples

VIDEO

ON-PREMISE OFFLINE SDK

60 Day Free Trial or Visit ByteScout Data Extraction Suite Home Page

Explore ByteScout Data Extraction Suite Documentation

Explore Samples

Sign Up for ByteScout Data Extraction Suite Online Training

ON-DEMAND REST WEB API

Get Your API Key

Explore Web API Docs

Explore Web API Samples

Tutorials:

prev
next