GrapeCity.DioDocs.Html.ja 6.0.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package GrapeCity.DioDocs.Html.ja --version 6.0.2
NuGet\Install-Package GrapeCity.DioDocs.Html.ja -Version 6.0.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="GrapeCity.DioDocs.Html.ja" Version="6.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add GrapeCity.DioDocs.Html.ja --version 6.0.2
#r "nuget: GrapeCity.DioDocs.Html.ja, 6.0.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install GrapeCity.DioDocs.Html.ja as a Cake Addin
#addin nuget:?package=GrapeCity.DioDocs.Html.ja&version=6.0.2

// Install GrapeCity.DioDocs.Html.ja as a Cake Tool
#tool nuget:?package=GrapeCity.DioDocs.Html.ja&version=6.0.2

DioDocs for HTML(GcHtml)は、他の DioDocs パッケージ(GcPdf など)に HTML 処理およびレンダリング機能を提供するクロスプラットフォームライブラリです。

【本パッケージは日本語版製品です。】

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
7.0.3 102 3/5/2024
6.2.2 222 9/26/2023
6.1.3 192 6/21/2023
6.0.2 1,346 2/7/2023
5.2.0.800 467 9/27/2022
5.1.0.793 443 6/26/2022
5.1.0.791 1,002 5/24/2022
5.0.0.767 444 2/8/2022
4.2.0.726 315 11/19/2021
4.2.0.717 323 9/28/2021
4.1.0.662 364 6/22/2021
4.1.0.660 308 5/25/2021
4.0.0.625 311 2/15/2021
3.2.0.554 499 9/15/2020
3.1.0.513 484 5/19/2020
3.0.0.415 512 12/17/2019

# 5.2.0.800 からの変更点:

## 重大な変更
- 独自にビルドした Chormium を使用するのではなく、現在の OS にインストールされている Chrome または Edge を使用するか、公開 Web サイトから Chromium をダウンロードして使用するように変更になりました。
- システム固有のパッケージである GrapeCity.DioDocs.Html.Windows.X64.ja、GrapeCity.DioDocs.Html.Linux.X64.ja、GrapeCity.DioDocs.Html.Mac.X64.ja は不要になりました。
- GrapeCity.Documents.Html 名前空間にある GcHtmlRenderer クラスおよびその他いくつかのクラスおよびメソッドは、旧形式としてマークされるようになりました。

## 機能の追加
- GcHtmlBrowser クラスを追加しました。Chromium ベースのヘッドレスブラウザの実行中のインスタンスを表します。
- BrowserFetcher クラスを追加しました。Chromium ベースのブラウザをダウンロードし、バージョンを管理します。
- HtmlPage クラスを追加しました。GcHtmlBrowser インスタンス内のページを表します。
- LaunchOptions クラスを追加しました。ブラウザを起動するためのオプションを表します。
- PageOptions クラスを追加しました。ブラウザでページを作成し、指定された Uri にナビゲートするためのオプションを表します。
- TimeoutOptions クラスを追加しました。ブラウザの様々な操作の最大継続時間を指定します。
- PdfOptions クラスを追加しました。PDF に HTML をレンダリングするための出力設定を表します。
- ImageOptions クラスおよび派生した PngOptions/JpegOptions/WebpOptions クラスを追加しました。画像に HTML をレンダリングするための出力設定を表します。
- GcPdfGraphicsExt クラスを追加しました。GcPdfGraphics に HTML をレンダリングするための拡張メソッドを提供します。
- GcBitmapGraphicsExt クラスを追加しました。GcBitmapGraphics に HTML をレンダリングするための拡張メソッドを提供します。