Create Tagged PDF Files in C# .NET
A tagged PDF file is a type of PDF that uses tags to define the logical structure of the content in the document. It is used to enhance the reading… Read More »Create Tagged PDF Files in C# .NET
A tagged PDF file is a type of PDF that uses tags to define the logical structure of the content in the document. It is used to enhance the reading… Read More »Create Tagged PDF Files in C# .NET
Databases are almost everywhere to store and manage the data. It is a common practice of the programmers to retrieve the data from the databases and load it into the… Read More »Add Data from Database to PDF in C# .NET
WOFF (Web Open Font Format) is basically a TTF (True Type Font) but it contains format-specific compression and additional XML metadata. WOFF2 is an extended version of WOFF. It offers… Read More »Convert TTF to WOFF and WOFF2 using Java
Tables are used to represent data in the form of rows and columns. A table lets the readers go through the data quickly without reading a lot of text. When… Read More »Create Table in PDF Files using C# .NET
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,… Read More »Convert VSD or VSDX File to VTX in 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… Read More »How to Replace Images in PDF Files using C#
We can embed formulas and mathematical equations in the TeX file. LaTeX uses the TeX file as a source document that contains a set of commands. These commands specify the… Read More »Render LaTeX Math Formulas and Equations 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… Read More »Convert XHTML to PDF in Java
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,… Read More »Generate Thumbnails for PDF Files in C#
COLLADA files are CAD drawings containing 2D or 3D data. In some cases, you may need to create DWFX or DWF images to display the file contents in a picture.… Read More »Convert COLLADA to DWF or DWFX in C#