Aspose.TeX.Cpp 25.8.0

Prefix Reserved
dotnet add package Aspose.TeX.Cpp --version 25.8.0
                    
NuGet\Install-Package Aspose.TeX.Cpp -Version 25.8.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Aspose.TeX.Cpp" Version="25.8.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Aspose.TeX.Cpp" Version="25.8.0" />
                    
Directory.Packages.props
<PackageReference Include="Aspose.TeX.Cpp" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Aspose.TeX.Cpp --version 25.8.0
                    
#r "nuget: Aspose.TeX.Cpp, 25.8.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package [email protected]
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Aspose.TeX.Cpp&version=25.8.0
                    
Install as a Cake Addin
#tool nuget:?package=Aspose.TeX.Cpp&version=25.8.0
                    
Install as a Cake Tool

C++ API to TypeSet TeX Files

Nuget Nuget

alternate text is missing from this package README image

Home | Product Page | Docs | Demos | API Reference | Examples | Blog | Free Support | Temporary License

Aspose.TeX for C++ is a library that provides a TeX engine extension called ObjectTeX. It can be used to typeset documents described by TeX files. �Object� means that intermediary typesetting result is a specific object model which then can be uniformly converted into a number of end formats.

TypeSetting File Processing Features

  • Typesetting of TeX files
  • Create custom TeX formats
  • Provide input data in various ways
  • Fetch output data in various ways

Supported Input Formats

TeX

Save TeX As

XPS, PDF, JPEG, PNG, TIFF, and BMP

Supported Embedded Fonts for Typesetting

cmbsy10, cmbx10, cmbx5, cmbx6, cmbx7, cmbx8, cmbx9, cmcsc10, cmdunh10, cmex10, cmmi10, cmmi5, cmmi6, cmm7, cmmi8, cmmi9, cmmib10, cmr10, cmr5, cmr6, cmr7, cmr8, cmr9, cmsl10, cmsl8, cmsl9, cmsltt10, cmss10, cmssbx10, cmssi10, cmssq8, cmssqi8, cmsy10, cmsy5, cmsy6, cmsy7, cmsy8, cmsy9, cmti10, cmti7, cmti8, cmti9, cmtt10, cmtt8, cmtt9, cmu10

Supported Platforms

  • Microsoft Windows desktop 32-bit (7, 8, 10)
  • Server operating systems (2008, 2012), etc.
  • Linux systems (Ubuntu-16.04 or later)
  • MacOS systems
  • Microsoft Visual Studio 2015 or later

Use C++ to Read a TeX file and Convert to XPS

You can execute the below code snippet to see how Aspose.TeX API performs against your own samples or check the GitHub Repository for other common usage scenarios.

// Create typesetting options for default ObjectTeX format on ObjectTeX engine extension.
System::SharedPtr<TeXOptions> options = TeXOptions::ConsoleAppOptions(TeXConfig::ObjectTeX());

// Specify a file system working directory for input.
options->set_InputWorkingDirectory(System::MakeObject<InputFileSystemDirectory>(RunExamples::InputDirectory));

// Specify a file system working directory for output.
options->set_OutputWorkingDirectory(System::MakeObject<OutputFileSystemDirectory>(RunExamples::OutputDirectory));

// Specify console as output terminal.
options->set_TerminalOut(System::MakeObject<OutputConsoleTerminal>());

// Default. No need to specify.
// Specify memory stream as output terminal, if you don't terminal output to be written to console.
//options->set_TerminalOut(System::MakeObject<OutputMemoryTerminal>());

// Run typesetting.
System::MakeObject<Aspose::TeX::TeXJob>(u"hello-world", System::MakeObject<XpsDevice>(), options)->Run();

Home | Product Page | Docs | Demos | API Reference | Examples | Blog | Free Support | Temporary License

Product Compatible and additional computed target framework versions.
native native is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Aspose.TeX.Cpp:

Package Downloads
Aspose.Total.Cpp

Aspose.Total for C++ is a complete package of C++ libraries specifically designed to create, manipulate and convert popular file formats from Microsoft Office and PDF without requiring Office or Adobe Automation. C++ API package also includes a specialized library to generate and recognize barcode labels from images with advanced features to customize the barcode generation and recognition process.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
25.8.0 12 8/18/2025
25.7.0 498 7/22/2025
25.5.0 276 5/21/2025
25.3.0 373 3/22/2025
25.2.0 671 2/18/2025
25.1.0 799 1/21/2025
24.12.0 976 12/16/2024
24.11.0 1,053 11/19/2024
24.10.0 1,140 10/17/2024
24.9.0 1,269 9/19/2024
24.8.0 1,960 8/22/2024
24.7.0 1,824 7/24/2024
24.6.0 2,113 6/20/2024
24.5.0 2,394 5/24/2024
24.4.0 2,678 4/25/2024
24.2.0 5,094 2/16/2024
24.1.0 3,050 1/25/2024
23.12.0 3,559 12/21/2023
23.11.0 3,760 11/19/2023
23.10.0 4,239 10/27/2023
23.9.0 4,052 9/26/2023
23.8.0 4,645 8/15/2023
23.7.0 4,567 7/19/2023
23.6.0 4,695 6/22/2023
23.5.0 3,552 5/23/2023
23.4.0 4,114 4/14/2023
23.3.0 4,424 3/29/2023
23.2.0 4,939 2/22/2023
23.1.0 4,863 1/26/2023
22.12.0 4,793 12/21/2022
22.11.0 5,526 11/17/2022
22.10.0 5,570 10/21/2022
22.9.0 5,604 9/26/2022
22.8.0 6,146 8/31/2022
22.7.0 6,428 7/21/2022
22.6.0 6,236 6/23/2022
22.5.0 5,561 5/25/2022
22.4.0 6,254 4/22/2022
22.3.0 6,280 3/30/2022
22.2.0 6,202 2/19/2022
22.1.0 907 1/21/2022
21.12.0 4,482 12/17/2021
21.11.0 11,410 11/25/2021
21.9.0 10,375 9/22/2021
21.8.0 4,919 8/27/2021
21.5.0 11,232 5/14/2021