Monthly Archives: June 2021

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 , ,

Create SVG Image File Programmatically using C#

Scalable Vector Graphics (SVG) images are popular for their scalability. They are frequently used over the web for displaying visual information. In this article, you will learn how to create an SVG image file programmatically using C#. The following sections cover different use cases.

Posted in Aspose.SVG Product Family | Tagged

Convert DOCX to DOC or DOC to DOCX using C++

Microsoft Word documents are available in two formats, DOC and DOCX. DOC is an older format, and DOCX is its successor. You can convert DOCX files to DOC format and vice-versa. In this article, you will learn how to convert a DOCX file to DOC format and a DOC file to DOCX format. You will also see how to perform these conversions in bulk.

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 , ,

Convert PUB to HTML webpage Programmatically using C#

In different scenarios, you can need to convert Microsoft Publisher (PUB) files to an HTML webpage. You may customize the output HTML file with different properties as per your requirements. In this article, you will learn how to convert a PUB file to an HTML webpage in HTML5 or XHTML format programmatically using C#.

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

Convert Images to PDF Format using C++

PDF is a popular format that many organizations use for sharing documents over the internet. You might find yourself in situations where you need to create a PDF file from images of scanned documents or invoices. In light of this, this article will teach you how to convert images to PDF format using C++.

Posted in Aspose.PDF 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 , ,