English

Add and Verify Digital Signatures in PDF Documents using Java

To digitally sign the PDF documents programmatically, we’ll show you how to add and verify digital signatures in PDF using Java. We’ll cover the following scenarios related to digital signatures in PDFs.
July 15, 2020 · 3 min · Usman Aziz

Convert Word Documents to HTML in Java

Microsoft Word file formats DOC/DOCX are famous because the word processor supports a variety of features to organize and explain information. However, converting Word documents to HTML is often necessary when you want to display your documents on a website or web application. In this blog, we’ll walk you through the process of converting Word documents to HTML in Java. Convert Word (DOC/DOCX) to HTML using Java Convert DOCX to HTML5 using Java Convert Password-Protected Word file to HTML using Java Convert Word to MHTML using Java Java Library to Convert Word DOC to HTML Aspose.
July 15, 2020 · 3 min · Farhan Raza

Mail Merge in Word Documents using C# or VB.NET - .NET Mail Merge API

In this article, I’ll show you how to perform MS Word Mail Merge using C# or VB.NET without MS Word or Office Interop. Aspose.Words for .NET is a feature-rich and powerful Word API that provides all the basic as well as extended MS Word Mail Merge features. It lets you generate letters, envelopes, reports, invoices, and other types of documents within Windows Forms, ASP.NET web applications, or any .NET/.NET Core application.
July 14, 2020 · 6 min · Usman Aziz

C# Print PDF Documents Programmatically with .NET

Many companies are lessening the use of paper to a large extent. However, there are some scenarios where printing is important. For instance, a system may contain details of online order in PDF format. They need to print PDF while dispatching an online order for delivery. They process items on a large scale so printing each document manually could be quite a task. Aspose.PDF for .NET API, in addition to many other file manipulation and conversion features, supports the efficient printing of PDF files.
July 9, 2020 · 5 min · Farhan Raza

Merge MS Word Documents using C# ASP.NET

If you are working with a bunch of Word documents, you may come across a scenario where you need to merge multiple documents into a single one programmatically. To achieve that, this article provides you with a complete guide on how to merge MS Word documents in an ASP.NET application using C#. Merging multiple MS Word documents could be useful in keeping documents of the same type into a single file, combining multiple documents before sharing, and so on.
July 7, 2020 · 2 min · Usman Aziz

Convert PUB to PDF file Programmatically using C++

PUB files are usually used to create or edit the publications. Pamphlets, brochures, visiting cards, and many other types of files are created in Microsoft Publisher application thus saved as the file extension .pub. However, because of the popularity and support of PDF format, you may need to convert PUB to PDF. For such scenarios, Aspose.PUB for C++ API is the answer to your requirements. C++ PUB to PDF Converter API Looking at the background information about the API, previously only Aspose.
July 6, 2020 · 3 min · Farhan Raza

Compare Two Word Documents using C# in ASP.NET

We often need to compare two MS Word DOC/DOCX documents to check the similarities or differences. The comparison gives us an idea of what has been changed in the two versions of a single Word document. Various online document comparison applications are available that let you compare two Word documents. However, there could be the case when you need to integrate document comparison features within your web application. On the other hand, you may want to build your own online document comparison app.
July 6, 2020 · 2 min · Usman Aziz

Convert a Document using Aspose.Words

Converting documents from one format to another is one of the main features of Aspose.Words. Conversion in Aspose.Words consists of opening a document in one of the supported load formats and then saving it in another format. Aspose.Words supports almost all common conversion combinations, for example: DOC, DOCX, RTF to PDF or XPS, DOC or DOCX to JPEG, TIFF, PNG, DOCX to Markdown or HTML, PDF to DOC, DOCX, or other Word formats, and others.
July 3, 2020 · 3 min · Mary Gerasimova

Create Animated PNG Images using C# or VB.NET

Animated PNG (Portable Network Graphics) is an extension to PNG format to incorporate the animations. Just like animated GIFs, the APNG format is used to present the animations. An edge of APNG over GIF is, it supports 24-bit transparency whereas GIF supports only 8-bit. Furthermore, APNG provides a smoother animation as compared to an animated GIF. In this article, I’ll show you how to create the animated PNG (APNG) images from an image or multi-page Tiff and export APNG to animated GIF programmatically using C# (or VB.
July 2, 2020 · 3 min · Usman Aziz

Convert AI to PNG, JPG, PSD and PDF file with C# .NET

Adobe Illustrator files are majorly used to represent visual information. Moreover, graphic designers transform their creative ideas into masterpieces using AI files. Sometimes you need to convert AI to raster images (PNG, JPG, etc) or PDF file in C#. The most important and exciting factor of all these conversions is that you do not need to install or configure the Adobe Illustrator application because Aspose.PSD for .NET API is capable of converting AI files without any dependency on 3rd party applications.
July 1, 2020 · 3 min · Farhan Raza