Skip to content

Commit f754083

Browse files
Merge pull request #453 from telerik/dess-release-notes-q3-2024
Create release-notes-2024-3-731.md
2 parents e80c0c4 + 4d9dd90 commit f754083

File tree

1 file changed

+82
-0
lines changed

1 file changed

+82
-0
lines changed
Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
---
2+
title: Version 2024.3.731 (2024 Q3)
3+
page_title: What is new in 2024.3.731 (2024 Q3) for the Document Processing Libraries
4+
description: 2024.3.731 (2024 Q3)
5+
slug: release-notes-2024-3-731
6+
tags: 2024.3.731,2024,Q3
7+
published: True
8+
position: 0
9+
---
10+
11+
12+
# 2024.3.731 (2024 Q3)
13+
14+
15+
## PdfProcessing
16+
17+
18+
![new](../images/new.png)
19+
20+
* Introduced support for annotations of type StrikeOut.
21+
* Introduced support for annotations of type Stamp.
22+
* Introduced support for annotations of type Popup.
23+
* Introduced support for annotations of type Text.
24+
* Introduced support for annotations of type Highlight.
25+
* Introduced SVG to FormSource conversion.
26+
* Introduced support for annotations of type Line.
27+
* Added SVG element in a RadFixedPage so that it can be exported to PDF via the RadPdfProcessing library.
28+
* Handle documents with mismatched font Subtype and FontFile type.
29+
* Introduced support for Strikethrough text property.
30+
* Introduced support for Dotted, Dashed, and DashSmallGap borders.
31+
* Added System.Formats.Asn1 to address CVE-2024-38095 (CVSS 7.5) in System.Security.Cryptography.Pcks.
32+
33+
![fixed](../images/fixed.png)
34+
35+
* Some documents are not displayed correctly when changing the culture to Right to Left in the .NET 5 or later project.
36+
* An invalid annotation position leads to missing content.
37+
* SkiaImageFormatProvider: Text is exported with a wrong position.
38+
* SkiaImageFormatProvider: Darker and lower quality image export on macOS.
39+
* An InvalidCastException is thrown when importing a PDF document with embedded files.
40+
* The page content is broken when exporting a document and inversing a non-invertible concat matrix.
41+
* The text is not displayed when CFF Private DICT has leading zeroes.
42+
* Missing text content is caused by a handled OverflowException while parsing Type1 font file.
43+
44+
## SpreadProcessing
45+
46+
47+
![new](../images/new.png)
48+
49+
* Introduced support for SVG images.
50+
* Handle importing and reading cached formula value when the formula contains external references.
51+
52+
![fixed](../images/fixed.png)
53+
54+
* An InvalidOperationException is thrown when importing a specific document.
55+
* Incorrect calculation of UsedCellRange when conditional formatting is applied to a large cell range.
56+
* A FormatException is thrown when getting the formatted cell value as a string using the H format.
57+
* CellValueFormat comes out incorrect on export when it contains a specific sequence.
58+
* An ArgumentNullException is thrown when importing documents containing comments with no DateTime.
59+
* Wrong sheet name appears in the exception message when adding sheet with an already existing name.
60+
61+
## WordsProcessing
62+
63+
64+
![new](../images/new.png)
65+
66+
* Introduced support for SVG images.
67+
* Introduced support for exporting text with a strikethrough to PDF.
68+
69+
![fixed](../images/fixed.png)
70+
71+
* A NullReferenceException is thrown when exporting a document with a field spanning multiple paragraphs inside a list to PDF.
72+
* PageField does not respect StartingPageNumber.
73+
* RtfFormatProvider: Indentation for bullets and numbering changes on export.
74+
* Inserting a Content Control in some cases is not added to the model.
75+
* Import from HTML doesn't apply style from class names in CSS.
76+
* A FileNotFoundException is thrown when using HtmlFormatProvider.Import.
77+
* DocFormatProvider: EndOfStreamException when importing a document with a specific image.
78+
* Replace doesn't match the text when it contains a BookmarkRangeStart/End objects.
79+
* The numbered list marker font is not properly exported to PDF.
80+
* List indent is not correct when exported to PDF.
81+
* Incorrect calculation of indentation occurs when a paragraph in the list has applied local indent, and the list style defines indent.
82+
* The hanging indent is not respected when exporting paragraphs with tabs to PDF.

0 commit comments

Comments
 (0)