Aspose.TeX.Cpp 22.6.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Aspose.TeX.Cpp --version 22.6.0
NuGet\Install-Package Aspose.TeX.Cpp -Version 22.6.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="22.6.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Aspose.TeX.Cpp --version 22.6.0
#r "nuget: Aspose.TeX.Cpp, 22.6.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.
// Install Aspose.TeX.Cpp as a Cake Addin
#addin nuget:?package=Aspose.TeX.Cpp&version=22.6.0

// Install Aspose.TeX.Cpp as a Cake Tool
#tool nuget:?package=Aspose.TeX.Cpp&version=22.6.0

C++ API to TypeSet TeX Files

Version 22.6.0 Nuget

banner

Product Page | Docs | Demos | API Reference | Examples | Blog | Search | 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)
  • 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.

// ExStart:TakeInputFromFileSystem-WriteOutputToFileSystem-WriteTerminalOutputToConsole
// 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.TerminalOut = new OutputMemoryTerminal();
// Run typesetting.
Aspose::TeX::TeX::Typeset(u"hello-world", System::MakeObject<XpsDevice>(), options);

// For further output to look write.
options->get_TerminalOut()->get_Writer()->WriteLine();

// The same as Console.Out.WriteLine();
// ExEnd:TakeInputFromFileSystem-WriteOutputToFileSystem-WriteTerminalOutputToConsole

Product Page | Docs | Demos | API Reference | Examples | Blog | Search | 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
24.2.0 654 2/16/2024
24.1.0 436 1/25/2024
23.12.0 1,075 12/21/2023
23.11.0 1,192 11/19/2023
23.10.0 1,510 10/27/2023
23.9.0 1,549 9/26/2023
23.8.0 1,927 8/15/2023
23.7.0 1,911 7/19/2023
23.6.0 2,123 6/22/2023
23.5.0 1,545 5/23/2023
23.4.0 2,052 4/14/2023
23.3.0 2,682 3/29/2023
23.2.0 2,901 2/22/2023
23.1.0 2,911 1/26/2023
22.12.0 3,099 12/21/2022
22.11.0 3,580 11/17/2022
22.10.0 3,638 10/21/2022
22.9.0 3,711 9/26/2022
22.8.0 4,207 8/31/2022
22.7.0 4,446 7/21/2022
22.6.0 4,471 6/23/2022
22.5.0 3,954 5/25/2022
22.4.0 4,279 4/22/2022
22.3.0 4,330 3/30/2022
22.2.0 4,454 2/19/2022
22.1.0 775 1/21/2022
21.12.0 2,665 12/17/2021
21.11.0 8,575 11/25/2021
21.9.0 7,400 9/22/2021
21.8.0 3,024 8/27/2021
21.5.0 7,483 5/14/2021