Browse our Products

If so you can download any of the below versions for testing. The product will function as normal except for an evaluation limitation. At the time of purchase we provide a license file via email that will allow the product to work in its full capacity. If you would also like an evaluation license to test without any restrictions for 30 days, please follow the directions provided here.

 

Aspose.TeX for .Net 22.4

Download  Support Forum 

File Details

  • Downloads:
  • 1
  • File Size:
  • 67.9 MB
  • Posted By:
  • kolod
  • Views:
  • 5
  • Date Added:
  • : 5 days ago [4/6/2022]

File Details

Refactor the PS/EPS & XPS Support

Refactored the API to include the support for the PS (PostScript), EPS (Encapsulated PostScript), and XPS (XML Paper Specification) formats. The following C# code snippet works as LTX to XPS converter, i.e. convert LaTeX to XPS using API:

// Create conversion options instance.
...
// Initialize the options for saving in XPS format.
options.SaveOptions = new XpsSaveOptions(); // Default value. Arbitrary assignment.
// Run LaTeX to XPS conversion.
new TeXJob(Path.Combine(RunExamples.InputDirectory, "sample.ltx"), new XpsDevice(), options).Run();

Added the MathRenderer Type

This release offers the addition of a MathRenderer type, that implements the rendering of Math Formula.

For a complete list of features, enhancements, and bug fixes in this release please visit, Aspose.TeX for .NET 22.4 Release Notes.

 English