GrapeCity.DioDocs.Pdf.ja 4.2.0.717-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 4.2.0.717-prerelease1
NuGet\Install-Package GrapeCity.DioDocs.Pdf.ja -Version 4.2.0.717-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="4.2.0.717-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 4.2.0.717-prerelease1
#r "nuget: GrapeCity.DioDocs.Pdf.ja, 4.2.0.717-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=4.2.0.717-prerelease1&prerelease

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

DioDocs for PDF(GcPdf)は、PDF ドキュメントを作成、分析、変更できるクロスプラットフォームライブラリです。Adobe PDF 仕様に厳密に従ったオブジェクトモデルを持ち、PDF 形式のさまざまな機能に直接アクセスできるように設計されています。さらに、DioDocs for PDF には、プラットフォームに依存しない強力なフォント処理/テキストレイアウトエンジンなど、さまざまなハイレベルな機能が含まれており、PDF ドキュメントを簡単かつ便利に作成できます。

DioDocs for PDF のオンラインサンプルブラウザが https://demo.grapecity.com/diodocs/pdf に用意されています。

DioDocs for PDF を使用するには、開発ライセンス、もしくは30日間利用可能なトライアル版ライセンスのいずれかが必要です。いずれのライセンスも適用されない場合、一部の機能が制限されます。ライセンスの手続き方法についてはライセンスのページを参照してください。

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

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

# 4.1.0.662(DioDocs for PDF V4J SP1 HotFix)からの変更点:

## 機能の追加
- StandardSecurityHandlerRev6クラスが追加されました。AES256を使用するリビジョン6にてPDFドキュメントを暗号化できます。
- PDF出力インテントがサポートされました。これに伴い、GcPdfDocument.OutputIntentsプロパティ、OutputIntentクラスおよびICCProfileクラスが追加されました。
- レイヤーがサポートされました。これに伴い、GcPdfDocument.OptionalContentプロパティおよびGrapeCity.Documents.Pdf.Layers名前空間が追加されました。
- ブレンドモードがサポートされました。これに伴い、GcPdfGraphics.BlendModeプロパティおよびGcPdfGraphics.IsBlendModeSupported()メソッドが追加されました。

## 変更
- 次のGcPdfGraphicsの拡張メソッドは、GrapeCity.Documents.Pdf.Util名前空間からGrapeCity.Documents.Pdf名前空間に移動しました:DrawPdfPage、DrawCheckBox、DrawComboBox、DrawCombTextBox、DrawListBox、DrawPushButton、DrawImage、DrawUnsignedSignature、DrawTextBox、DrawPdfLine
- PDFレンダリング時に埋め込まれていないフォントの検索動作を改善しました。埋め込まれていないフォントを検索する際、GcPdfDocument.FontCollection内のすべてのフォントが考慮されるようになりました。

## 不具合の修正
- HTMLをPDFに描画するときDefaultBackgroundColorにTransparentを設定するとdiv要素のサイズが小さくなる(文書番号:4402983266191)
- Type0フォントを使用したPDFを画像形式で保存すると、半角スペースが削除され文字列が詰めて出力される(文書番号:4403847335823)
- フォントが埋め込まれていないPDFを画像形式で保存すると、半角文字が全角文字に変換される(文書番号:4403847403279)