English

Convert TTF to WOFF and WOFF2 using Java

As a Java developer, you can easily convert true-type fonts into Web fonts programmatically in Java applications. In this article, you will learn how to convert TTF to WOFF and WOFF2 using Java.
May 19, 2022 · 3 min · Muzammil Khan

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 · 4 min · 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 · 2 min · 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 · 2 min · 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 · 6 min · 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 · 2 min · Farhan Raza

Generate Thumbnails for PDF Files in C#

You may often need to generate thumbnails while embedding the PDF documents into a web application. Also, thumbnails of pages are required when creating a PDF viewer. For such scenarios, this article covers how to generate thumbnails of a PDF file programmatically in C# .NET. We will explicitly cover how to create a thumbnail of a particular page or all the pages in a PDF file.
May 16, 2022 · 3 min · 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 · 2 min · 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 · 2 min · 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 · 5 min · Muzammil Khan