Skip to content

Commit cb19280

Browse files
committed
Create release-notes-2024-1-305 .md
1 parent 78524f3 commit cb19280

File tree

1 file changed

+65
-0
lines changed

1 file changed

+65
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
---
2+
title: 2024.1.305 (2024 Q1)
3+
page_title: What is new in 2024.1.305 (2024 Q1) for the Document Processing Libraries
4+
description: 2024.1.305 (2024 Q1)
5+
slug: release-notes-2024-1-305
6+
tags: 2024.1.305,2024,Q1
7+
published: True
8+
position: 0
9+
---
10+
11+
12+
# 2024.1.305 (2024 Q1)
13+
14+
15+
## PdfProcessing
16+
17+
18+
![new](../images/new.png)
19+
20+
* Introduced support for fonts that use simulated bold and italic forms.
21+
22+
![fixed](../images/fixed.png)
23+
24+
* Wrong glyph measurement results in overlapping text.
25+
* A strange symbol is added as a name when embedding a file with an empty string as its name argument.
26+
* A NullReferenceException is thrown when importing a document with embedded files.
27+
* A NullReferenceException is thrown when importing a document with a signature and parsing the linejoin operator.
28+
* А NullReferenceException is thrown when importing and then exporting a document containing Type1Font with a missing FontInfo table.
29+
* Merging two documents having embedded files with same names repeats adding number 2.
30+
* Unicode characters from Supplementary Multilingual Plane are skipped during the PDF export.
31+
32+
## RichTextBox
33+
34+
35+
![fixed](../images/fixed.png)
36+
37+
* Custom fields inside the header/footer are auto-updated on import.
38+
* Spell check does not refresh correctly when there are annotation markers around the current word.
39+
* NullReferenceException is thrown while typing with IME inside a checkbox content control with a disabled edition or protected document.
40+
* Null reference exception when adding shapes and using the AddShapeTextBoxCommand.
41+
* Reverse selection starting from the last position in a paragraph before a table will select the first row.
42+
43+
![changed](../images/changed.png)
44+
45+
* Added CaretWidthScaleFactor property for controlling the size of the UI Caret. CaretWidthScaleFactor is new member of the IDocumentEditorPresenterContainer interface.
46+
47+
## WordsProcessing
48+
49+
50+
![fixed](../images/fixed.png)
51+
52+
* A StackOverflowException is thrown when importing an RTF document with a style based on itself.
53+
* HtmlFormatProvider: margin-left, margin-right, margin-top, margin-bottom CSS property is not respected when it is defined as unitless.
54+
55+
## ZipLibrary
56+
57+
58+
![new](../images/new.png)
59+
60+
* Added support for creation of AES-encrypted archives.
61+
62+
![fixed](../images/fixed.png)
63+
64+
* An IOException: Cannot access file after ZipFile.CreateFromDirectory.
65+
* A NullReferenceException is thrown when updating a zip with a password.

0 commit comments

Comments
 (0)