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

// Install GrapeCity.DioDocs.Pdf.ja as a Cake Tool
#tool nuget:?package=GrapeCity.DioDocs.Pdf.ja&version=3.2.0.554-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

# 3.1.0.513 からの変更点:

## 重大な変更
- FoundPosition.Boundsプロパティの型がQuadrilateralからQuadrilateral[]に変更されました。

## 機能の追加
- テキストの段落を抽出する機能がサポートされました(ITextParagraphインターフェースを参照)。この機能のために、ITextMapおよびITextLineインターフェースに Paragraphsプロパティが追加されました。
- FontEmbedMode列挙体にEmbedSubsetNoFormsが追加されました。これにより、静的コンテンツのためのフォントのサブセットは埋め込むが、フォームフィールドのためのフォントは埋め込まないように指定できるようになりました。
- TextAnnotatonクラスにStateプロパティとStateModelプロパティが追加されました。
- GcPdfDocument.ImageOptionsにImageFormatプロパティが追加されました。画像を保存する際に使用するフォーマットを指定することができます。
- GcPdfDocument.Load(Stream, byte[])メソッドと、StandardSecurityHandler.UserPasswordBytesおよびStandardSecurityHandler.OwnerPasswordBytesプロパティが追加されました。これらのメソッドとプロパティにより、任意のエンコーディングを使用してパスワード文字列を変換することができるようになりました。
- フォントのサブセットのサポートを強化するため、FontHandlerクラスにUtf32CodeSetおよびFontSubsetFlagsプロパティが追加されました。
- GcPdfDocument.FormEmbedUtf32CodeSetプロパティが追加されました。AcroFormsで使用されるフォントの埋め込みサブセットにどのUnicode文字を含めるかを指定することができます。
- GrapeCity.Documents.Pdf.Util.GcGraphicsExtクラスが追加され、特定のPDF要素(PDFページ全体やAcroFormフィールドなど)をGcGraphics上に描画することを可能にする拡張メソッドがご利用いただけるようになりました。
- 注釈が複数のページから参照できるようになりました。この処理のために、該当の注釈を参照しているページのリストを取得することができる、AnnotationBase.Pagesプロパティを追加しました。
- 複数のオーバーロードされたメソッドPage.AdjustCoordinates()が追加されました。ページ回転やその他の変換を考慮して、指定した座標をPDFスペースに変換します。これらの方法は、注釈を配置するときなどに使用します。

## 不具合の修正
- フォームフィールドのテキストを変更したとき、一部の文字が表示されない(文書番号:83729)
- PDFを画像として保存した際、適切な代替フォントが選択されない(文書番号:85725)
- 特定のPDFを読み込んで文字や線を追加すると例外が発生する場合がある(文書番号:85798)
- 特定のPDFを読み込みGetTextメソッドを実行すると例外が発生する場合がある(文書番号:85875)
- ドロップキャップを含む段落がGetTextメソッドにて正しくテキスト抽出されない(文書番号:85876)

## その他の変更
- 名前が重複したAcroFormフィールドを含む既存のPDFをGcPdfDocumentに読み込めるようになりました。なお、重複する名前のフィールドを新たに追加しようとすると、エラーが発生することに注意してください。
- GcPdfDocument.MergeWithDocument()メソッドのoptionsパラメータの指定が任意になりました。
- GcPdfDocument.FindText()メソッドのsearchRangeパラメータの指定が任意になりました。
- PDFを画像として保存する際のフォールバックフォントの扱いを改善しました。