![]() |
VOOZH | about |
dotnet add package Aspose.TeX.Cpp --version 26.5.0
NuGet\Install-Package Aspose.TeX.Cpp -Version 26.5.0
<PackageReference Include="Aspose.TeX.Cpp" Version="26.5.0" />
<PackageVersion Include="Aspose.TeX.Cpp" Version="26.5.0" />Directory.Packages.props
<PackageReference Include="Aspose.TeX.Cpp" />Project file
paket add Aspose.TeX.Cpp --version 26.5.0
#r "nuget: Aspose.TeX.Cpp, 26.5.0"
#:package Aspose.TeX.Cpp@26.5.0
#addin nuget:?package=Aspose.TeX.Cpp&version=26.5.0Install as a Cake Addin
#tool nuget:?package=Aspose.TeX.Cpp&version=26.5.0Install as a Cake Tool
👁 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.
TeX
XPS, PDF, JPEG, PNG, TIFF, and BMP
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
TeX file and Convert to XPSYou 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 | Versions Compatible and additional computed target framework versions. |
|---|---|
| native | native native is compatible. |
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. |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 26.5.0 | 107 | 5/21/2026 |
| 26.4.0 | 286 | 4/28/2026 |
| 26.3.0 | 298 | 3/31/2026 |
| 26.1.0 | 390 | 1/29/2026 |
| 25.12.0 | 359 | 12/23/2025 |
| 25.11.0 | 550 | 11/30/2025 |
| 25.9.0 | 736 | 9/30/2025 |
| 25.8.0 | 427 | 8/18/2025 |
| 25.7.0 | 835 | 7/22/2025 |
| 25.5.0 | 549 | 5/21/2025 |
| 25.3.0 | 632 | 3/22/2025 |
| 25.2.0 | 868 | 2/18/2025 |
| 25.1.0 | 1,011 | 1/21/2025 |
| 24.12.0 | 1,182 | 12/16/2024 |
| 24.11.0 | 1,265 | 11/19/2024 |
| 24.10.0 | 1,333 | 10/17/2024 |
| 24.9.0 | 1,456 | 9/19/2024 |
| 24.8.0 | 2,189 | 8/22/2024 |
| 24.7.0 | 2,030 | 7/24/2024 |
| 24.6.0 | 2,368 | 6/20/2024 |