PUB files manipulation CLI tools

Micro apps for MS Publisher files conversion and processing

 

CLI tools (short from command-line) are applications that automate tasks and improve workflows. These instruments are simple and lightweight and offer efficiency through scripting, batch processing, and integration into automated systems.

Simplify PUB file conversion in your .NET projects with Aspose.PUB Micro Applications. This library provides high-level APIs for converting PUB documents to various formats, making integration a breeze.

To receive Aspose.PUB CLI Tools:

  • Open the NuGet package manager, and search for Aspose.PUB 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.PUB.Convert

Aspose.PUB.Convert Micro Application

Note: Aspose.PUB CLI Tool is free to use, but Aspose.PUB .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 pub files to pdf format using Aspose.PUB.Convert micro app.

Key Features:

  • Supports .pub as input format.
  • Supports PDF, JPEG/JPG, PNG, BMP, TIFF/TIF, GIF, DOC, DOCX, XLS, XLSX, CSV, PPTX, XPS, EPUB, TEX, MHTML, HTML, 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.PUB.Convert --input input.pub --output output.pdf --format pdf