Completed
Last Updated: 09 Aug 2023 14:16 by ADMIN
Release R3 2023

When exporting documents containing TrueType Postscript fonts perceived as Standard fonts the fonts should not be embedded but they actually are.

Examples of such fonts are Arial MT, TimesNewRomanPSMT, etc.

Completed
Last Updated: 09 Aug 2023 14:10 by ADMIN
Release R3 2023
When importing a document containing an updated xref table that has an invalid offset an exception is thrown: System.NullReferenceException: 'Object reference not set to an instance of an object.'
Unplanned
Last Updated: 09 Aug 2023 08:14 by ADMIN
Created by: Charles
Comments: 4
Category: PdfProcessing
Type: Feature Request
4

This type of action is currently not supported and a NotSupportedActionException is thrown when accessing such an object.

These exceptions can be handled using the Handling Exceptions mechanism.

Completed
Last Updated: 09 Aug 2023 06:45 by ADMIN
Release R3 2023

When a document contains Type1 font without Private Dict in some cases the glyphs are not rendered as expected.

Completed
Last Updated: 01 Aug 2023 11:30 by ADMIN
Release R3 2023
When importing a specific document with an invalid offset of the cross-reference table an InvalidOperationException is thrown: System.InvalidOperationException: 'Stack empty.'
Unplanned
Last Updated: 27 Jul 2023 06:00 by Helen
 Specific text is not found in the document when using the TextSearch
Unplanned
Last Updated: 26 Jul 2023 08:19 by SATHEESH KUMAR
Created by: SATHEESH KUMAR
Comments: 0
Category: PdfProcessing
Type: Feature Request
2
Support for exporting WEBP images should be implemented.
Unplanned
Last Updated: 25 Jul 2023 13:29 by Abhi
Form fields height is wrong after export with a specific document. This leads to misplaced lines.
Completed
Last Updated: 18 Jul 2023 12:24 by ADMIN
Release R3 2023
KeyNotFoundException: 'The given key was not present in the dictionary.' when getting glyph width with a standard font and WinAnsiEncoding.
Completed
Last Updated: 18 Jul 2023 06:14 by ADMIN
Release R2 2023 SP1
Created by: Adam
Comments: 0
Category: PdfProcessing
Type: Bug Report
0
ImageUtils dependencies are not correct.
Declined
Last Updated: 08 Jul 2023 11:07 by ADMIN
Created by: Ted
Comments: 1
Category: PdfProcessing
Type: Bug Report
0

I'm trying to use the PdfFormatProvider to import a pdf. I've tried to import multiple different pdfs with the code below, but they all throw an exception with "System.InvalidOperationException: 'Import not supported.'" and no other info. Is this a bug or am I not calling the correct method to import a pdf?

var providerPDF = new Telerik.Windows.Documents.Flow.FormatProviders.Pdf.PdfFormatProvider();
providerPDF.Import(File.ReadAllBytes(@"D:\TestDocs\TestImage.pdf"));

Completed
Last Updated: 06 Jul 2023 07:54 by ADMIN
Release R2 2023 SP1

InvalidCastException is thrown when a name start character is followed by a literal string start character.

System.InvalidCastException: Unable to cast object of type 'Telerik.Windows.Documents.Fixed.FormatProviders.Pdf.Model.Types.PdfInt' to type 'Telerik.Windows.Documents.Fixed.FormatProviders.Pdf.Model.Types.PdfName'.

Completed
Last Updated: 05 Jul 2023 10:50 by ADMIN
Release R2 2023 SP1
With the current implementation, the optional Filter property is omitted on export.
Completed
Last Updated: 04 Jul 2023 10:42 by ADMIN
Release R2 2023 SP1
According to PDF specification, the field value should be specified in the "V" entry of the corresponding PDF dictionary. However, some PDF producers are skipping this entry and are setting only the Widgets appearance states. As most viewers manage to show the radio button and checkbox as selected, we should handle this scenario and import the field values based on the related widgets when this value is not explicitly set with the field's V entry.
Completed
Last Updated: 04 Jul 2023 07:11 by ADMIN
Release R2 2023 SP1
IndexOutOfRangeException thrown when executing CalculateMultidimensionalLinearInterpolationResult method of SampledFunction class.
Completed
Last Updated: 29 Jun 2023 06:01 by ADMIN
Release R2 2023 SP1
Invalid position when the TJ operator array contains empty values (<>).
Completed
Last Updated: 28 Jun 2023 05:30 by ADMIN
Release R2 2023 SP1
Exporting a field with missing Appearances property causes exception
Completed
Last Updated: 27 Jun 2023 14:57 by ADMIN
Release R2 2023 SP1
Created by: Jaap-Jan
Comments: 2
Category: PdfProcessing
Type: Bug Report
0
Signature widgets are not imported correctly.
Completed
Last Updated: 27 Jun 2023 14:27 by ADMIN
Release R2 2023 SP1
When using the PdfStreamWriter to write a PdfPageSource whose content has "Predictor 1" set as DecodeParms an error message is shown when opening the exported document with Adobe reader.
Completed
Last Updated: 27 Jun 2023 13:54 by ADMIN
Release R2 2023 SP1
InvalidCastException when importing link annotations that are referenced with indirect reference.