GrapeCity.Documents.Html by GrapeCity, Inc.

<PackageReference Include="GrapeCity.Documents.Html" Version="3.1.0.508" />

 GrapeCity.Documents.Html 3.1.0.508

GrapeCity.Documents.Html (GcHtml) is a cross-platform library that provides HTML processing and rendering features to other GrapeCity.Documents packages (GcPdf, GcImaging).

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>GrapeCity.Documents.Html</id>
    <version>3.1.0.508</version>
    <title>GrapeCity Document Services HTML library</title>
    <authors>GrapeCity, Inc.</authors>
    <owners>GrapeCity, Inc.</owners>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <license type="file">LICENSE.txt</license>
    <licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
    <icon>icon.png</icon>
    <projectUrl>https://www.grapecity.com/documents-api-pdf/</projectUrl>
    <description>GrapeCity.Documents.Html (GcHtml) is a cross-platform library that provides HTML processing and rendering features to other GrapeCity.Documents packages (GcPdf, GcImaging).</description>
    <releaseNotes># Changes from version 3.0.0.420:

## Fixed
- GcHtmlRenderer works incorrectly with file URIs. (DOC-1808)

## Added
- Added static GcHtmlRenderer.SetGcPdfLicenseKey() and instance GcHtmlRenderer.ApplyGcPdfLicenseKey() methods. Up to five PDFs can be created without a license.
- Added static GcHtmlRenderer.SetGcImagingLicenseKey() and instance GcHtmlRenderer.ApplyGcImagingLicenseKey() methods. Up to five images can be created without a license.
- Added PdfSettings.TaggedPdf boolean property. It allows to generate tagged (accessible) PDF files from HTML.
- Added GcHtmlRenderer.AuthServerWhitelist property. It allows to authenticate the user with Integrated Authentication to an Intranet server or proxy without prompting the user for a username or password.
- Added GcHtmlRenderer.ProxyServer property. It allows to use a custom proxy configuration.
- Added authServerWhitelist and proxyServer parameters to DrawHtml() and MeasureHtml() extension methods.</releaseNotes>
    <copyright>(c) GrapeCity, Inc. All rights reserved.</copyright>
    <tags>GcDocs GrapeCity GcHtml HTML CSS PDF JPEG PNG netstandard netcore dotnetcore</tags>
    <dependencies>
      <group targetFramework=".NETFramework4.6.1">
        <dependency id="GrapeCity.Documents.Common" version="[3.1.0.508]" exclude="Build,Analyzers" />
        <dependency id="GrapeCity.Documents.Imaging" version="[3.1.0.508]" exclude="Build,Analyzers" />
        <dependency id="GrapeCity.Documents.Pdf" version="[3.1.0.508]" exclude="Build,Analyzers" />
      </group>
      <group targetFramework=".NETStandard2.0">
        <dependency id="GrapeCity.Documents.Common" version="[3.1.0.508]" exclude="Build,Analyzers" />
        <dependency id="GrapeCity.Documents.Imaging" version="[3.1.0.508]" exclude="Build,Analyzers" />
        <dependency id="GrapeCity.Documents.Pdf" version="[3.1.0.508]" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>