GrapeCity.DioDocs.Html.ja
6.0.2
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
<PackageReference Include="GrapeCity.DioDocs.Html.ja" Version="6.0.2" />
paket add GrapeCity.DioDocs.Html.ja --version 6.0.2
#r "nuget: GrapeCity.DioDocs.Html.ja, 6.0.2"
// 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 | Versions 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. |
-
.NETFramework 4.6.1
- GrapeCity.DioDocs.Imaging.ja (= 6.0.2)
- GrapeCity.DioDocs.Pdf.ja (= 6.0.2)
- Newtonsoft.Json (>= 13.0.1)
-
.NETStandard 2.0
- GrapeCity.DioDocs.Imaging.ja (= 6.0.2)
- GrapeCity.DioDocs.Pdf.ja (= 6.0.2)
- Newtonsoft.Json (>= 13.0.1)
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.2.2 | 85 | 10/22/2024 |
7.1.3 | 101 | 7/16/2024 |
7.0.3 | 154 | 3/5/2024 |
6.2.2 | 275 | 9/26/2023 |
6.1.3 | 220 | 6/21/2023 |
6.0.2 | 2,097 | 2/7/2023 |
5.2.0.800 | 498 | 9/27/2022 |
5.1.0.793 | 468 | 6/26/2022 |
5.1.0.791 | 1,027 | 5/24/2022 |
5.0.0.767 | 469 | 2/8/2022 |
4.2.0.726 | 341 | 11/19/2021 |
4.2.0.717 | 348 | 9/28/2021 |
4.1.0.662 | 392 | 6/22/2021 |
4.1.0.660 | 334 | 5/25/2021 |
4.0.0.625 | 333 | 2/15/2021 |
3.2.0.554 | 526 | 9/15/2020 |
3.1.0.513 | 513 | 5/19/2020 |
3.0.0.415 | 538 | 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 をレンダリングするための拡張メソッドを提供します。