ByteScout PDF Extractor SDK - VBScript - Display License Info - ByteScout

ByteScout PDF Extractor SDK – VBScript – Display License Info

  • Home
  • /
  • Articles
  • /
  • ByteScout PDF Extractor SDK – VBScript – Display License Info

How to display license info in VBScript and ByteScout PDF Extractor SDK

ByteScout PDF Extractor SDK: the SDK that helps developers to extract data from unstructured documents, pdf, images, scanned and electronic forms. Includes AI functions like automatic table detection, automatic table extraction and restructuring, text recognition and text restoration from pdf and scanned documents. Includes PDF to CSV, PDF to XML, PDF to JSON, PDF to searchable PDF functions as well as methods for low level data extraction.

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

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

DisplayLicenseInfo.vbs
      
' LicenseInfo can be retrieved by createing instance of any extractor class, ' Because all of them are derived from BaseExtractor Set extractor = CreateObject("Bytescout.PDFExtractor.TextExtractor") extractor.RegistrationName = "demo" extractor.RegistrationKey = "demo" ' Set license Info Set licenseInfo = extractor.LicenseInfo outputMsg = "===============================" + vbCRLF outputMsg = outputMsg + "======== License Info =========" + vbCRLF outputMsg = outputMsg + "===============================" + vbCRLF outputMsg = outputMsg + "License type: " & licenseInfo.LicenseType & vbCRLF outputMsg = outputMsg + "License limit type: " & licenseInfo.LimitType & vbCRLF outputMsg = outputMsg + "Limit of license units: " & licenseInfo.Limit & vbCRLF outputMsg = outputMsg + "License limit term: " & licenseInfo.LimitTerm & vbCRLF outputMsg = outputMsg + "No of remaining license units: " & licenseInfo.Remainder & vbCRLF outputMsg = outputMsg + "Update expires On: " & licenseInfo.UpdatesExpireOn & vbCRLF outputMsg = outputMsg + "===============================" + vbCRLF MsgBox outputMsg Set extractor = Nothing

ON-PREMISE OFFLINE SDK

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

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 PDF Extractor SDK Home Page

Explore ByteScout PDF Extractor SDK Documentation

Explore Samples

Sign Up for ByteScout PDF Extractor SDK Online Training

ON-DEMAND REST WEB API

Get Your API Key

Explore Web API Docs

Explore Web API Samples

Tutorials:

prev
next