Font management CLI tools
Micro apps for font conversion and processing
CLI tools are versatile command-line applications that automate tasks and streamline workflows. They are simple and lightweight and offer efficiency through scripting, batch processing, and integration into automated systems.
Aspose.Font for .NET offers a CLI tool designed to make font conversion and manipulation easier. This tool enables users to convert font format through simple command-line commands. Use this tool to easily integrate font processing capabilities into your own existing workflows and applications.
To receive Aspose.Font CLI Tools:
- Open the NuGet package manager, and search for Aspose.Font and install according to the described installation information or just use the following link to learn more and install the tool.
You can also install the tools globally on your machine, by using the following command (the example is for the conversion tool):
Package Manager Console Command
dotnet tool install --global Aspose.Font.Convert
Aspose.Font.Convert Micro Application
Note: Aspose.Font CLI Tool is free to use, but Aspose.Font .NET requires a license. You can continue using the free converter or purchase a license to unlock the full capabilities of the .NET library.
The next code example demonstrates how to convert between ttf and woff2 fonts using Aspose.Font.Convert micro app.
Key Features:
- Supports TTF, WOFF, WOFF2, EOT, Type1 (PFA, PFB), and CFF as input formats.
- Supports TTF, WOFF, WOFF2, and SVG as output formats.
- Can be used via the command line or programmatically in C# code, compatible with .NET 6.0/7.0.
Example command-line usage for ttf to woff2 conversion
Aspose.Font.Convert --input input.ttf --output output.woff2 --format woff2