ByteScout Premium Suite is the bundle that includes twelve SDK products from ByteScout including tools and components for PDF, barcodes, spreadsheets, screen video recording.
On-demand (REST Web API) version:
Web API (on-demand version)
On-premise offline SDK for Windows:
60 Day Free Trial (on-premise)
' Create Bytescout.PDFExtractor.UnsearchablePDFMaker object
Set unsearchablePDFMaker = CreateObject("Bytescout.PDFExtractor.UnsearchablePDFMaker")
unsearchablePDFMaker.RegistrationName = "demo"
unsearchablePDFMaker.RegistrationKey = "demo"
' Load sample PDF document
unsearchablePDFMaker.LoadDocumentFromFile("sample1.pdf")
' Larger resolution - longer processing and larger PDF file size
unsearchablePDFMaker.RenderingResolution = 300
' Enable Black and White mode
unsearchablePDFMaker.Grayscale = true
' Process the document
unsearchablePDFMaker.MakePDFUnsearchable("result.pdf")
WScript.Echo "Unsearchable document saved as 'result.pdf'."
See also:
Get Your API Key
See also:
also available as: