Articles Archive - Page 3 of 814 - ByteScout

Archives: Articles

printable version: ByteScout-Cloud-API-Server-cURL-Convert-Web-Page-To-PDF-From-Link.pdf How to convert web page to PDF from link for HTML to PDF API in cURL and ByteScout Cloud API Server Learn to write code convert web page to PDF from link for HTML to PDF API in cURL: Simple How To Tutorial The easy to understand coding guides help you check the features without any need to write your own code. ByteScout Cloud API Server was designed to assist HTML to [...]
printable version: ByteScout-Cloud-API-Server-C-sharp-Convert-Web-Page-To-PDF-From-Link-Asynchronously.pdf How to convert web page to PDF from link asynchronously for HTML to PDF API in C# and ByteScout Cloud API Server Step-by-step tutorial:How to convert web page to PDF from link asynchronously to have HTML to PDF API in C# The easy to understand coding guides help you check the features without any need to write your own code. HTML to PDF API in C# can be applied with ByteScout Cloud [...]
In this program, we're going to see how you can take a PDF and export its data to different formats like CSV, JSON, XML, Excel, etc. We have one input file here. It contains a simple table here and let's include the PDF file in our program. Copy and paste it into the Solution Explorer Window. Make sure it is continued in the output directory. What we're going to do is to create an instance [...]
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 [...]