GrapeCity.DioDocs.Pdf.ja 3.0.0.415-prerelease1

This is a prerelease version of GrapeCity.DioDocs.Pdf.ja.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package GrapeCity.DioDocs.Pdf.ja --version 3.0.0.415-prerelease1
NuGet\Install-Package GrapeCity.DioDocs.Pdf.ja -Version 3.0.0.415-prerelease1
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.Pdf.ja" Version="3.0.0.415-prerelease1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add GrapeCity.DioDocs.Pdf.ja --version 3.0.0.415-prerelease1
#r "nuget: GrapeCity.DioDocs.Pdf.ja, 3.0.0.415-prerelease1"
#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.Pdf.ja as a Cake Addin
#addin nuget:?package=GrapeCity.DioDocs.Pdf.ja&version=3.0.0.415-prerelease1&prerelease

// Install GrapeCity.DioDocs.Pdf.ja as a Cake Tool
#tool nuget:?package=GrapeCity.DioDocs.Pdf.ja&version=3.0.0.415-prerelease1&prerelease

DioDocs for Pdf に関する情報については、以下のリンク先をご参照ください。

製品情報 製品ヘルプ ライセンス手続き

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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated

# 2.2.0.316(DioDocs for PDF V2J SP2 HotFix)からの変更点:

## 機能の追加
- 新しい GrapeCity.DioDocs.Html.Ja パッケージを使用して HTML コンテンツをレンダリングする機能が追加されました。
- SaveAsImageOptions.Zoom プロパティが追加されました。PDF を画像として保存する際のズーム率を指定できます。
- SaveAsImageOptions.UseRenderingCache プロパティが追加されました。このプロパティを ture に設定するとレンダリングキャッシュが有効になり、レンダリング速度が向上します。
- GcPdfDocument.ImportFormDataFromCollection() メソッドが追加されました。このメソッドは、Web ページから送信されたフォームデータをインポートするときに特に便利です。
- AnnotationBase の外観状態を操作できるメソッドが追加されました。

## 不具合の修正
- PDF を結合してから保存しようとすると例外が発生することがある(文書番号:84553)
- PDF フォームにデータをインポートすると例外が発生する

## 仕様の変更
- CMap ファイルを GrapeCity.Documents.Pdf.Resources から GrapeCity.Documents.Pdf に移動しました。