Developer Tools for Automated Data Extraction - ByteScout

Developer Tools

  • Home
  • /
  • Developer Tools
In this program, we're going to see how we can split a document using the ByteScout SDK. We have one sample document which has a total of 11 pages. We're going to perform a split on this file. Basically, I will copy and paste the file into the Solution Explorer Window. Make sure it is available in the output directory. START YOUR FREE TRIAL HERE How to Split and Merge PDF Documents Splitting the document [...]
In this program, we're going to see how we can make the unsearchable PDF. Basically, it is the reverse of the searchable PDF maker. We are going to take a normal file in which we can select all search tags. We are going to convert it to the text format PDF, basically, simply like the scan version of it. START YOUR FREE TRIAL HERE How to Convert Searchable PDF into Scanned PDF Let's see how [...]
In this article, we're going to see how we can make a searchable PDF from the scan PDF. We are having one sample file here. Basically, it is containing some data, but it is a scanned version image. By using the ByteScout Extractor SDK, we will convert this scanned PDF into a searchable PDF returning its layout. Let's see how we can work around this. I'm going to copy and paste it into the Solution [...]
In this program, we're going to see how we can extract PDF document information like author, created date, bookmarks from the PDF. We are going to create an object of the info extractor class, load a document and then just fetch the information which is Author, Creator, Producer, subject, etc. We're already having one sample PDF file and let's see what we can fetch out of it. START YOUR FREE TRIAL HERE First we are [...]
Sometimes a PDF file contains some attachments. In this tutorial, we're going to see how we can extract that attachment and save it. We are having one sample PDF file which contains some attachments hidden in it. We see three different format files here, one TIFF file, one PNG file, and the other is an EMF file. START YOUR FREE TRIAL HERE How to Extract Attachments from PDF Now we're going to see how we [...]
In this program, we're going to see how we can extract images from the PDF. We are having some images in this PDF. Let's use this as our sample document. I'm going to include it in the Solution Explorer Window. Right-click then copy and paste it here. START YOUR FREE TRIAL HERE How to Extract Images from PDF We're going to create an instance of the image extractor class. We are going to load the [...]
In this program, we're going to see how we can find a text by using the Regex. I'm having one PDF file and it contains some phone numbers. Basically, we are going to have one Regex for the phone numbers and we will see whether we are able to extract all the phone numbers or not. Now copy and paste the file into the Solution Explorer Window. At first, we create the instance of the [...]
In this program, we're going to see how we can find a text from the PDF. First of all, we're going to create the object of the Text Extractor. Then we're going to Load Document, turn on the Word Matching Mode. We're going to Iterate through all the pages. We will see if we can find a text, then we will Iterate to find all of the text. We are going to display the result, [...]
The first program is very basic, simple, where we will have one PDF and see how we can extract text from the PDF using ByteScout PDF Extractor SDK. I am going to open my visual studio and create one console application on the desktop. I need to get a reference for the PDF Extractor SDK. I have already installed this SDK and I hope to find all the references on my machine. Now, open ByteScout [...]
Introduction to PDF Extractor SDK In this series of articles, we are going to explore how to use the ByteScout PDF extractor SDK and what are the features in it. We are basically going to cover most of the practicals using the ByteScout SDK. Before you get started, you should have to practice these examples in your machine also. You need to have these SDK installed on your machine. START YOUR FREE TRIAL HERE PDF [...]