This is a cross-platform library that provides HTML processing and rendering features to other GrapeCity.Documents packages (GrapeCity.Documents.Pdf, GrapeCity.Documents.Imaging).
$ dotnet add package GrapeCity.Documents.HtmlImportant update: as part of our product rebranding efforts, this 7.2.3 version is the last release using the old GrapeCity.Documents package naming. Starting with version 7.2.4 and onwards, the package will only be released using the new package names below and this GrapeCity.Documents package will be phased out.
It is highly recommended to update to these new packages as soon as you can. Transitioning to the new packages has been simplified through the Documents Migration tool, conveniently included in the product trial download zip files available for the respective products:
Please note that despite the adoption of new package names, the APIs, namespaces, and type names remain unchanged. You will not need to modify your code. Only the package names and DLL names have been changed, just requiring updates to the new package references.
Existing subscriptions will continue to receive the new package updates. If you have any questions or need any assistance with this update, please contact our support teams. Please find the nuget package links for new packages below:
Document Solutions HTML Library (DsHtml, formerly GcHtml) is a cross-platform library that provides HTML processing and rendering features to other server-side document APIs such as Document Solutions for PDF (DsPdf, formerly GcPdf) and Document Solutions for Imaging (DsImaging, formerly GcImaging).
To process HTML, DsHtml can either use Chrome or Edge installed on the current OS, or it can download Chromium from a public web site and use it. DsHtml does not depend on any platform-specific packages.
DsHtml is compatible with .NET 8, .NET 7, .NET 6, .NET Standard 2.x, .NET Framework 4.6.1 or higher.
All features are fully supported on Windows, macOS and Linux.