Author Archives: Usman Aziz

Create or Edit Excel Files on Linux using Java

These days, spreadsheets are widely used to keep and share a large amount of tabular data. Also, you can perform various operations such as applying formulas, generating charts and graphs, sorting and filtering data, and so on. The spreadsheets automation has brough a revolution in various industries. The dynamic creation and manipulation of the spreadsheets have made the data handling quite easier. In order to perform spreadsheet manipulation programmatically, this article covers how to create Excel XLSX or XLS files from scratch on Linux using Java.

Posted in Aspose.Cells Product Family | Tagged , ,

Create Multi-Column PDF Documents using C#

Multi-column PDFs are used for various types of publications such as magazines, newspapers, research articles, etc. While working with PDF automation, you may come across the scenario where you need to generate a multi-column PDF programmatically. In accordance with that, this article covers how to create multi-column PDF files using C#.

Posted in Aspose.PDF Product Family | Tagged ,

Convert JSON to CSV Programmatically using C#

JSON is an immensely used format to store structured data. In various cases, JSON files are used to transmit data between applications. Alongside, CSV is also used to store the data as comma separated values. In this article, you will learn how to import data from JSON files to CSV programmatically. Particularly, the article will cover how to convert JSON data to CSV using C#.

Posted in Aspose.Cells Product Family | Tagged , ,

Convert Word Documents to HTML using Java

In order to embed the content of Word documents into your applications, you might need to perform the conversion. The most widely opted conversions in such cases are Word to HTML or Word to image. In accordance with that, this article covers how to convert Word DOCX or DOC files to HTML using Java. Also, we'll discuss how to keep resource files in a separate folder.

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

Convert Word Documents to HTML using C#

In various cases, you need to display the content of the Word documents in your web or desktop applications. One of the suitable options in such cases is the conversion of Word documents to HTML. To achieve this from within the .NET applications, this article covers how to convert Word DOCX or DOC files to HTML using C#. Moreover, you will learn how to control Word to HTML conversion dynamically using different options.

Posted in Aspose.Words Product Family | Tagged , ,

Convert JSON to Excel Worksheet in Python

MS Excel is a feature-rich program that lets you keep and organize data in tabular form. Moreover, it allows you to store the data in multiple worksheets. In addition to the data organization, you can perform sorting, graph plotting, mathematical computations and etc. JSON, on the other hand, is a widely used format to store and transmit the data in the form of key-value pairs. In certain cases, you may need to import data from JSON files to Excel worksheets programmatically. In accordance with that, this article covers how to convert JSON data to Excel XLSX/XLS using Python.

Posted in Aspose.Cells Product Family | Tagged , ,

Copy Content from a Word Document to Another in Java

While working with MS Word documents, you may need to copy the content from one document to another. Moreover, the clones of Word documents are also required in certain cases. To automate these operations, this article covers how to copy the content from one Word document to another in Java. Also, you will learn how to create a copy of a Word document programmatically.

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

Add Header and Footer in PowerPoint Presentations using C#

Header and footer in PowerPoint presentations are used to display additional information such as slide number, author, date, etc. In this article, you will learn how to add and manage the header and footer in PowerPoint PPTX/PPT presentations programmatically using C#.

Posted in Aspose.Slides Product Family | Tagged , ,

Convert PowerPoint PPTX/PPT to HTML in Android

PowerPoint to HTML conversion could be useful when you need to embed the presentations within your Android applications. You can convert each slide in the presentation into an HTML page. Accordingly, this article covers how to convert slides in PowerPoint PPTX or PPT to HTML in Android.

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

Convert PowerPoint PPTX/PPT to SVG in Android

PowerPoint to SVG conversion is often performed to display the presentations in Android applications. Various PowerPoint viewers also convert the presentations to SVG for slideshow. Accordingly, this article covers how to convert PowerPoint PPTX or PPT presentations to SVG files using Android.

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