Yearly Archives: 2020

Create Rich Word Documents Programmatically in Java

Create Rich Word Document in Java

In recent years, the dynamic generation of Word documents has become a popular feature for composing reports, quotes, invoices, and other types of documents. Various manufacturing companies generate invoices based on the data stored in the databases. In such cases, document automation makes it possible to save time, efforts and resources required in the manual document creation process. This article aims to target the document automation process and lets you know how to create Word documents programmatically in Java. … Continue Reading

Posted in Aspose.Words Product Family | Tagged , , ,

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. According to the .NET Standard documentation, Aspose.Words for … Continue Reading

Posted in Aspose.Words Product Family | Tagged , , , , , , , , , ,

Generate Word Documents from Templates in C# .NET

Generate Word from template in C#

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.

The following scenarios along … Continue Reading

Posted in Aspose.Words Product Family | Tagged , ,

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

export multipage images to other formats

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 … Continue Reading

Posted in Aspose.Imaging Product Family | Tagged ,

HTML to PDF C# Conversion using .NET API

There are various scenarios when you need to perform HTML to PDF conversion. 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 convert HTML to PDF in C#. The HTML content could be a .html file or a web page from a URL.
Posted in Aspose.PDF Product Family | Tagged , , ,

Protect or Unprotect Word Documents Programmatically using C#

Microsoft Word supports a variety of protection features to protect the whole Word document or some parts of the document. Document protection comes into practice when you need to share the document with another person or party. In such cases, you may want to limit the third party’s access or permissions. On the other hand, you can also specify a password to avoid unauthorized access to the document. This article is also comprised of some easy ways to protect Word Continue Reading

Posted in Aspose.Words Product Family | Tagged , ,

Add and Verify Digital Signatures in PDF Documents using C#

Digital Signatures are used to secure PDF documents before they are shared with third parties. Digitally signing a PDF document makes it possible to detect tampering by verifying the document using the digital signature. In order to secure the PDF documents programmatically using digital signatures, this article will show you how to add and verify digital signatures in a PDF document using C#. Ultimately, you will learn how to:

Continue Reading
Posted in Aspose.PDF Product Family | Tagged , ,

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

Display PPT PPTX in ASP.NET Core

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 … Continue Reading

Posted in Aspose.Slides Product Family | Tagged , , ,

Convert Word DOC/DOCX to PDF in Java

Convert Word 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. Keeping an eye on such … Continue Reading

Posted in Aspose.Words Product Family | Tagged , , ,

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

read add update and remove slide notes in PowerPoint using C# .NET

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:

Continue Reading
Posted in Aspose.Slides Product Family | Tagged , , ,