Telerik Document Processing Libraries 新版本發表

Released: Jul 2, 2025

2025 Q2 (2025.2.701) 中的更新

修補程式

  • PDFProcessing:
    • Fixed NotSupportedException: BitReader supports only integers with less than 31 bits.
    • Fixed issue where the wrong clipping order when exporting a document with MarkedContent leads to missing content.

Released: May 19, 2025

2025 Q2 (2025.2.520) 中的更新

特性

  • Breaking Changes:
    • Trial and commercial users now use the same product package. The trial and commercial product versions merged into a single unified distribution package. The product access now depends on a license key file. This eliminates the need for separate trial downloads.
    • For basic compression/decompression tasks, the Telerik Document Processing Libraries now use System.IO.Compression instead of Telerik.Zip.
  • What's New:
    • Document Processing Libraries no longer support .NET 6. Please...

Released: Feb 12, 2025

2025 Q1 (2025.1.205) 中的更新

特性

  • Starting with 2025 Q1, all users of the Telerik and Kendo UI components and tools, will need to apply a valid license key file to both new and existing projects.
  • Introduced support for Optical Character Recognition (OCR), allowing the conversion of images of typed, handwritten, or printed text into machine-encoded text from a scanned document.
  • PdfProcessing:
    • Introduced support for Optical Character Recognition (OCR), allowing the conversion of images of typed, handwritten, or printed text...

Released: Nov 13, 2024

2024 Q4 (2024.4.1106) 中的更新

特性

  • PdfProcessing
    • Introduced support for Matte color for Soft-Mask Images (SMasks).
    • Introduced support for creating documents using CMYK colors.
    • Introduced support for JavaScript actions API.
    • SkiaImageFormatProvider: Introduced support for Text, TextMarkup, Line, and Stamp annotations.
    • Now respects the ExtGState's current stroking alpha constant (CA and ca) when rendering images.
    • Introduced support for ligatures.
    • Introduced handling the import of documents with the wrong type of action key...

Released: Aug 31, 2024

2024 Q3 (2024.3.806) 中的更新

修補程式

  • PdfProcessing
    • Fixed issue where an InvalidCastException was thrown on import when a culture was set with comma (,) decimal separator.

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...

Released: May 15, 2024

2024 Q2 (2024.2.426) 中的更新

特性

  • Document Processing Libraries
    • The minimum supported .NET Framework version for Document Processing Libraries is now 4.6.2.
    • Document Processing Libraries Versions built against .NET Framework 4.0 and .NET Core 3.1 are now removed.
  • PdfProcessing
    • Exposed an option to plug logic for embedding a subset of a registered font for frameworks different from .NET Framework.
    • Introduced support for OTF font file format.
    • Added the ability to handle documents containing invalidly located clipping path...

Released: Feb 28, 2024

2024 Q1 (2024.1.305) 中的更新

特性

  • PdfProcessing
    • Introduced support for fonts that use simulated bold and italic forms.
  • RichTextBox
    • Added CaretWidthScaleFactor property for controlling the size of the UI Caret. CaretWidthScaleFactor is new member of the IDocumentEditorPresenterContainer interface.
  • ZipLibrary
    • Added support for creation of AES-encrypted archives.

修補程式

  • PdfProcessing
    • Fixed issue where the wrong glyph measurement resulted in overlapping text.
    • Fixed issue where a strange symbol was added as a name when embedding a...

Released: Jan 31, 2024

2024 Q1 (2024.1.124) 中的更新

特性

  • PdfProcessing
    • Exposed the IsBold property of FontBase.
    • Added support for embedding ZUGFeRD invoices.
    • Introduced support for embedding file streams.
  • ZipLibrary
    • Added support for extraction of AES-encrypted archives.
    • Changed GetCryptoProvider() method signature. It now accepts EncryptionSettingsBase instead of EncryptionSettings.
    • Removed long-time obsoleted classes: CompressionType, ZipCompression, ZipInputStream, ZipOutputStream, ZipPackage, ZipPackageEntry. Use ZipArchive, CompressedStream...