ByteScout PDF Suite - VBScript - Remove text from pdf with pdf extractor sdk - ByteScout

ByteScout PDF Suite – VBScript – Remove text from pdf with pdf extractor sdk

  • Home
  • /
  • Articles
  • /
  • ByteScout PDF Suite – VBScript – Remove text from pdf with pdf extractor sdk

How to remove text from pdf with pdf extractor sdk in VBScript with ByteScout PDF Suite

Learn to remove text from pdf with pdf extractor sdk in VBScript

The sample source codes on this page shows how to remove text from pdf with pdf extractor sdk in VBScript. Want to remove text from pdf with pdf extractor sdk in your VBScript app? ByteScout PDF Suite is designed for it. ByteScout PDF Suite is the bundle that provides six different SDK libraries to work with PDF from generating rich PDF reports to extracting data from PDF documents and converting them to HTML. This bundle includes PDF (Generator) SDK, PDF Renderer SDK, PDF Extractor SDK, PDF to HTML SDK, PDF Viewer SDK and PDF Generator SDK for Javascript.

The SDK samples given below describe how to quickly make your application do remove text from pdf with pdf extractor sdk in VBScript with the help of ByteScout PDF Suite. Follow the instructions from scratch to work and copy the VBScript code. Use of ByteScout PDF Suite in VBScript is also described in the documentation included along with the product.

ByteScout provides the free trial version of ByteScout PDF Suite along with the documentation and source code samples.

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

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

RemoveText.vbs
      
' Create Bytescout.PDFExtractor.CSVExtractor object Set remover = CreateObject("Bytescout.PDFExtractor.Remover") remover.RegistrationName = "demo" remover.RegistrationKey = "demo" ' Load sample PDF document remover.LoadDocumentFromFile "../../sample1.pdf" ' Remove text "LOREM IPSUM" and save edited document as "result1.pdf". ' NOTE: The removed text might be larger than the search string. Currently the Remover deletes ' the whole PDF text object containing the search string. remover.RemoveText 0, "LOREM IPSUM", True, "result.pdf" WScript.Echo "Modified document saved as 'result.pdf' file."

ON-PREMISE OFFLINE SDK

60 Day Free Trial or Visit ByteScout PDF Suite Home Page

Explore ByteScout PDF Suite Documentation

Explore Samples

Sign Up for ByteScout PDF 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 PDF Suite Home Page

Explore ByteScout PDF Suite Documentation

Explore Samples

Sign Up for ByteScout PDF Suite Online Training

ON-DEMAND REST WEB API

Get Your API Key

Explore Web API Docs

Explore Web API Samples

Tutorials:

prev
next