Skip to content

Commit 4381cc4

Browse files
committed
eliminate empty space
1 parent f2d4f0d commit 4381cc4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

release-notes/2024/release-notes-2024-q1.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,11 @@ position: 0
1212
## PdfProcessing
1313

1414
![new](../images/new.png)
15-
1615
* Exposed the IsBold property of FontBase.
1716
* Added support for embedding ZUGFeRD invoices.
1817
* Introduced support for embedding file streams.
1918

2019
![fixed](../images/fixed.png)
21-
2220
* An unwanted Stopwatch is contained in the DocumentCatalog class.
2321
* A NullReferenceException is thrown when getting the hash code of CFF font`s UnderlineThickness.
2422
* A NullReferenceException is thrown on import because the value of the TransformMethod property is not obtained when Refence is set as an indirect reference.
@@ -32,24 +30,20 @@ position: 0
3230
## SpreadProcessing
3331

3432
![fixed](../images/fixed.png)
35-
3633
* The XlsxFormatProvider.Import method closes the stream passed to it as an argument.
3734
* An InvalidOperationException is thrown: The axes are incorrectly paired exception on import.
3835
* Left and Top-most borders are not rendered when exporting to PDF.
3936

4037
## WordsProcessing
4138

4239
![fixed](../images/fixed.png)
43-
4440
* Inline image surrounded by bookmarks is incorrectly measured when the document contains numbering fields.
4541

4642
## ZipLibrary
4743

4844
![new](../images/new.png)
49-
5045
* Added support for extraction of AES-encrypted archives.
5146

5247
![changed](../images/changed.png)
53-
5448
* Changed GetCryptoProvider() method signature. It now accepts EncryptionSettingsBase instead of EncryptionSettings.
5549
* Removed long-time obsoleted classes: CompressionType, ZipCompression, ZipInputStream, ZipOutputStream, ZipPackage, ZipPackageEntry. Use ZipArchive, CompressedStream, and ZipArchiveEntry instead.

0 commit comments

Comments
 (0)