Aspose.TeX.Cpp
22.10.0
See the version list below for details.
dotnet add package Aspose.TeX.Cpp --version 22.10.0
NuGet\Install-Package Aspose.TeX.Cpp -Version 22.10.0
<PackageReference Include="Aspose.TeX.Cpp" Version="22.10.0" />
paket add Aspose.TeX.Cpp --version 22.10.0
#r "nuget: Aspose.TeX.Cpp, 22.10.0"
// Install Aspose.TeX.Cpp as a Cake Addin #addin nuget:?package=Aspose.TeX.Cpp&version=22.10.0 // Install Aspose.TeX.Cpp as a Cake Tool #tool nuget:?package=Aspose.TeX.Cpp&version=22.10.0
C++ API to TypeSet TeX Files
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 | Versions Compatible and additional computed target framework versions. |
---|---|
native | native is compatible. |
-
- CodePorting.Translator.Cs2Cpp.Framework (>= 22.10.0)
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.10.0 | 436 | 10/17/2024 |
24.9.0 | 693 | 9/19/2024 |
24.8.0 | 1,276 | 8/22/2024 |
24.7.0 | 1,184 | 7/24/2024 |
24.6.0 | 1,490 | 6/20/2024 |
24.5.0 | 1,813 | 5/24/2024 |
24.4.0 | 2,058 | 4/25/2024 |
24.2.0 | 4,080 | 2/16/2024 |
24.1.0 | 2,506 | 1/25/2024 |
23.12.0 | 2,997 | 12/21/2023 |
23.11.0 | 3,302 | 11/19/2023 |
23.10.0 | 3,766 | 10/27/2023 |
23.9.0 | 3,560 | 9/26/2023 |
23.8.0 | 4,096 | 8/15/2023 |
23.7.0 | 4,060 | 7/19/2023 |
23.6.0 | 4,157 | 6/22/2023 |
23.5.0 | 2,993 | 5/23/2023 |
23.4.0 | 3,495 | 4/14/2023 |
23.3.0 | 3,924 | 3/29/2023 |
23.2.0 | 4,395 | 2/22/2023 |
23.1.0 | 4,305 | 1/26/2023 |
22.12.0 | 4,321 | 12/21/2022 |
22.11.0 | 5,117 | 11/17/2022 |
22.10.0 | 5,028 | 10/21/2022 |
22.9.0 | 4,988 | 9/26/2022 |
22.8.0 | 5,553 | 8/31/2022 |
22.7.0 | 5,867 | 7/21/2022 |
22.6.0 | 5,695 | 6/23/2022 |
22.5.0 | 5,018 | 5/25/2022 |
22.4.0 | 5,603 | 4/22/2022 |
22.3.0 | 5,755 | 3/30/2022 |
22.2.0 | 5,641 | 2/19/2022 |
22.1.0 | 817 | 1/21/2022 |
21.12.0 | 3,997 | 12/17/2021 |
21.11.0 | 10,643 | 11/25/2021 |
21.9.0 | 9,549 | 9/22/2021 |
21.8.0 | 4,347 | 8/27/2021 |
21.5.0 | 10,278 | 5/14/2021 |