Telerik Document Processing Libraries 新版本發表

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