|
| 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 | + |
| 19 | + |
| 20 | +* Introduced support for fonts that use simulated bold and italic forms. |
| 21 | + |
| 22 | + |
| 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 | + |
| 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 | + |
| 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 | + |
| 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 | + |
| 59 | + |
| 60 | +* Added support for creation of AES-encrypted archives. |
| 61 | + |
| 62 | + |
| 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