Calculate Project Programmatically using C#

As a C# developer, you can easily set project calculation mode in .NET applications and calculate project properties. In this article, you will learn how to calculate a project programmatically using C#.
May 25, 2022 · Muzammil Khan

Create Graphs and Charts in PDF in Java

Graphs and charts are used to visually represent the data in PDF files. Furthermore, you can use them to graphically describe the flow of the activities or operations in a system such as flow charts. In this article, you will learn how to create graphs and charts in PDF files programmatically in Java. We will explicitly cover how to create different graphical objects in a PDF file.
May 24, 2022 · Usman Aziz

Recognize Text with OCR on DjVu Image in C#

The DjVu format is used to store scanned documents as they can include text, images, or drawings. It is used to archive data because this format is able to store the data using the minimum space. This article covers how to recognize text from DjVu images with OCR operations programmatically in C#.
May 24, 2022 · Farhan Raza

Convert USDZ to HTML in Java

USDZ files contain three-dimensional data and are continuously getting popular for different product presentations as well as other use cases. In certain scenarios, you may need to convert a USDZ file to an HTML webpage. Accordingly, this article discusses how to convert USDZ to HTML webpage in Java.
May 23, 2022 · Farhan Raza

Add Footnote Links and Role Reference Objects to XBRL using C#

You can easily create an XBRL instance document programmatically and add objects or elements such as Footnote Link, Role Reference, Arc Role Reference, etc. In this article, you will learn how to add footnote links and role reference objects to XBRL using C#.
May 22, 2022 · Muzammil Khan

Draw an Ellipse in C#

Vector graphics power modern UI design. With Aspose.Drawing for C#, you can quickly create precise ellipse shapes. This guide shows step‑by‑step ellipse drawing in C#.
May 21, 2022 · Farhan Raza

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.
May 21, 2022 · Farhan Raza

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 in C# .NET.
May 20, 2022 · Usman Aziz

Add Data from Database to PDF in C# .NET

Databases store critical information that applications often need to display. When generating PDFs programmatically, you may want to fill the document with this data. This guide demonstrates how to add database data to PDF files in C# using Aspose.PDF.
May 20, 2022 · Usman Aziz

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 · Muzammil Khan