English

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. You can fill, edit, modify PDF forms in C# programmatically as 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:
May 25, 2020 · 4 min · Farhan Raza

Create 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. Aspose.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.
May 21, 2020 · 6 min · Usman Aziz

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.
May 20, 2020 · 5 min · Usman Aziz

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.
May 18, 2020 · 4 min · Usman Aziz

How to Extract Text from PDF in C#: A Comprehensive Guide

Extract text from PDF documents. You can extract from a specific page or region, or a whole PDF file. Read text using .NET C# language.
May 16, 2020 · 6 min · Farhan Raza

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 spreadsheet documents without requiring Microsoft Excel.
May 15, 2020 · 5 min · Usman Aziz

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.
May 13, 2020 · 4 min · Usman Aziz

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.
May 12, 2020 · 4 min · Usman Aziz

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 (.
May 8, 2020 · 5 min · Usman Aziz

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 allows encrypting the files’ names as well.
May 6, 2020 · 3 min · Usman Aziz