Version 2024.1.124 (2024 Q1)
PdfProcessing

-
Exposed the
IsBoldproperty ofFontBase. -
Added support for embedding ZUGFeRD invoices.
-
Introduced support for embedding file streams.

-
An unwanted
Stopwatchis contained in theDocumentCatalogclass. -
A
NullReferenceExceptionis thrown when getting the hash code of a CFF font'sUnderlineThickness. -
A
NullReferenceExceptionis thrown on import because the value of theTransformMethodproperty is not obtained whenReferenceis set as an indirect reference. -
A
NullReferenceExceptionis thrown on export because the value of theTransformMethodproperty is not obtained. -
A
NotSupportedExceptionis thrown when decoding aCalRgbColorSpaceimage. -
Missing characters when exporting a document containing different font types but with the same name and properties.
-
Import-export of a specific document with
Type1Fontmangles text. -
DrawTableis not setting theHasPendingContentproperty correctly. -
Some characters in Wingdings (or custom) font are exported with a different font.
SpreadProcessing

- The
XlsxFormatProvider.Importmethod closes the stream passed to it as an argument. - An
InvalidOperationExceptionis thrown: The axes are incorrectly paired exception on import. - Left and top-most borders are not rendered when exporting to PDF.
WordsProcessing

- Inline image surrounded by bookmarks is incorrectly measured when the document contains numbering fields.
ZipLibrary

-
Added support for extraction of AES-encrypted archives.

-
Changed the
GetCryptoProvider()method signature. It now acceptsEncryptionSettingsBaseinstead ofEncryptionSettings. -
Removed long-time obsoleted classes:
CompressionType,ZipCompression,ZipInputStream,ZipOutputStream,ZipPackage,ZipPackageEntry. UseZipArchive,CompressedStream, andZipArchiveEntryinstead.