English

How to Create Word Documents in Java - MS Word Automation

Various libraries are available that allow you to generate MS Word documents programmatically in Java. However, some of them need MS Office and others require you to write complex code. Considering such issues, this article aims to provide you with the best yet simplest way to create MS Word documents in Java without requiring MS Office.
March 11, 2020 · 4 min · Usman Aziz

Aspose.Words for .NET 20.3 is released!

This month we managed to deliver 72 improvements and fixes including 18 Enterprise and Priority support issues. Totally, 110 issues have been processed in the latest release of Aspose.Words for .NET. Updates for Xamarin Platform Starting with Aspose.Words 20.3, the support of Xamarin is changed. In earlier versions, we provided separate DLLs for Xamarin.Android, Xamarin.Mac and Xamarin.iOS. Now Xamarin developers can use Aspose.Words for .NET Standard in all the above-mentioned platforms.
March 10, 2020 · 2 min · Andrey Noskov

Generate Word Documents from Templates in C# .NET

The automated generation of Word documents is widely used by enterprises for creating a multitude of reports. In some cases, the documents are created from scratch. On the other hand, predefined templates are used to generate Word documents by populating the placeholders. In this article, I’ll demonstrate how to generate Word documents from templates dynamically and programmatically in C#. You’ll come to know how to populate the Word templates from different types of data sources.
March 5, 2020 · 4 min · Usman Aziz

Export Pages in Multipage TIFF, GIF, and Other Formats using C# and Java

Aspose.Imaging has proved to be a powerful API for working with a variety of image formats. Along with single-page images, Aspose.Imaging also supports manipulating multipage images including GIF, TIFF, PSD, DICOM, CDR, and WebP. You can access pages of a multipage image and export them to a single page or another multipage image format. In this article, I’ll demonstrate how to access pages in multipage GIF, TIFF, PSD, etc, and export them to other formats programmatically in C# and Java.
March 3, 2020 · 2 min · Usman Aziz

Convert HTML to PDF in C# .NET

There are various scenarios when you need to perform HTML to PDF conversion from within C# .NET applications. For example, you may want to convert a web page to PDF from within your application or you may need to generate PDF from the content of a WYSIWYG HTML editor. Another scenario could be converting the HTML page from a specific URL to PDF. In order to deal with such cases, you will learn how to perform HTML to PDF conversion in C#. The HTML content could be a .html file or a web page from a URL.
February 28, 2020 · 4 min · Usman Aziz

Protect or Unprotect Word Documents using C#

In the modern digital world, the need to secure sensitive information is more critical than ever. Protecting your Word documents from unauthorized access and unwanted modifications is a fundamental aspect of data security. Microsoft Word supports a variety of protection features to protect the whole Word document or some parts of the document. On the other hand, you can also specify a password to avoid unauthorized access to the document.
February 27, 2020 · 3 min · Usman Aziz

Adding Digital Signatures to PDFs in C# - A Step-by-Step Guide

Learn how to easily add and verify a digital signature in PDF documents using C#. A complete guide for creating a digital signature in PDF in simple steps.
February 25, 2020 · 3 min · Usman Aziz

ASP.NET PowerPoint Viewer - Display PowerPoint Presentations in ASP.NET

Are you looking for a PowerPoint Viewer to view or embed presentations in your ASP.NET Core web application? If yes, continue to read this article and learn how to create a simple ASP.NET Core PowerPoint Viewer and display PPT/PPTX presentations using C#. So let’s begin. Features of ASP.NET PowerPoint Viewer Our ASP.NET PowerPoint Viewer will use Aspose.Slides for .NET API to render the presentation slides as PNG images. Once the slides are rendered, we’ll display them using the Bootstrap Carousel.
February 23, 2020 · 2 min · Usman Aziz

Convert Word DOC/DOCX to PDF in Java

Word to PDF conversion is commonly used before the documents are shared. Various online Word to PDF converters are available that allow you to convert single or a limited number of Word documents. However, with emerging MS Word automation and report generation solutions, automated Word to PDF conversion has become an essential part of the systems. Furthermore, the batch conversion of DOC/DOCX to PDF needs to be done automatically to minimize the time and effort.
February 20, 2020 · 5 min · Usman Aziz

Read, Add, Update or Remove Slide Notes in PowerPoint Presentations using C#

Slide notes in the PowerPoint presentations are used to add references for the presenter to recall the important points during the presentation. These notes can be added to every slide of a PowerPoint presentation. This article also covers some important aspects of dealing with slide notes in presentations programmatically. After reading this article, you will be able to: read slide notes in PowerPoint presentation using C#, add slide notes to a PowerPoint presentation in C#, update notes in a particular slide of the PowerPoint presentation in C#, and remove slide notes in a PowerPoint presentation using C#.
February 18, 2020 · 3 min · Usman Aziz