Aspose.TeX
22.12.0
See the version list below for details.
dotnet add package Aspose.TeX --version 22.12.0
NuGet\Install-Package Aspose.TeX -Version 22.12.0
<PackageReference Include="Aspose.TeX" Version="22.12.0" />
paket add Aspose.TeX --version 22.12.0
#r "nuget: Aspose.TeX, 22.12.0"
// Install Aspose.TeX as a Cake Addin
#addin nuget:?package=Aspose.TeX&version=22.12.0
// Install Aspose.TeX as a Cake Tool
#tool nuget:?package=Aspose.TeX&version=22.12.0
.NET API to TypeSet TeX Files
Product Page | Docs | Demos | API Reference | Examples | Blog | Search | Free Support | Temporary License
Aspose.TeX for .NET 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
You can use Aspose.TeX for .NET to build any type of a 32-bit or 64-bit .NET application including ASP.NET, WCF, WinForms, WPF, etc.
Use C# to Obtain Typeset Document from XPS
Device
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.
TeXOptions options = TeXOptions.ConsoleAppOptions(TeXConfig.ObjectTeX());
options.JobName = "sample2-1";
options.InputWorkingDirectory = new InputFileSystemDirectory(_inputDirectory);
options.OutputWorkingDirectory = new OutputFileSystemDirectory(_outputDirectory);
options.TerminalOut = new OutputFileTerminal(options.OutputWorkingDirectory);
using(Stream stream = File.Open(Path.Combine(_outputDirectory, options.JobName + ".xps"), FileMode.Create))
TeX.Typeset("hello-world", new XpsDevice(stream), options);
options.TerminalOut.Writer.WriteLine();
Product Page | Docs | Demos | API Reference | Examples | Blog | Search | Free Support | Temporary License
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net20 net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Aspose.TeX:
Package | Downloads |
---|---|
Aspose.Total
Aspose.Total for .NET is the most complete package of all .NET file format APIs offered by Aspose. It empowers developers to create, edit, render, print and convert between a wide range of popular document formats within any .NET, C#, ASP.NET and VB.NET applications. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
23.2.0 | 2,435 | 2/21/2023 |
22.12.0 | 4,862 | 12/17/2022 |
22.11.0 | 3,618 | 11/15/2022 |
22.10.0 | 4,509 | 10/19/2022 |
22.8.0 | 10,365 | 8/25/2022 |
22.6.0 | 10,654 | 6/16/2022 |
22.4.0 | 9,630 | 4/6/2022 |
22.3.0 | 11,434 | 3/23/2022 |
22.2.0 | 4,590 | 2/8/2022 |
21.11.0 | 9,669 | 11/11/2021 |
21.9.0 | 10,576 | 9/20/2021 |
21.8.0 | 7,774 | 8/26/2021 |
21.3.0 | 26,020 | 3/30/2021 |