Programs by IronOcr

261 programs found

Excel .Net Library

The .NET Excel Library by IronXL is fully functioning Software Library to allow .NET developers to Read, Write and Manipulate Excel Spreadsheet files in popular .NET languages C# or VB.NET. Find out more at: https://ironsoftware.com/csharp/excel/tutorials/how-to-read-excel-file-csharp/ Excel is one of the...


C# QR Code Generator

Iron Barcode is an example of a high-quality QR code library for C# and .NET. It is available on NuGet Package Manager under the name Barcode (https://www.nuget.org/packages/barcode). Iron Barcode can read QR codes from native System.Drawing.Image and Bitmap objects in...


C# Open Excel File and Write to Excel

C# Open Excel File and Write to Excel Tutorial helps .NET Engineers open, write, and edit Microsoft Office Excel Spreadsheet files in C# and VB .NET Applications. IronXL Excel can import Excel files but also import data from other formats,...


C# Create Excel File Tutorial

Within IronExcel, we can easily find a constructor to generate a new Excel file of either the XLS or XLSX file format. Additional formats include Excel templates and other edge cases. IronExcel can be used within web applications, desktop applications,...


VB.Net Excel Library

Excel VB .NET Applications: IronXL plugs into any VB.NET application as a class library or NuGet package. It adds full features for opening, editing, exporting, and importing data from Excel within VB.NET applications, including MVC, web applications, desktop applications, and...


The C# XLSX Library

IronXL, The Excel class library for .NET Framework, Core, and Standard, has full support for the XLSX file format, Microsofts most recent iteration of the Excel spreadsheet file format. We can use C# to read XLS files using IronXL, and...


Net Core PDF Generator

It provides PDF rendering and manipulation functionality for .Net framework, as well as .Net can standard and .Net core. We currently support .Net core standard versions 2, 3, and 5. IronPDF supports all types of .Net core projects for deployment...


C# Print PDF

You can use IronPDF to print a PDF and there are two meanings of that. One is can I use IronPDF to print an existing document? Let's say an HTML file and turn that into a PDF programmatically. Yes, you...


C# Export PDFs and Save to MemoryStream

IronPDF can export and save pdf's using different methods. There are two ways that you can export a PDF in a .Net ASP.net project using IronPDF. You can use the IronPDF, HTML to PDF renderer to create a PDF from...


C# PDF Viewer

A PDF viewer is a desktop application, allowing a user to visually inspect a PDF, you know, as in Adobe Acrobat, or preview on the Mac. It's a program that lets you open a PDF. Most web browsers have one...


C# PDF Parser

IronPDF is useful as a PDF parser. IronPDF provides functionality to load and parse existing PDF documents, edit them, extract content from them, and save them again in .Net. We would use C# to parse a PDF. Common applications of...


Azure OCR Product

It does Azure work with OCR? For Azure .Net applications you may wish to add optical character recognition functionality. IronOCR provides that functionality without ever sending your data outside of the ether application, helping to ensure the security of your...


Excel to SQL DataGrid via DataTable C#

IronXL provides an API allowing us to take system.data.data tables and convert them into Excel workbooks. You will find code examples for doing this within ironxl.com inside the code example section, for code example, is named, "XL to SQL and...


Generate PDF in C#

What's the easiest way to generate a PDF in C#? The easiest way to generate a PDF in C# is from existing content, we highly recommend using one of two strategies. HTMLto PDF or image to PDF, both of which...


Create PDF in C#

The best way to create a PDF in any web application in .Net is to create it from your existing assets. It would be unfortunate to have to learn a new API or a new way of programming just to...