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.
La gestion améliorée des tables de substitution de glyphes conduit désormais à un rendu plus précis des polices contenant des tables de substitution complexes.
Mise à jour de l’algorithme de normalisation des documents conformément à la dernière documentation.
Amélioration des performances de l’algorithme d’analyse d’entité.
Amélioration des performances de l’algorithme de positionnement de texte bidirectionnel (BiDi).
La conversion HTML en PNG s’est faite par exception. Maintenant, ce problème a été résolu et le convertisseur HTML vers PNG fonctionne correctement. Voici un exemple de code C# pour convertir le format HTML au format PNG via l’API :
// For complete examples and data files, please go to https://github.com/aspose-html/Aspose.HTML-for-.NET // The path to the documents directory string dataDir = RunExamples.GetDataDir_Data(); // Source HTML document HTMLDocument htmlDocument = new HTMLDocument(dataDir + "input.html"); // Initialize ImageSaveOptions ImageSaveOptions options = new ImageSaveOptions(ImageFormat.Png); // Output file path string outputFile = dataDir + "HTMLtoPNG_Output.png"; // Convert HTML to PNG Converter.ConvertHTML(htmlDocument, options, outputFile);
Pour une liste complète des fonctionnalités, améliorations et corrections de bogues de cette version, veuillez consulter Aspose.HTML for .NET 22.4 Release Notes.