Yearly Archives: 2022

Using System.Drawing in Blazor WebAssembly App in C#

Blazor framework is widely used to build interactive and reusable web UI in web technologies. Moreover, Blazor WebAssembly apps execute directly in the browser on a WebAssembly-based .NET runtime. This article covers how to use System.Drawing library in a Blazor WebAssembly app.

Posted in Aspose.Drawing Product Family | Tagged , , ,

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 experience for those who use assistive technologies and screen readers. In a previous post, we covered creating PDF files within a .NET application. In this article, we will demonstrate how to create tagged PDF files programmatically in C# .NET.

Posted in Aspose.PDF Product Family | Tagged , , ,

Add Data from Database to PDF 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 applications. When generating PDF files programmatically, one may need to populate the document with the data in database. To accomplish that in .NET applications, this article shows how to add data from database to PDF files in C#.

Posted in Aspose.PDF Product Family | Tagged , , ,

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.

Posted in Aspose.Font Product Family | Tagged , , , , , , ,

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 tables in PDF files in C# .NET.

Posted in Aspose.PDF Product Family | Tagged , , , ,

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#.

Posted in Aspose.Diagram Product Family | Tagged , , ,

Replace Images in PDF Files in C# .NET

PDF format is widely adopted to automatically generate the documents such as invoices, reports, articles, etc. In certain cases, you have to replace the images in the PDF documents, such as to hide the confidential content. To accomplish that programmatically, this article covers how to replace images in PDF documents in C# .NET.

Posted in Aspose.PDF Product Family | Tagged , ,

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.

Posted in Aspose.TeX Product Family | Tagged , , , , , , ,

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.

Posted in Aspose.HTML Product Family | Tagged , ,

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.

Posted in Aspose.PDF Product Family | Tagged , , ,