Create Table in PDF Files using C# .NET

Tables are used to represent data in the form of rows and columns. It lets the readers go through the data quickly without reading a lot of text. When generating the PDF files programmatically, you may often come across the requirement of creating tables. In accordance with that, this article covers how to create a table in PDF files in C# .NET.
May 19, 2022 · Usman Aziz

Convert VSD or VSDX File to VTX in C#

Visio diagrams are popularly used to create flowcharts, floor maps, and other technical drawings. However, a VTX file is a 3D model used by 3D modeling and animation programs. Sometimes, you may need to convert a VSD or VSDX file to a VTX file. This article covers how to convert a VSD or VSDX format Visio diagram to a VTX file programmatically in C#.
May 19, 2022 · Farhan Raza

How to Replace Images in PDF Files using C#

Do you need to replace images in a PDF programmatically in C#? If yes, this article is going to provide you with a powerful and easy-to-code solution for replacing PDF images with high fidelity. You can easily use this solution to replace the confidential images in PDF files before sharing. So let’s see how to replace images in a PDF in C#.
May 18, 2022 · Usman Aziz

Render LaTeX Math Formulas and Equations in Java

As a Java programmer, you can write basic equations and mathematical formulas in the TEX file programmatically without using LaTeX. In this article, you will learn how to render equations and math formulas using Java.
May 18, 2022 · Muzammil Khan

Convert XHTML to PDF in Java

XHTML is a text-based file format with markup in the XML format. This format is widely used because of being generic and involves less scripting. Whereas, PDF files are fixed-layout format files that are popularly used because of being platform-independent. In certain cases, you may need to convert XHTML files to PDF format. In accordance with such use cases, this article demonstrates how to convert XHTML to PDF format in Java.
May 17, 2022 · Farhan Raza

Generate Thumbnails for PDF Files in C#

When embedding PDFs in web apps or building a PDF viewer, thumbnail images are essential. This guide shows how to generate PDF thumbnails in C# .NET—for a single page or all pages.
May 16, 2022 · Usman Aziz

Convert COLLADA to DWF or DWFX in C#

In some cases, you may need to create DWFX or DWF images to display the file contents in a picture. In accordance with such use cases, this article covers how to convert a COLLADA file to an DWF or DWFX image programmatically in C#.
May 15, 2022 · Denis Demenko

Convert DWF or DWFX to SVG in C#

DWF or DWFX files can contain design data and graphics in one or multiple drawings and sheet sets. Such files are often used to the design data for review or approval purposes. Whereas, SVG images are famous because of their scalability without affecting the quality of the image. In some use cases, you may need to convert a DWF or DWFX file to an SVG image. Accordingly, this article explains how to convert a DWF or DWFX file to an SVG image programmatically in C#.
May 14, 2022 · Farhan Raza

Add Barcode to PDF using C#

As a C# developer, you can add a machine-readable barcode image to a PDF document programmatically in .NET applications. In this article, you will learn how to add a barcode to PDF documents and read barcode from PDF using C#.
May 14, 2022 · Muzammil Khan

How to Rotate Text in PDF in C#: A Complete Guide

If you are generating PDF files programmatically, you may need to rotate PDF text at a specific angle. Changing the orientation and position of a text in a PDF could be tricky. However, the solution provided in this article has made rotating text in PDF using C# quite easy. So let’s dig down and check how to rotate text in a PDF in C#.
May 13, 2022 · Usman Aziz