Search
Follow Us
Categories
- Success Stories(157)
Archives
Author Archives: Usman Aziz
Convert PDF to JPG Images in Java
PDF is among the widely opted file formats for printing and sharing digital documents. With a number of useful features, the PDF format allows you to create rich content having text, graphics, annotations, etc. However, you may need to convert the PDF files to image formats, e.g. JPG, in certain cases. To accomplish that programmatically, this article covers how to convert PDF to JPG images in Java.
Convert PDF Files to XML in Java
XML is a versatile markup language that is used for multiple purposes, such as data management, web, Office tools, documents, etc. Since XML is convenient to be processed by computer programs, the PDF documents are often converted into XML formats to get the structured representation of the content. The converted XML uses different tags to represent the PDF document. In this article, you will learn how to convert a PDF file to XML programmatically in Java.
Create MS Outlook Distribution Lists in Java
Email distribution lists make it possible to send emails to a group of people without writing individual email addresses. You can create a number of lists based on types of people such as official, social, etc. MS Outlook also allows you to make the distribution lists and often you may need to create such lists programmatically. So let's see how to create and read MS Outlook distribution lists programmatically in Java.
Convert Text to PNG, JPEG, or GIF Image in C#
In various cases, you have to convert the text into read-only formats such as images or PDFs. In a previous article, we covered how to convert the text in a TXT file to PDF. For text to image conversion from within .NET applications, this article shows how to convert a text to PNG, JPEG, or GIF image programmatically in C# .NET.
Convert Word DOC to PNG, JPEG, BMP, GIF, or TIFF in Java
In various cases, we need to display MS Word documents into our applications programmatically. One of the most convenient ways in such scenarios is the conversion from DOCX/DOC to image formats. To accomplish that, in this article, you will learn how to convert Word DOC or DOCX files to PNG, JPEG, BMP, GIF, or TIFF images in Java. Furthermore, we will cover how to control the Word to image conversion using different options.
Convert Text to PNG, JPEG, or GIF Image in Python
To make the text read-only, you often need to convert it to a PDF or some image format such as PNG. In a previous article, we demonstrated how to convert the text in a TXT file to a PDF in Python applications. Today, you will learn how to convert a text to a PNG, JPEG, or GIF image programmatically in Python.
Add or Update Hyperlinks in PDF using Java
PDF is a popular document format that provides cross-platform support with a range of features to create rich documents. Furthermore, it supports a variety of elements such as media, forms, annotations, artifacts, etc. Among these elements, the hyperlinks are used quite often to navigate within the PDF, from one PDF to another, to open a URL, etc. So in this article, you will learn how to add and update hyperlinks in PDF files programmatically in Java.
Create MS Outlook Tasks in Python
MS Outlook allows you to create to-do lists that are comprised of different tasks. Each task is an activity that is to be performed within a particular period of time. Thus, you can keep track of the tasks assigned to you. While automating MS Outlook operations, you may need to work with Outlook tasks. Accordingly, in this article, you will learn how to create MS Outlook tasks programmatically in Python.
Add or Remove JavaScript in PDF Files in Java
PDF is one of the widely used document formats because of its consistent layout across heterogeneous platforms. Furthermore, it can be displayed in desktop-based software applications as well as the web browsers at the same time. The support of web browsers make PDF files capable of running JavaScript. In this article, you will learn how to add or remove JavaScript in PDF files programmatically in Java.