Author Archives: Usman Aziz

Add Watermark to Excel Worksheets using C#

Watermarks are one of the ways to protect Excel files from being used illegally. Often, a watermark defines the ownership of the copyrighted content. In this article, you will learn about adding watermarks to Excel files programmatically. Particularly, the article will cover how to add watermark to Excel worksheets using C#.

Posted in Aspose.Cells Product Family | Tagged , ,

Add or Update Table of Contents in Word using Java

Table of Contents (TOC) in a Word document gives you an overview of the content of the document. Also, it allows you to navigate to a particular section of the document. In this article, you will learn how to work with the table of contents in Word documents programmatically. Particularly, the article covers how to add or update a table of contents in Word documents using Java.

Posted in Aspose.Words Product Family | Tagged ,

Convert XML to PDF using Java

In this article, you will learn how to convert XML to PDF programmatically using Java. This feature can be useful for generating PDF files dynamically from the XML. Furthermore, the article also provides the complete XML schema that is used to create a PDF document.

Posted in Aspose.PDF Product Family | Tagged , ,

Add Watermark to PDF using Java

Watermarks are used to protect PDF documents or claim their ownership. Also, in various cases, watermarks are added to display the status of a PDF document such as draft, manuscript, etc. In order to automate watermarking, this article covers how to add a text or image watermark to the PDF using Java.

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

Convert RTF to PDF using Java

RTF format was introduced by Microsoft for creating rich text documents. The interoperability of RTF makes it possible to exchange the content between different Microsoft products as well as heterogeneous operating systems. However, you may need to convert RTF to PDF for printing, sharing, or other purposes. Therefore, this article covers how to convert an RTF document to PDF programmatically using Java.

Posted in Aspose.Words Product Family | Tagged , ,

Convert LaTeX to Word using Java

TEX is a widely used format for typesetting articles, books, and other publications. A TEX file is comprised of different tags to insert text, graphics, mathematical equations, symbols, etc. Most of the TEX editors generate the output of a TEX file as a PDF document. However, in certain cases, you may need to generate a Word document from the TEX file. For such cases, this article covers how to convert LaTeX file (.tex) to Word format using Java.

Posted in Aspose.PDF Product Family | Tagged , ,

Convert PowerPoint PPT to PPTX using Java

PowerPoint PPTX is an advanced version of PPT that is based on XML. With the support of XML, it becomes easier for other types of programs to open PowerPoint presentations. In order to get the benefit of the latest features offered by PPTX, you may need to convert PPT files to PPTX. For such cases, this article covers how to convert PowerPoint PPT files to PPTX using Java.

Posted in Aspose.Slides Product Family | Tagged , ,

Split Text to Multiple Columns in Excel using Python

In various cases, you may need to split text in a column into multiple columns in an Excel worksheet. The splitting criteria could be a blank space, a comma, a special character, etc. In this article, you will learn how to split a text into columns in an Excel worksheet using Python. It automates the Text to Columns feature of MS Excel.

Posted in Aspose.Cells Product Family | Tagged , ,

Create Charts in Excel using Java

Charts and graphs are used to summarize and visually represent the data. They give an insight that can further be used to make the decisions. Charts are considered to be an integral part of Excel spreadsheets and are widely used in various applications. In this article, you will learn how to generate charts programmatically from the data provided in the Excel worksheets. Particularly, the article covers how to create different types of charts in Excel using Java.

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

Convert JSON to PDF using C#

In various cases, you may need to convert the JSON files to PDF for sharing, printing, or other purposes. To achieve it programmatically, this article covers how to convert JSON to PDF using C#.

Posted in Aspose.Cells Product Family | Tagged , ,