ByteScout tutorials explain the material for programmers who use VBScript. ByteScout PDF Extractor SDK was made to help with compare PDF documents in VBScript. ByteScout PDF Extractor SDK is the SDK is designed to help developers with pdf tables and pdf data extraction from unstructured documents like pdf, tiff, scans, images, scanned and electronic forms. The library is powered by OCR, computer vision and AI to provide unique functionality like table detection, automatic table structure extraction, data restoration, data restructuring and reconstruction. Supports PDF, TIFF, PNG, JPG images as input and can output CSV, XML, JSON formatted data. Includes full set of utilities like pdf splitter, pdf merger, searchable pdf maker and other utilities.
VBScript, code samples for VBScript, developers help to speed up the application development and writing a code when using ByteScout PDF Extractor SDK. This VBScript sample code should be copied and pasted into your application’s code editor. Then just compile and run it to see how it works. VBScript application implementation typically includes multiple stages of the software development so even if the functionality works please test it with your data and the production environment.
Trial version can be downloaded from our website. Source code samples for VBScript and documentation are included.
On-demand (REST Web API) version:
Web API (on-demand version)
On-premise offline SDK for Windows:
60 Day Free Trial (on-premise)
' Create TextComparer object Set comparer = CreateObject("Bytescout.PDFExtractor.TextComparer") comparer.RegistrationName = "demo" comparer.RegistrationKey = "demo" 'Compare documents comparer.Compare "..\..\comparison1.pdf", "..\..\comparison2.pdf" ' Generate report comparer.GenerateHtmlReport "report.html" ' Open output file in default associated application Set shell = CreateObject("WScript.Shell") shell.Run "report.html", 1, false
60 Day Free Trial or Visit ByteScout PDF Extractor SDK Home Page
Explore ByteScout PDF Extractor SDK Documentation
Explore Samples
Sign Up for ByteScout PDF Extractor SDK Online Training
Get Your API Key
Explore Web API Docs
Explore Web API Samples
60 Day Free Trial or Visit ByteScout PDF Extractor SDK Home Page
Explore ByteScout PDF Extractor SDK Documentation
Explore Samples
Sign Up for ByteScout PDF Extractor SDK Online Training
Get Your API Key
Explore Web API Docs
Explore Web API Samples
also available as: