English

Create KML File or Read its Features Programmatically using C#

KML is abbreviated for Keyhole Markup Language which is extended from XML. It is a GIS file format and is used to display geographical information. You can create KML files programmatically, as well as read information from them using C# language.
January 18, 2021 · 3 min · Farhan Raza

Split a PDF File using Java

There could be various cases when you need to split a PDF into multiple PDF files. For example, you may have to split each page of the PDF containing invoices/receipts and save them as separate files. On the other hand, you may want to split a particular collection of pages from a PDF file. In order to deal with the above-mentioned scenarios, this article covers how to split a PDF file into multiple PDFs programmatically using Java.
January 15, 2021 · 3 min · Usman Aziz

Encrypt and Decrypt Excel Files using C#

MS Excel provides an encryption mechanism to protect the data in the spreadsheets from unauthorized users. Along with applying encryption, you can specify the password that is required to open the Excel files. This article covers how to perform the encryption of Excel files from within .NET applications. Particularly, you will learn how to encrypt and decrypt the Excel files using C#.
January 14, 2021 · 3 min · Usman Aziz

Convert PUB to PDF in C#

PUB files are frequently used to publish data on a large scale. In this article, we will learn how to convert PUB to PDF in C#.
January 13, 2021 · 2 min · Farhan Raza

Find and Replace Text in Word Documents using C++

Find and replace is a useful feature provided by MS Word that lets you update all occurrences of a particular text at once. Thus, you do not have to locate and replace the text in the whole document manually. In this article, you will learn how to find and replace text in Word documents from within C++ applications. This could be useful when you need to replace a particular text in a number of documents in one go.
January 12, 2021 · 3 min · Usman Aziz

Convert HTML to JPG, PNG, TIFF, or BMP Image in Java

HTML is frequently used to display data and information over web pages, web applications, and different platforms. You may need to convert HTML to an image like JPG, PNG, TIFF, BMP, etc. You can perform the conversion programmatically using Java language in your Java-based applications. Moreover, the API takes care of rendering HTML to image and you do not need to worry about underlying details of the file formats. Simply use the API calls and the HTML file will be rendered nicely.
January 11, 2021 · 3 min · Farhan Raza

Protect and Unprotect Excel Files in Java

Excel files are used to store small as well as large-sized data in the form of rows and columns. Along with data storage, you can perform other operations such as computations and data analysis using graphs and charts. Since data is worth being protected, MS Excel allows you to protect the Excel files. This article covers how to automate the protection of MS Excel files programmatically. Particularly, you will learn how to protect and unprotect Excel files using Java.
January 11, 2021 · 3 min · Usman Aziz

Convert PowerPoint PPT to HTML in Java

PowerPoint PPTX/PPT to HTML conversion could be useful when you need to embed the presentations within your web pages. Since PowerPoint files can not be displayed directly within web applications, you can adopt PowerPoint to HTML conversion for creating slide shows. Accordingly, this article covers how to convert slides in PowerPoint presentations to HTML using Java.
January 9, 2021 · 2 min · Usman Aziz

Convert EML and MSG Emails to PDF in C#

There could be various scenarios when you need to embed the content of the emails within your web or desktop applications. In such cases, you can convert the email messages into a format that can easily be embedded and displayed. One of the possible solutions is email to PDF conversion. This article provides a step by step guide and code sample of how to convert an email message to PDF using C#.
January 7, 2021 · 3 min · Usman Aziz

Watermark PDF File in C#: A Complete Guide for Developers

Learn how to add and remove a watermark to your PDF in C#. Watermark your PDF files in a few easy steps using the powerful C# PDF watermarking library.
January 7, 2021 · 4 min · Farhan Raza