Telerik Document Processing Libraries 2024 Q3 (2024.3.802)

Released: Aug 7, 2024

2024 Q3 (2024.3.802) 버젼 업데이트

기능

  • PdfProcessing
    • Introduced support for annotations of type StrikeOut.
    • Introduced support for annotations of type Stamp.
    • Introduced support for annotations of type Popup.
    • Introduced support for annotations of type Text.
    • Introduced support for annotations of type Highlight.
    • Introduced SVG to FormSource conversion.
    • Introduced support for annotations of type Line.
    • Added SVG element in a RadFixedPage so that it can be exported to PDF via the RadPdfProcessing library.
    • Added the ability to handle documents with mismatched font Subtype and FontFile type.
    • Introduced support for Strikethrough text property.
    • Introduced support for Dotted, Dashed, and DashSmallGap borders.
    • Added System.Formats.Asn1 to address CVE-2024-38095 (CVSS 7.5) in System.Security.Cryptography.Pcks.
  • SpreadProcessing
    • Introduced support for SVG images.
    • Added the ability to handle importing and reading cached formula value when the formula contains external references.
  • WordsProcessing
    • Introduced support for SVG images.
    • Introduced support for exporting text with a strikethrough to PDF.

수정사항

  • PdfProcessing
    • Fixed issue where some documents were not displayed correctly when changing the culture to Right to Left in the .NET 5 or later project.
    • Fixed issue where an invalid annotation position lead to missing content.
    • SkiaImageFormatProvider: Text was exported with a wrong position.
    • SkiaImageFormatProvider: Darker and lower quality image export on macOS.
    • Fixed issue where an InvalidCastException was thrown when importing a PDF document with embedded files.
    • Fixed issue where the page content was broken when exporting a document and inversing a non-invertible concat matrix.
    • Fixed issue where the text was not displayed when CFF Private DICT had leading zeros.
    • Fixed issue where missing text content was caused by a handled OverflowException while parsing Type1 font file.
  • SpreadProcessing
    • Fixed issue where an InvalidOperationException was thrown when importing a specific document.
    • Fixed incorrect calculation of UsedCellRange when conditional formatting was applied to a large cell range.
    • Fixed issue where a FormatException was thrown when getting the formatted cell value as a string using the H format.
    • Fixed issue where CellValueFormat came out incorrectly on export when it contained a specific sequence.
    • Fixed issue where an ArgumentNullException was thrown when importing documents containing comments with no DateTime.
    • Fixed issue where the wrong sheet name appeared in the exception message when adding sheet with an already existing name.
  • WordsProcessing
    • Fixed issue where a NullReferenceException was thrown when exporting a document with a field spanning multiple paragraphs inside a list to PDF.
    • Fixed issue where PageField did not respect StartingPageNumber.
    • RtfFormatProvider: Indentation for bullets and numbering changed on export.
    • Fixed issue where inserting a Content Control in some cases was not added to the model.
    • Fixed issue where import from HTML didn't apply style from class names in CSS.
    • Fixed issue where a FileNotFoundException was thrown when using HtmlFormatProvider.Import.
    • DocFormatProvider: EndOfStreamException when importing a document with a specific image.
    • Fixed issue where replace didn't match the text when it contained a BookmarkRangeStart/End objects.
    • Fixed issue where the numbered list marker font was not properly exported to PDF.
    • Fixed issue where list indent was not correct when exported to PDF.
    • Fixed issue where incorrect calculation of indentation occurred when a paragraph in the list had applied local indent, and the list style defined indent.
    • Fixed issue where the hanging indent was not respected when exporting paragraphs with tabs to PDF.