Declined
Last Updated: 15 Nov 2023 12:57 by ADMIN
 I am getting a null exception when trying to import an document. The specified error is Value cannot be null. (Parameter 'action').
Completed
Last Updated: 02 Nov 2023 08:20 by ADMIN
Release R3 2023 SP1
OverflowException when importing a document with a signature that has an empty Location string.
Completed
Last Updated: 02 Aug 2024 11:09 by ADMIN
Release 2024.3.802 (2024 Q3)
Darker and lower quality image export on macOS.
Unplanned
Last Updated: 25 Oct 2023 14:06 by João
Created by: João
Comments: 0
Category: PdfProcessing
Type: Feature Request
0
Introduce support for UnShrinking - Method 1.
Unplanned
Last Updated: 24 Oct 2023 12:08 by Paito
Signature omitted after exporting PDF to an image.   
Unplanned
Last Updated: 24 Oct 2023 11:40 by Novak
SMask is not applied correctly.
Completed
Last Updated: 15 Jan 2024 11:48 by ADMIN
Release R3 2023 SP1
Wrong font file loaded when CidType2Font with Standard name.
Completed
Last Updated: 25 Oct 2023 12:35 by ADMIN
Release R3 2023 SP1
When rendering an encoded image for a second time the image data seems corrupted and an exception is thrown: InvalidOperationException: 'Illegal character.'
Unplanned
Last Updated: 17 Oct 2023 10:48 by Jean-Christian
Created by: Jean-Christian
Comments: 0
Category: PdfProcessing
Type: Bug Report
0
Nested tables cause cropped borders of the child table. The outside borders of the child table are half the width.
Completed
Last Updated: 31 Oct 2023 06:15 by ADMIN
Release R3 2023 SP1
When concurrent accessing the FontsRepository`s RegisterFont (private) method from different threads an exception is thrown: System.IndexOutOfRangeException: 'Index was outside the bounds of the array.'
Completed
Last Updated: 11 Dec 2023 07:41 by ADMIN
Release R3 2023 SP1
Endless loop when trying to parse image data between ID and EI keywords.
Unplanned
Last Updated: 16 Nov 2023 10:52 by ADMIN

When loading a PDF generated with PdfProcessing in PDF Accessibility Checker 2021 (PAC) an exception is thrown: "Object reference not set to an instance of an object".

It is reproducible with all PdfComplianceLevel export options.

Unplanned
Last Updated: 07 Nov 2024 15:24 by ADMIN
InvalidCastException: 'Unable to cast object of type 'Telerik.Windows.Documents.Fixed.FormatProviders.Pdf.Model.Types.PdfArray' to type 'Telerik.Windows.Documents.Fixed.FormatProviders.Pdf.Model.Types.PdfName'.'
when parsing a specific document.
Completed
Last Updated: 27 Sep 2023 08:28 by ADMIN
Release R3 2023

InvalidCastException caused by colorspace defined as nested indirect objects.

Unable to cast object of type 'Telerik.Windows.Documents.Fixed.FormatProviders.Pdf.Model.Types.IndirectReference' to type 'Telerik.Windows.Documents.Fixed.FormatProviders.Pdf.Model.Types.PdfName'.

Completed
Last Updated: 24 Oct 2023 08:50 by ADMIN
Release R3 2023 SP1

Importing a document containing an EI keyword not followed by space or return leads to an endless loop and the document is not imported successfully.

Expected:

Actual:

Unplanned
Last Updated: 13 Sep 2023 08:31 by Jon
Enabling FIPS causes all signatures to be displayed as invalid or unknown. In addition, some signatures are displayed as unknown but Adobe verifies them.
Unplanned
Last Updated: 31 Aug 2023 10:04 by Shreya
Created by: Shreya
Comments: 0
Category: PdfProcessing
Type: Feature Request
0
Introduce support for reading barcodes from images.
Completed
Last Updated: 02 Aug 2024 11:08 by ADMIN
Release 2024.3.802 (2024 Q3)
WIth specific documents, the text is exported with the wrong position when exporting document pages to images using the SkiaImageFormatProvider.
Unplanned
Last Updated: 23 Aug 2023 15:02 by Stefan

Some documents loaded through WordsProcessing and then exported to a RadFixedDocument by utilizing the ExportToFixedDocument() method, fails on export through ImageFormatProvider with System.AggregateException.

As a workaround, you can export the RadFixedDocument to a PDF and then import it again before exporting it to an image.

var pdfFixedProvider = new Telerik.Windows.Documents.Fixed.FormatProviders.Pdf.PdfFormatProvider();
bytes = pdfFixedProvider.Export(fixedDocument);
fixedDocument = pdfFixedProvider.Import(bytes);

 

Completed
Last Updated: 08 Sep 2023 12:25 by ADMIN
Release R3 2023
InvalidDataException: 'Unknown compression method (0x31)' when decompressing a Shrunk stream