|
| 1 | +--- |
| 2 | +title: 2024 Q1 (version 2024.1.124) |
| 3 | +page_title: What is new in Q1 2024 for the Document Processing Libraries |
| 4 | +description: 2024 Q1 (version 2024.1.124) |
| 5 | +slug: release-notes-2024-q1 |
| 6 | +tags: q1, 2024, release, notes |
| 7 | +published: True |
| 8 | +position: 0 |
| 9 | +--- |
| 10 | +# 2024 Q1 (version 2024.1.124) |
| 11 | + |
| 12 | + |
| 13 | +## PdfProcessing |
| 14 | + |
| 15 | +|Type|Description| |
| 16 | +|----|----| |
| 17 | +||Exposed the IsBold property of FontBase.| |
| 18 | +||Added support for embedding ZUGFeRD invoices.| |
| 19 | +||Introduced support for embedding file streams.| |
| 20 | +||An unwanted Stopwatch is contained in the DocumentCatalog class. | |
| 21 | +||A NullReferenceException is thrown when getting the hash code of CFF font`s UnderlineThickness. | |
| 22 | +||A NullReferenceException is thrown on import because the value of the TransformMethod property is not obtained when Refence is set as an indirect reference. | |
| 23 | +||A NullReferenceException is thrown on export because the value of TransformMethod property is not obtained. | |
| 24 | +||A NotSupportedException is thrown when decoding a CalRgb ColorSpace image. | |
| 25 | +||Missing characters when exporting a document containing different font types but with the same name and properties. | |
| 26 | +||Import-export specific document with Type1Font mangles text. | |
| 27 | +||DrawTable is not setting the HasPendingContent property correctly. | |
| 28 | +||Some characters in Wingdings (or custom) font are exported with a different font. | |
| 29 | + |
| 30 | +## SpreadProcessing |
| 31 | + |
| 32 | +|Type|Description| |
| 33 | +|----|----| |
| 34 | +||The XlsxFormatProvider.Import method closes the stream passed to it as an argument.| |
| 35 | +||An InvalidOperationException is thrown: The axes are incorrectly paired exception on import.| |
| 36 | +||Left and Top-most borders are not rendered when exporting to PDF.| |
| 37 | + |
| 38 | +## WordsProcessing |
| 39 | + |
| 40 | +|Type|Description| |
| 41 | +|----|----| |
| 42 | +||Inline image surrounded by bookmarks is incorrectly measured when the document contains numbering fields..| |
| 43 | + |
| 44 | + |
| 45 | +## ZipLibrary |
| 46 | + |
| 47 | +|Type|Description| |
| 48 | +|----|----| |
| 49 | +||Added support for extraction of AES-encrypted archives.| |
| 50 | +||Changed GetCryptoProvider() method signature. It now accepts EncryptionSettingsBase instead of EncryptionSettings. | |
| 51 | +||Removed long-time obsoleted classes: CompressionType, ZipCompression, ZipInputStream, ZipOutputStream, ZipPackage, ZipPackageEntry. Use ZipArchive, CompressedStream, and ZipArchiveEntry instead. | |
0 commit comments