Skip to content

Commit b64b778

Browse files
committed
Release Notes added
1 parent a364852 commit b64b778

File tree

1 file changed

+108
-0
lines changed

1 file changed

+108
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,108 @@
1+
---
2+
title: Version 2024.4.1106 (Q4 2024)
3+
page_title: What is new in 2024.4.1106 (Q4 2024) for the Document Processing Libraries
4+
description: 2024.4.1106 (Q4 2024)
5+
slug: release-notes-2024-4-1106
6+
tags: 2024.4.1106,Q4,2024
7+
published: True
8+
position: 0
9+
---
10+
11+
12+
# 2024.4.1106 (Q4 2024)
13+
14+
15+
## What's New
16+
17+
18+
![new](../images/new.png)
19+
20+
* PDF Processing: Introduced support for JavaScript actions.
21+
* PDF Processing: Introduced support for ligatures.
22+
* WordsProcessing: Introduced support for Justify text alignment.
23+
24+
## What's Changed
25+
26+
27+
![changed](../images/changed.png)
28+
29+
* Document Processing Libraries: Remediated CVE-2024-8049 - (<a href="https://www.cve.org/CVERecord?id=CVE-2024-8049">CVE-2024-8049</a>).
30+
31+
## PdfProcessing
32+
33+
34+
![new](../images/new.png)
35+
36+
* Introduced support for Matte color for Soft-Mask Images (SMasks).
37+
* Introduced support for creating documents using CMYK colors.
38+
* Introduced support for JavaScript actions API.
39+
* SkiaImageFormatProvider: Introduced support for Text, TextMarkup, Line, and Stamp annotations.
40+
* Respect the ExtGState`s current stroking alpha constant (CA & ca) when rendering images.
41+
* Introduced support for ligatures.
42+
* Introduced handling the import of documents with the wrong type of action key.
43+
* Introduced support for Trigger Events API related to JS actions.
44+
* Introduced API for setting Image opacity.
45+
* Introduced support for RTL (Right-To-Left) text.
46+
* Introduced Soft-Mask Dictionaries in ExtGState object.
47+
* Implemented Blend Mode parameter of ExtGState object.
48+
* Introduced support for Trigger Events.
49+
* Justified text is now supported.
50+
* Introduced support for Transparency Group XObjects.
51+
52+
![fixed](../images/fixed.png)
53+
54+
* An InvalidOperationException is thrown while parsing the Post table of a specific font file on export.
55+
* Wrong colors are exported in Separation colorspaces with ICCBased containing LabColor due to incorrect calculations in Tint transformation function.
56+
* Win32Exception is thrown during a long-running process importing many documents with images.
57+
* An unexpected trace warning when SVG document does not contain clipping.
58+
* Distorted SVG after exporting.
59+
* SkiaImageFormatProvider: Export to image is blocked when Export method is used instead of ExportAsync.
60+
* A NullReferenceException is thrown when writing image content with the PdfPageStreamWriter.
61+
* ArgumentNullException is thrown when resolving DecodeParms collection in Image XObject.
62+
* Form XObject does not takes graphic state color from its content stream context.
63+
* Document text overlaps and is not possible to read for a specific document.
64+
* Decreased performance when loading thumbnails.
65+
* Wrong color appears when the Separation color space with name is set to None.
66+
* Watermark transparency is not imported correctly.
67+
* The Form object does no inherit the graphics state of the page.
68+
* RTL (right-to-left) text is reversed when inserting it directly to a document.
69+
70+
## SpreadProcessing
71+
72+
73+
![fixed](../images/fixed.png)
74+
75+
* Exporting a workbook with two or more charts with axes produces an invalid document.
76+
* Built-in number formats are not reevaluated after changing the culture.
77+
78+
## SpreadStreamProcessing
79+
80+
81+
![new](../images/new.png)
82+
83+
* Introduced support for importing files with absolute relationship targets.
84+
85+
![fixed](../images/fixed.png)
86+
87+
* Cell iteration is interrupted when it hits a cell containing an error.
88+
89+
## WordsProcessing
90+
91+
92+
![new](../images/new.png)
93+
94+
* Introduced support for Justify text alignment.
95+
96+
![fixed](../images/fixed.png)
97+
98+
* RtfFormatProvider: Heading color is not properly exported.
99+
* An InvalidOperationException is thrown when exporting a document containing table with no cells.
100+
* DocFormatProvider: IndexOutOfRangeException is thrown when importing a specific document with defined section columns.
101+
* ArgumentException is thrown during MailMerge of a document with an inline shape.
102+
103+
## ZipLibrary
104+
105+
106+
![fixed](../images/fixed.png)
107+
108+
* An invalid content appears after updating an empty password-protected archive.

0 commit comments

Comments
 (0)