ホーム / ニュース / GrapeCity Documents for PDF 3.1.0.518
GrapeCity Documents for PDF 3.1.0.518
パスワード文字列を任意にエンコードする機能を追加
6月 22, 2020
新バージョン
機能
Added GcPdfDocument.Load(Stream, byte[]) method and StandardSecurityHandler.UserPasswordBytes and StandardSecurityHandler.OwnerPasswordBytes properties. These allow you to use arbitrary encoding to convert a password string.
不具合の修正
In certain PDF forms, some or all fields may not be present in the AcroForm entry in the document, which breaks the code that uses the AcroForm.Fields collection. Now the fields are added to that collection when such a PDF is loaded into GcPdfDocument.
In some situations a GcImaging license exception occurs when the Redact() method is called multiple times.
Exception occurs when drawing on the graphics created from an empty page of a loaded PDF.
Exception occurs when redacting certain PDFs.
Exception occurs when calling the GcPdfDocument.GetImages() method on some PDFs.
Unnecessary warnings are added to GcPdfDocument.ParserLog.