Convert BMP to PDF in C#
Perform optical character recognition on BMP document and save text as BMP document using Aspose.OCR for .NET library.
How to convert BMP to PDF using C#
Aspose.OCR for .NET is a powerful yet easy-to-use and cost-effective library for converting BMP images to PDF documents. Supporting 26 languages based on Latin, Cyrillic and Chinese, its state-of-the-art optical character recognition engine provides superior recognition speed and accuracy, while isolating you from formulas, neural networks, and other complex technical details. It allows you to add OCR functionality to your .NET applications in less than 10 lines of code.
processes scanned images or even smartphone photos in BMP format and creates BMP documents containing recognized text. To add it to your project, you just need to install the Aspose.OCR
package in your project with the following command:
Package Manager Console Command
PM> Install-Package Aspose.OCR
Steps to Convert BMP to PDF
With .NET OCR and just a few lines of code, you can create full-featured application that converts an BMP image to PDF document:
- Create an instance of AsposeOcr class
- Call AsposeOCR.RecognizeImage method
- Pass the BMP file path as parameter
- AsposeOCR.RecognizeImage returns a String or file of PDF type
System Requirements
Before running the example, make sure that .NET API compatible with NET Standard 2.0 specification is installed on your system and all external dependencies of Aspose.OCR package are referenced in your project.
- NET Standard 2.0+ compatible solution
- Aspose.OCR for .NET referenced in your project.
This sample code shows BMP to PDF .NET Conversion
// initialize an instance of AsposeOcr
AsposeOcr ocr = new AsposeOcr();
// recognize image
string riText = ocr.RecognizeImage("template.BMP");
// print text
File. File.WriteAllText("document.PDF", riText);
BMP What is BMP File Format
Files having extension .BMP represent Bitmap Image files that are used to store bitmap digital images. These images are independent of graphics adapter and are also called device independent bitmap (DIB) file format. This independency serves the purpose of opening the file on multiple platforms such as Microsoft Windows and Mac. The BMP file format can store data as two-dimensional digital images in both monochrome as well as color format with various colour depths.
Read MorePDF What is PDF File Format
Portable Document Format (PDF) is a type of document created by Adobe back in 1990s. The purpose of this file format was to introduce a standard for representation of documents and other reference material in a format that is independent of application software, hardware as well as Operating System. The PDF file format has full capability to contain information like text, images, hyperlinks, form-fields, rich media, digital signatures, attachments, metadata, Geospatial features and 3D objects in it that can become as part of source document.
Read MoreOther Supported Conversions
Using C#, one can easily convert different formats including.