Added support for extraction of AES-encrypted archives.
Changed GetCryptoProvider() method signature. It now accepts EncryptionSettingsBase instead of EncryptionSettings.
Removed long-time obsoleted classes: CompressionType, ZipCompression, ZipInputStream, ZipOutputStream, ZipPackage, ZipPackageEntry. Use ZipArchive, CompressedStream, and ZipArchiveEntry instead.
수정사항
PdfProcessing
Fixed issue where an unwanted Stopwatch is contained in the DocumentCatalog class.
Fixed issue where a NullReferenceException was thrown when getting the hash code of CFF font's UnderlineThickness.
Fixed issue where a NullReferenceException was thrown on import because the value of the TransformMethod property was not obtained when Reference was set as an indirect reference.
Fixed issue where a NullReferenceException was thrown on export because the value of TransformMethod property was not obtained.
Fixed issue where a NotSupportedException was thrown when decoding a CalRgb ColorSpace image.
Fixed issue of missing characters when exporting a document containing different font types but with the same name and properties.
Fixed issue where import/export of a specific document with Type1Font mangled text.
Fixed issue where DrawTable was not setting the HasPendingContent property correctly.
Fixed issue where some characters in Wingdings (or custom) font were exported with a different font.
SpreadProcessing
Fixed issue where the XlsxFormatProvider.Import method closed the stream passed to it as an argument.
Fixed issue where an InvalidOperationException was thrown: The axes are incorrectly paired exception on import.
Fixed issue where Left and Top-most borders were not rendered when exporting to PDF.
WordsProcessing
Fixed issue where inline image surrounded by bookmarks was incorrectly measured when the document contained numbering fields.