Search
Follow Us
Categories
- Success Stories(157)
Archives
Yearly Archives: 2020
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
Create OneNote (.ONE) Documents Programmatically in C#
Aspose.Note for .NET is a feature-rich OneNote document manipulation API that lets you create, read, and convert OneNote documents programmatically using C# or VB.NET. In a previous article, we have covered how to use Aspose.Note for .NET to convert, read, and parse OneNote documents. Today, we’ll check out how to create OneNote documents from scratch using C#.
MS OneNote provides you a way of organizing and managing the information in the form of digital notes (.ONE). The … Continue Reading
Posted in Aspose.Note Product Family Tagged Add Pages to OneNote Document using Csharp, Add Tables to OneNote Page using Csharp, Insert Hyperlinks in OneNote Document using Csharp, Insert Images to OneNote Page using Csharp, Insert Tags in OneNote Document using Csharp, create OneNote documents using Csharp
Create 7z (7-Zip) Archives Programmatically using C# .NET
In the previous post, I have discussed different ways of creating ZIP archives using C#. The article also covered how to create encrypted and password-protected ZIP archives. Besides ZIP format, there are some other commonly used archive formats such as 7z, tar, RAR, etc. Among these, 7z archive format is based on open-source architecture and it is used to compress files and folders with a high compression ratio. It also supports 256-bit AES encryption and … Continue Reading