Completed
Last Updated: 27 Feb 2023 12:17 by ADMIN
Release R1 2023 SP1

CryptographicException is thrown when saving with PdfStreamWriter or importing with PdfFormatProvider.

The exception: System.Security.Cryptography.CryptographicException: 'The input data is not a complete block.'

Completed
Last Updated: 24 Feb 2023 13:41 by ADMIN
Release R1 2023 SP1
The current implementation relies on valid cross-reference offsets in the PDF documents so that PDF objects are easily found and parsed. However, we may implement a mechanism for importing documents with invalid offsets for the objects inside the table.
Completed
Last Updated: 24 Feb 2023 07:29 by ADMIN
Release R1 2023 SP1
ADMIN
Created by: Deyan
Comments: 0
Category: PdfProcessing
Type: Feature Request
2
Add a setting that allows enabling printing of protected documents.
Unplanned
Last Updated: 22 Feb 2023 07:23 by Steven
Exception when publishing with ReadyToRun option and manually registering fonts.
Completed
Last Updated: 21 Feb 2023 14:50 by ADMIN
Release R1 2023 SP1
Missing content when converting a specific PDF to images (mostly text and shapes).
Unplanned
Last Updated: 16 Feb 2023 14:07 by ADMIN
Provide a consistent API for cloning document elements. Currently, we have a public API for cloning documents but not their elements. 
Unplanned
Last Updated: 15 Feb 2023 13:08 by ADMIN
Currently, when users need to add content to an existing page that is rotated, they should manually calculate the positions of the new content if they need to align it with the appearance of the page. Add API allowing them to easily transform the position respecting the top left edge of the page after its rotation.
Completed
Last Updated: 14 Feb 2023 14:40 by ADMIN
Release R3 2023 SP1
According to the PDF Specification: The definition of an indirect object in a PDF file consists of its object number and generation number, followed by the value of the object bracketed between the keywords obj and endobj. For example, the definition:
12 0 obj
( Brillig )
endobj
An invalid case:
2545 0 obj
<<
/Type /Page
/Parent 2537 0 R
/Contents 8 0 R
/Resources 2538 0 R
>>
2546 0 obj
....
Completed
Last Updated: 14 Feb 2023 07:55 by Bob
Release R1 2023 SP1
ArgumentException when the font box contains negative width or height 
Completed
Last Updated: 13 Feb 2023 15:37 by ADMIN
Release R1 2023 SP1
When importing documents with more than one cross-reference table that have not Prev tables specified the incorrect table is processed.
Completed
Last Updated: 10 Feb 2023 07:14 by ADMIN
Release LIB 2023.1.220 (20 Feb 2023)
After signing a document using the PdfProcessing library and the document is loaded in Adobe Acrobat an error is shown when the signature widget is clicked:
Error during signature verification.  

Adobe Acrobat error.
Expected a dict object.
Completed
Last Updated: 09 Feb 2023 10:58 by ADMIN
Release R1 2023 SP1
Wrong matrix calculations lead to incorrect image (Form XObject) during export
Completed
Last Updated: 09 Feb 2023 07:41 by ADMIN
Release R1 2023 SP1
The images inside form sources are not correctly positioned and might be invisible.

This issue is regression it works with R2 2020.
Completed
Last Updated: 03 Feb 2023 09:27 by ADMIN
Release LIB 2023.1.206 (6 Feb 2023)
Wrong matrix calculations lead to incorrect image (Form XObject) size.
Completed
Last Updated: 02 Feb 2023 16:17 by ADMIN
Release LIB 2023.1.206 (6 Feb 2023)
In specific cases when importing a document containing an Indirect Reference keyword ("R") within an image data an exception is thrown: InvalidCastException: 'Unable to cast object of type 'Telerik.Windows.Documents.Fixed.FormatProviders.Pdf.Operators.State.SetLineDashPattern' to type 'Telerik.Windows.Documents.Fixed.FormatProviders.Pdf.Model.Types.PdfInt'.'
Completed
Last Updated: 02 Feb 2023 16:03 by ADMIN
Release LIB 2023.1.206 (6 Feb 2023)
InvalidCastException is thrown when importing a document containing Byte order marks (BOM) at the beginning of the file. The bytes are read as part of the document content and this changes all the document`s offsets.
Completed
Last Updated: 02 Feb 2023 11:24 by ADMIN
Release LIB 2023.1.206 (6 Feb 2023)

Importing a document containing an EI keyword within the image stream leads to an endless loop and the document is not imported successfully.

Completed
Last Updated: 25 Jan 2023 16:22 by ADMIN
Release Release R1 2023 SP1
The import freezes due to a lot of checks in the HandleInvalidClippingPathOperatorPosition method.
Unplanned
Last Updated: 25 Jan 2023 09:27 by Martin

Support for validating signature fields signed with signatures that are encoded in ETSI.RFC3161 encoding should be added.

Currently, when invoking the Signature`s TryValidate() method an exception is thrown: NotSupportedException: 'No signature validation handler was found for the subfilter: ETSI.RFC3161'

Unplanned
Last Updated: 23 Jan 2023 10:46 by Sachin
When inserting a specific Jpeg image with an ICC profile there is a problem when opening the file in Adobe: 



On the other hand, the PDF is successfully opened by browsers and most PDF viewers.