Search
Follow Us
Categories
- Success Stories(157)
Archives
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.
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.
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.
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 create SVG
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.
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.
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#.
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++.
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.