English

Merge PowerPoint Presentations using Java

In this post, you will learn how to merge PowerPoint PPTX presentations using Java. MS PowerPoint presentations are widely used to create interactive slide shows related to business, education, and other domains. In particular cases, you may need to merge multiple presentations into a single file programmatically. In accordance with that, this post provides you some simple ways of merging PowerPoint presentations from within the Java applications.
December 9, 2020 · 3 min · Usman Aziz

Convert HTML Webpage to Word File (DOCX/DOC) using C#

HTML files are frequently used to create, edit, or communicate a lot of information. Likewise, Microsoft Word files including DOCX and DOC are also famous because of their different features. You can convert HTML webpage files to word files, DOCX or DOC, in C#.
December 9, 2020 · 3 min · Farhan Raza

Find and Replace Text in Excel Spreadsheets using Java

In this post, you will learn how to find and replace text in MS Excel spreadsheets programmatically in Java. In various scenarios, MS Excel spreadsheets consist of a huge amount of data that may spread in multiple sheets. For such cases, the find and replace option could help you minimize the efforts required to update all the occurrences of a particular piece of text. Let’s check out how to automate this option when dealing with a large number of spreadsheets from within the Java applications.
December 8, 2020 · 3 min · Usman Aziz

Convert HTML to Markdown or Markdown to HTML in C#

Markdown is a mark-up language with simple symbols that denote heading, bold, italic, underline, and much more. It is simple to learn and write so mostly online documentation and readme files are written using the markdown. You can convert Markdown to HTML Webpage easily with a few quick steps. Likewise, HTML to Markdown conversion is also a useful feature that we will be exploring here using C# language.
December 8, 2020 · 4 min · Farhan Raza

Extract Text from PDF using Java

In this post, you will learn how to extract text from PDF documents seamlessly using Java. Text extraction could be useful in various scenarios such as text analysis, information retrieval, document parsing, and so on. Since PDF is one of the most widely used digital documents, the use cases of text extraction from PDF documents are more in number. So let’s begin and check how to perform PDF text extraction from within Java applications.
December 7, 2020 · 3 min · Usman Aziz

Create MS PowerPoint Presentations in C#

MS PowerPoint presentations allow you to create slide shows containing text, images, charts, animations, and other elements. Various additional formatting options let you make your presentations more appealing. In this post, you will come to know how to create such presentations programmatically. You will learn how to create PPTX presentations having text, tables, images, and charts using C#.
December 4, 2020 · 5 min · Usman Aziz

Convert SVG to PDF or XPS Programmatically using C#

Scalable Vector Graphics, SVG, file format is used to display two-dimensional images, usually in for the web. You can convert SVG to PDF or XPS programmatically using C# or VB.NET. XPS and PDF file formats are widely supported and utilized by different systems. In this article, we will be covering the SVG to PDF and SVG to XPS conversion features with examples.
December 4, 2020 · 3 min · Farhan Raza

Create PDF Files using C# - .NET PDF API

This article covers the basic implementation of PDF automation within .NET applications. Ultimately, you will learn how to create PDF files and insert text, images, tables, and other components using C#.
December 2, 2020 · 5 min · Usman Aziz

Create MS Visio VSDX Diagrams using C#

MS Visio is a popular application that lets you create a wide range of diagrams such as flowcharts, data flow diagrams, business process models and etc. VSDX is the file format that MS Visio uses to store the diagrams. In order to automate VSDX manipulation, this article provides you a basic tutorial of how to create VSDX diagrams from scratch in C#. Furthermore, it covers how to insert pages, shapes, and text in the VSDX diagrams from within .NET applications.
December 1, 2020 · 4 min · Usman Aziz

Convert PUB to PDF in Java

Microsoft Publisher is used to create flyers, brochures, pamphlets, or banners in PUB format. In this blog post, we will learn how to convert a PUB file to a PDF format easily using the Java language.
December 1, 2020 · 2 min · Farhan Raza