English

Convert Type 1 to WOFF and WOFF2 in C#

Type 1 Fonts are very scalable, and can be displayed at any size without losing quality but can be slow to load, especially on older computers. In this article, you will learn how to convert Type 1 to WOFF and WOFF2 using C#.
July 3, 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 PFB to TTF in C#

The Printer Font Binary (PFB) font is Adobe’s Type 1 font. The Windows operating system uses Adobe Type 1 fonts stored in PFB files. In this article, you will learn how to convert PFB to TTF using C#.
November 24, 2022 · 3 min · Muzammil Khan

Convert EOT to TTF in C#

You can easily convert embedded Open Types (EOT) fonts to True Type Fonts (TTF) programmatically. In this article, you will learn how to convert EOT to TTF using C#.
September 23, 2022 · 3 min · Muzammil Khan