En

Convert PDF to JPG in Python

PDF files are everywhere in the form of documents, invoices, receipts, articles, and so on. It is one of the most convenient formats for printing and sharing the documents. In certain cases, you have to convert the PDF files to JPG images for generating thumbnails or embedding into your front end applications. To achieve that, this article covers how to convert pages in a PDF to JPG images programmatically in Python.
June 15, 2022 · 2 min · Usman Aziz

Convert Text to PDF using Java

As a Java developer, we can easily convert TXT files to PDF format programmatically in Java applications. In this article, you will learn how to convert Text to PDF using Java..
June 14, 2022 · 3 min · Muzammil Khan

Convert Text to PNG, JPEG, or GIF Image in Python

Text-to-image conversion is often required in various cases, such as, to make the text read-only. You can convert text to images such as PNG, JPG, GIF, etc. In this article, you will learn how to convert a text to a PNG, JPEG, or GIF image programmatically in Python
June 13, 2022 · 2 min · Usman Aziz

Convert PDF to TXT in Python

PDF is a well-known file format that provides a consistent layout of the document across heterogeneous platforms. It provides a bunch of features and elements to create rich text documents. However, in certain cases, e.g. to parse the text in the document, you have to convert PDF files to TXT format programmatically. To accomplish that, this article covers how to convert a PDF file to TXT format in Python.
June 10, 2022 · 2 min · Usman Aziz

Convert Text to PNG, JPEG, or GIF Image in Java

Text-to-image conversion is often required in various cases, such as, to make the text read-only. In a previous article, we wrote about how to convert the text in a TXT file to a PDF in Java. In this article, you will learn how to convert a text to a PNG, JPEG, or GIF image programmatically in Java.
June 6, 2022 · 2 min · Usman Aziz

Convert Word DOC to PNG, JPEG, BMP, GIF, or TIFF in C#

Often you need to embed the pages of an MS Word document into your application programmatically. One of the most commonly used methods for such cases is the conversion of Word documents to image formats. In this article, you will learn how to convert Word DOC or DOCX files to PNG, JPEG, BMP, GIF, or TIFF images using C# .NET. Furthermore, we will demonstrate how to control the Word to image conversion using different options.
June 2, 2022 · 3 min · Usman Aziz

Python MS Word Automation – Create, Edit, or Convert Word Documents using Python

As a Python developer, you can automate MS Word to create new Word documents, edit or modify the existing ones, parse or convert them into other formats without using Microsoft Office. In this article, you will learn how to automate MS Word to create, edit, parse or convert Word documents using Python.
May 31, 2022 · 5 min · Muzammil Khan

Create Barcode in Word Documents using C#

As a C# developer, you can easily generate and add barcode or QR code images to Word documents in .NET applications. In this article, you will learn how to create barcodes in Word documents programmatically using C#.
May 31, 2022 · 5 min · Muzammil Khan

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.
May 6, 2022 · 2 min · Usman Aziz

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.
May 2, 2022 · 3 min · Usman Aziz