These code snippets will help you convert Type1 and Type3 fonts to TrueType (TTF). With Aspose.Page for .NET library, it is quick and simple to convert Type3 fonts, contained in PostScript (PS) files, and Type 1 fonts, contained in either PS, PFA, or PFB files, to TTF.
- How to convert Type1 fonts to TTF.
- How to convert Type3 fonts to TTF.
- Make sure Aspose.Page for .NET library is referenced in your project. If you are going to use our library in a non-Windows OS, you should reference or install with NuGet another version of Aspose.Page for .NET. This version of the library doesn't require System.Drawing.Common package of the .NET platform.
- Copy the necessary code snippet from here to your project.
- Download temporary license and set it up as it is shown here.
- Execute it.
In unlicensing mode, Aspose.Page for the .NET library doesn't allow conversion of fonts. Set up a valid temporary or paid license in order to use font conversion.
More about font conversion is in the tutorial Working with fonts chapter of the official documentation.
- Documentation – Aspose.Page for .NET
- Product page – Aspose.Page for .NET
- Free Support Forum – Aspose.Page
- Blog – Aspose.Page Product Family
- API Reference – Aspose.Page for .NET
- NuGet Package for Windows – Aspose.Page for .NET
- NuGet Package for non-Windows OS – Aspose.Page for .NET
- .NET 6.0+, .NET Core, or .NET Framework
- Aspose.Page for .NET library