English

Load, Save or Merge SVG Images Programmatically in C#

SVG (Scalable Vector Graphics) is a vector image format for two-dimensional graphics. These images are based on XML format that enables you to traverse different nodes to edit or search the file contents easily. You can load, save or merge SVG image files programmatically in C#. Likewise, several other features related to SVG images allow your .NET based applications to process several supported file formats.
February 10, 2021 · 3 min · Farhan Raza

Convert OXPS or XPS to PDF Programmatically with Java

XPS is a fixed-document format often used to organize information for printing purposes. Likewise, OXPS files are also based on XML Paper Specifications. You can easily convert XPS or OXPS files to PDF documents programmatically using Java language.
February 9, 2021 · 3 min · Farhan Raza

Convert GIF Images to PDF using Java

Being the software and hardware-independent format, PDF gives an outstanding user experience as compared to other document formats. The consistent layout of PDF makes it a universal format. Therefore, in various scenarios, the documents or images are converted to PDF before they are shared or exchanged. In this article, you will learn how to convert animated GIF images to PDF using Java. Particularly, we will convert each frame in a GIF to an image in a PDF file.
February 9, 2021 · 3 min · Usman Aziz

Convert PowerPoint Files to HTML using C#

In various scenarios, MS PowerPoint presentations are converted into images or HTML files. For example, when you need to embed presentation slides on a webpage or display them within a desktop application. For such cases, this article provides you a step by step guide of how to convert PowerPoint PPT/PPTX files to HTML using C#. Furthermore, you will learn how to include or exclude the hidden slides of a presentation in the converted HTML.
February 9, 2021 · 2 min · Usman Aziz

Convert Excel to HTML using C++

Excel spreadsheets are useful in organizing, managing, and computing data. Similarly, HTML is useful for displaying content in the browser. Both formats are handy in their specific use cases. There might be cases where you have to show excel data on websites. In those cases, HTML would be the better format to use. To achieve this, you will have to convert the required Excel file to HTML. In light of this, we will learn how to convert Excel to HTML using C++.
February 6, 2021 · 3 min · Muhammad Ahmad

Convert PDF to SVG in C#: A Complete Guide

PDF has become one of the dominant file formats because of its cross-platform support. Due to the consistent layout of PDF documents across heterogeneous devices, people use to prefer the conversion of documents to PDF before sharing. However, in certain cases, PDFs need to be converted into another document format. PDF to SVG conversion is widely adopted to embed the content of PDF documents in webpages. Therefore, in this article, you will learn how to convert PDF files to SVG in C# .NET.
February 4, 2021 · 3 min · Usman Aziz

Find and Replace Text in OneNote (.ONE) File in Java

OneNote files can be used to organize different tasks. For example, planning your trips, some checklist, or brainstorming. Moreover, you may need to find or replace text in a OneNote Document sometimes.
February 3, 2021 · 2 min · Farhan Raza

Encrypt and Decrypt Excel Files using Java

MS Excel provides you with a wide range of features to keep and analyze the data seamlessly. You can perform computations, generate charts as well as define your custom logic using VBA modules. Knowing the importance of the data in spreadsheets, MS Excel allows you to protect the workbooks using encryption. Furthermore, you can password protect the Excel files to avoid unauthorized access. In accordance with that, this article covers how to encrypt/decrypt and password-protect Excel files using Java.
February 2, 2021 · 3 min · Usman Aziz

Convert PDF to SVG Format using C++

PDF is a widely used document format for exchanging documents between individuals and different organizations. It is a standard document format, but sometimes it is not the ideal format for the situation. Nowadays, a lot of people are consuming content on their mobile devices such as smartphones or tablets. In such cases, SVG is a good alternative. SVG can be scaled to different screen sizes without losing quality and is the most used format for websites. Webpages can also use CSS styling to display SVG content. For this purpose, you will need to convert the PDF files to SVG. In this article, you will learn how to convert PDF files to SVG format using C++.
February 1, 2021 · 3 min · Muhammad Ahmad

Create Charts in PowerPoint Presentations using C#

Charts are used to summarize and visually represent the data within the PowerPoint presentations. Therefore, PowerPoint provides a wide range of chart types to visualize the data. Among all, the most commonly used chart types include pie charts, line charts, bar charts, histograms, stock charts, and etc. In this article, you will learn how to create these popular types of charts in PowerPoint presentations using C#.
February 1, 2021 · 5 min · Usman Aziz