English

Convert Word Documents to PDF using C#

MS Word and PDF documents are among the popular document formats used by almost every business and industry. Due to their extensive usage, there has been a huge requirement to convert these formats into each other. In this article, we will learn how to convert MS Word documents of DOC/DOCX format into PDF format using C#. Additionally, we will see how to transform specific pages of any password-protected Word document using C# with .NET API for document conversion.
· Shoaib Khan · 3 min

Extract Images from PDF Documents using C#

Portable Document Format (PDF) is a popular and widely used document format developed by Adobe. PDF documents can contain a variety of content including formatted text, images, annotations, form fields, etc. Parsing PDF documents programmatically is a popular use case and there are multiple ways of extracting the text. However, extracting images from a PDF document is a complex task. This article demonstrates how easily you can extract images from PDF documents programmatically in C#.
· Shoaib Khan · 2 min

Merge Excel Files and Spreadsheets in Java

Two and more spreadsheets are often required to get merged. In order to combine Excel files in large numbers or merge them within your application, you can write just a few lines of Java code. This article discusses ways how you can merge Excel files and spreadsheets into a single one in Java. Further, it also shows how to join specific sheets from different files.
· Shoaib Khan · 3 min

Extract Images from PDF Documents in Java

PDF, being one of the most popular file formats is in use by almost every business and industry. PDF documents can contain diverse content including formatted text, images, annotations, etc. It is often required to extract the content from the PDF files. Here in this article, we will discuss how to programmatically extract images from PDF documents in Java.
· Shoaib Khan · 2 min

Merge Excel Files and Spreadsheets using C#

Merging data from two spreadsheet files is not a difficult task in Excel but what about if you have to combine files in large numbers? Don’t think to do it manually, just automate it. Combining two or more spreadsheets into a single one is just a job of a few lines of code. This article discusses ways how to merge Excel files and spreadsheets into a single one using C#. Further, it will also show how you can join specific sheets of different files using a similar C# code.
· Shoaib Khan · 3 min

Merge PowerPoint Presentations & Slides in Java

Joining multiple presentations into a single one is now just a task of few lines of code. This article discusses different ways how to merge multiple PowerPoint presentations into a single one in Java. Furthermore, it will show how you can merge specific slides of two or more presentations using a similar java source code.
· Shoaib Khan · 3 min

Merge PowerPoint Presentations & Slides using C#

Combining two or more presentations into a single one is just a few lines of code away. This article discusses different ways how to merge multiple PowerPoint presentations into a single one using C#. Further, it will also show how you can join specific slides of different presentations using a similar C# code.
· Shoaib Khan · 3 min

Convert Word to Markdown in Java

The support of markdown files by word processing editors has increased its usage at a large scale. Hence the conversion of existing text content into markdown format is often demanded. This article discusses how to programmatically convert Word documents into markdown files in Java.
· Shoaib Khan · 2 min

Convert Word to Markdown using C#

Word-processing documents are present in almost every device in this digital world. Similarly, almost every word processing editor started supporting the markdown format. The continuous increase of MD files as the webpages increases the transformation of Word content into websites using markdown format. This article discusses how to programmatically convert Word documents into markdown files using C#.
· Shoaib Khan · 2 min

Extract Text from Markdown Files in Java

Developers often have requirements to extract text from various documents. We have already discussed extracting ZIP archives, counting words in documents, extracting images from eBooks, and a few other parsing ways. Today, in this article, you will learn how to parse and extract text from the Markdown files in Java.
· Shoaib Khan · 2 min