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

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

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

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

Learn to code in VBScript to remove text from pdf with pdf extractor sdk with this step-by-step tutorial

On this page you will learn from code samples for programming in VBScript.Writing of the code to remove text from pdf with pdf extractor sdk in VBScript can be executed by programmers of any level using ByteScout Premium Suite. What is ByteScout Premium Suite? It is the set that includes 12 SDK products from ByteScout including tools and components for PDF, barcodes, spreadsheets, screen video recording. It can help you to remove text from pdf with pdf extractor sdk in your VBScript application.

Want to quickly learn? This fast application programming interfaces of ByteScout Premium Suite for VBScript plus the guidelines and the code below will help you quickly learn how to remove text from pdf with pdf extractor sdk. Follow the instructions from scratch to work and copy the VBScript code. Applying VBScript application mostly includes various stages of the software development so even if the functionality works please test it with your data and the production environment.

Our website gives trial version of ByteScout Premium Suite for free. It also includes 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 Premium Suite Home Page

Explore ByteScout Premium Suite Documentation

Explore Samples

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

Explore ByteScout Premium Suite Documentation

Explore Samples

Sign Up for ByteScout Premium Suite Online Training

ON-DEMAND REST WEB API

Get Your API Key

Explore Web API Docs

Explore Web API Samples

Tutorials:

prev
next