English

Insert Gradient, Grid, or Transparent Objects in XPS File with C++

XPS files can be used to display a lot of visual information. They support text, images, object transparency, grids, gradients, and many other features. You can add gradients, grids, and transparent objects in XPS files as per your requirements. In this article, we will be exploring these features in detail, along with different examples and use cases.
December 30, 2020 · 3 min · Farhan Raza

Create PowerPoint Presentations using C++

MS PowerPoint is a feature-rich application that lets you create attractive presentations having text, graphics, animations, charts, and several other elements. In this post, you will learn how to implement the basic PowerPoint automation features within the C++ applications. Particularly, you will come to know how to create PowerPoint presentations and add text, images, charts, and tables to the slides using C++.
December 29, 2020 · 5 min · Usman Aziz

Insert Text or Image in XPS File Programmatically using C++

You can create, edit, or manipulate XPS files easily. Moreover, you can control the contents and their position as per your requirements. You can insert an image or text in XPS files programmatically using C++ language.
December 29, 2020 · 3 min · Farhan Raza

Convert Excel Files to HTML using Java

Excel spreadsheets allow you to store and well organize the data in tabular form. You can perform computations as well as generate different types of graphs and charts in order to analyze the data. However, in various scenarios, you may need to carry out Excel to HTML conversion to convert worksheets to HTML pages. For example, when embedding the content of the spreadsheets into web pages. In accordance with that, this article aims to cover how to convert Excel XLSX files to HTML programmatically using Java.
December 28, 2020 · 3 min · Usman Aziz

Add or Remove Shapes in PowerPoint Slides using C#

Shapes are a fine way of making your PowerPoint presentations more elaborative and appealing. PowerPoint provides a wide range of shapes that you can add to your presentation slides i.e. ellipses, lines, rectangles, connectors, and so on. In order to automate this feature, this article covers how to add, clone, and remove shapes in PowerPoint slides programmatically using C#.
December 24, 2020 · 4 min · Usman Aziz

Convert PLT to PDF or JPEG Image Programmatically in C#

PLT is a vector-based format used for plotter machines. However, only a few applications support this format so you might need to convert to more compatible formats as per your requirements. You can convert PLT files to PDF, PNG, or JPEG images with few quick and simple steps.
December 24, 2020 · 3 min · Farhan Raza

C# Tutorial: How to Find and Replace Text in PDF Files

The find and replace option makes it possible to replace a particular piece of text in a document in one go. This way, you do not have to locate and update each occurrence of the text in the whole document manually. This article even goes one step further and covers how to automate the find and replace text feature in PDF documents. Particularly, you will learn how to find and replace text in a PDF in C# .NET. We will also demonstrate how to replace text in a particular page, or a page region using C#.
December 22, 2020 · 4 min · Usman Aziz

Split HTML Webpage into Multiple Files Programmatically using C#

HTML files are usually used to display information on websites or web applications. It is actually a mark-up text which lets you format the text as well. Sometimes HTML files are quite big because they might contain a lot of data including text, images, charts, diagrams, and many other contents. You may need to split HTML files under different requirements or use cases.
December 22, 2020 · 2 min · Farhan Raza

Add or Modify VBA Macros in Excel Files using C#

VBA (Visual Basic for Applications) is a programming language that is used in MS Excel files in order to automate the spreadsheets related operations. VBA macros are used to write user-defined functions that let you speed up the tasks you have to perform manually. In this article, you will learn how to work with VBA macros in MS Excel files programmatically. By the end of this article, you will be able to extract, add, and modify VBA macros in Excel workbooks using C#.
December 21, 2020 · 3 min · Usman Aziz

Convert AI to PSD, PDF, JPEG, or PNG Image Format in Java

Adobe Illustrator files can be used to transform ideas into reality. However, this file format is not widely supported by many applications. So you might need to convert AI files to different raster images and other file formats. You can easily and quickly convert the AI files to PSD, PNG, JPEG, or a PDF file in your Java applications.
December 19, 2020 · 3 min · Farhan Raza