Search
Follow Us
Categories
- Success Stories(157)
Archives
Monthly Archives: May 2020
C# Convert HTML to JPG, PNG, BMP and GIF Image with .NET
HTML files are frequently used over the internet. Subsequently, Aspose.HTML for .NET API supports a lot of features to work with HTML file format. In this article, we will be learning how to convert HTML to image using C#. Let us explore the following uses cases:
- Convert HTML to JPG Image using C#
- Convert HTML to PNG Image using C#
- Convert HTML to BMP Image using C#
- Convert HTML to GIF Image using C#
First of all, let us check … Continue Reading
Convert Image to Text using C# OCR Library
The OCR (Optical Character Recognition) is a well known and widely used technology to recognize and read text from images and scanned documents. In the OCR operation, the characters on the images are scanned, recognized, and converted into the digital form. The converted text can be validated and saved to perform further operations. In this article, I’ll show you how to perform OCR to convert images to text programmatically using C# within your .NET applications. The rest of the article … Continue Reading
Create, Fill, or Edit Fillable PDF Forms Programmatically with C#
PDF forms are frequently used to collect data and information. For example, Questionnaires are usually designed to collect responses for survey purposes. We interact with different fillable PDF forms in today’s digital world. Considering the huge scope and importance of PDF forms, Aspose.PDF for .NET API supports many features to work with PDF forms. Let us explore the following use cases using C# language in this article:
… Continue ReadingCreate PDF Files using C# with .NET PDF Library
PDF is a platform-independent document format that keeps the formatting and layout of its content consistent across different operating systems or machines. This is the reason various organizations use PDF format for generating invoices, receipts, reports, and other business documents dynamically. Aspsoe.PDF for .NET is a PDF library that helps you implement PDF automation in .NET applications. It allows you to create, edit, parse and convert PDF files programmatically using C# or VB.NET. In this article, I’ll cover PDF generation … Continue Reading
Create and Send Outlook Email Messages using Java
Aspose.Email for Java is a powerful email processing API that provides all the basic as well as advanced features for email management. It allows you to create Outlook email messages, read existing emails, and convert MSG, EML, PST, OST, MBOX, and MHT messages to other formats from within your Java applications. In this article, I’ll demonstrate some basic yet important features of how to create and send Outlook emails using Java.
I am going to cover the following features of … Continue Reading
Convert SVG Files to PNG, JPEG, BMP, TIFF, and GIF Images using C#
In this article, I am going to show you how to convert SVG files to PNG, JPEG, TIFF, and other popular raster image formats using C# with Aspose’s .NET SVG API.
Aspose.SVG for .NET is a powerful API for processing SVG files using C# or VB.NET. It allows you to load, parse, and convert the SVG files to various other file formats. In this article, we’ll leverage the capabilities of the converter API of Aspose.SVG for .NET and learn … Continue Reading
Search and Extract Text from PDF Programmatically using C#
Extract text from PDF documents. You can extract from a specific page or region, or whole PDF file. Read text using .NET C# language.
Create MS Excel Spreadsheets in C++ without MS Office – A Comprehensive Guide
Previously, I have written a post on how to implement Excel automation features and create Excel XLS/XLSX files from scratch using C#. Today, I’ll show you how to create Excel workbooks, insert data to Excel worksheets, calculate formulas, and create charts and tables in worksheets using C++. All the spreadsheet automation features will be powered by C++ Excel API – Aspose.Cells for C++.
Aspose.Cells for C++ is a native C++ library that lets you create, read, parse, and convert … Continue Reading
Convert MS Visio Diagrams to PDF, PNG, JPEG, SVG, HTML and XAML in Node.js
In my previous post, I have demonstrated how to create MS Visio diagrams from scratch in Node.js applications. In this article, I’ll show you how to use Aspose.Diagram to export or convert MS Visio diagrams to various popular file formats in Node.js applications.
The conversion of Visio diagrams could be useful in various scenarios. You can convert a diagram to HTML or JPEG/PNG image to display it on a web page or in a Visio document viewer. Similarly, Visio … Continue Reading
Create MS Visio Diagrams in Node.js Applications
Aspose.Diagram for Java is a feature-rich Java API for manipulating Visio diagrams programmatically without requiring Microsoft Visio. The API supports working with popular Visio formats including VSD, VSDX, VDX, VSDM, VSSM, and VSSX. Recently, we have leveraged the capabilities of Aspose.Diagram for Java and made it possible to implement MS Visio automation features in Node.js applications. These features let you create, manipulate, convert & process MS Visio diagrams within your Node.js application.
Aspose.Diagram for Node.js via Java provides a … Continue Reading