Browse our Products Toggle navigation
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.
If you experience errors, when you try to download a file, make sure your network policies (enforced by your company or ISP) allow downloading ZIP and/or MSI files.
Refactorisation de l’API pour inclure la prise en charge des formats PS (PostScript), EPS (Encapsulated PostScript) et XPS (XML Paper Specification). L’extrait de code C# suivant fonctionne comme un convertisseur LTX vers XPS, c’est-à-dire convertit LaTeX en XPS à l’aide de l’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();
MathRenderer
Cette version offre l’ajout d’un type MathRenderer, qui implémente le rendu de Math Formula.
Pour une liste complète des fonctionnalités, améliorations et corrections de bogues de cette version, veuillez consulter Aspose.TeX for .NET 22.4 Release Notes.