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 · 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 · 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 · Usman Aziz

Split HTML Webpage into Multiple Files Programmatically using C#

HTML files power websites and web apps, allowing rich text, images, charts, and diagrams. Large HTML pages can become cumbersome, especially when they contain extensive content. In many scenarios you’ll need to split HTML files into smaller, manageable pieces.
December 22, 2020 · Farhan Raza

Add or Modify VBA Macros in Excel Files using C#

VBA (Visual Basic for Applications) automates tasks in MS Excel spreadsheets. With VBA macros you can create custom functions to speed up repetitive work. This guide shows how to programmatically handle VBA macros in Excel files. By the end, you’ll be able to extract, add, and modify VBA macros in Excel workbooks using C#.
December 21, 2020 · 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 · Farhan Raza

Convert XPS to BMP, JPEG, PNG, and TIFF using Java

XPS (XML Paper Specifications) format was introduced by Microsoft that represents page layout. It uses XML tags to represent the appearance of the pages and the composition of the document. In this article, you will learn about the conversion of XPS documents to raster image formats programmatically. Particularly, the article will cover how to convert XPS to BMP, JPEG, PNG, and TIFF using Java.
December 18, 2020 · Usman Aziz

Convert FBX to Wavefront OBJ or PDF File Programmatically using C#

FBX file format is based on the object-based model which can store video as well as audio information. You can convert FBX to Wavefront OBJ or PDF file format using C#. Let us walk through some headings for an overview of FBX conversion.
December 17, 2020 · Farhan Raza

Convert PSD to PDF, JPG, PNG, GIF, BMP, and JPEG 2000 in Java

PSD format is used by Adobe Photoshop in order to save the data related to graphical designs. A PSD file may consist of single or multiple layers that collectively form the graphics. However, to view or embed the PSD images directly into your web or desktop applications is not feasible. In order to cope with this issue, you can convert the PSD document to PDF or raster image formats. In accordance with that, this article provides some simple ways of converting PSD files to PDF, PNG, JPEG, GIF, and other image formats using Java.
December 16, 2020 · Usman Aziz

Add and Remove Attachments in PDF using C#

The PDF format supports adding attachments to a PDF file similar to the email attachments. A PDF attachment could be of TXT, DOCX, XLSX, or any other document format. In this article, you will learn how to implement some basic PDF attachment manipulation features in your .NET applications. By the end of this article, you will be able to extract, add, or remove attachments in a PDF programmatically using C#.
December 15, 2020 · Usman Aziz