English

Convert PFB to TTF in Java

Printer Font Binary (PFB) is a Type 1 font developed by Adobe. Type 1 fonts stored in PFB files were used by Windows. In this article, you will learn how to convert PFB to TTF using Java.
July 5, 2023 · 3 min · Muzammil Khan

Convert WOFF2 to TTF - Free Online Converter

WOFF2 is a newer and more efficient format, designed specifically for web use, while TTF is an older format that is widely supported across different platforms. Learn how to convert WOFF2 to TTF with our free online Font converter
February 27, 2023 · 4 min · Muzammil Khan

Convert EOT to TTF in Java

Are you working with Java and need to convert EOT to TTF? Don’t worry, it’s not as complicated as it sounds. In this article, we’ll walk you through the steps to easily convert EOT to TTF programmatically.
October 24, 2022 · 3 min · Muzammil Khan

Convert WOFF to TTF in Java

As a Java developer, you can easily convert Web fonts (WOFF or WOFF2) to True Type Fonts (TTF) programmatically. In this article, you will learn how to convert WOFF or WOFF2 to TTF using Java.
July 15, 2022 · 3 min · Muzammil Khan

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