Completed
Last Updated: 19 Jan 2023 14:56 by ADMIN
Release R1 2023

When importing a document containing an EI keyword not followed by space or return an exception is thrown: EndOfStreamException: 'Attempted to read past the end of the stream.'

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: 19 Jan 2023 14:56 by ADMIN
Release R1 2023

When importing a PDF document and parsing a name start character followed by a dictionary end one an exception is thrown: System.InvalidOperationException: 'Stack empty.'

Completed
Last Updated: 26 Jun 2023 12:45 by ADMIN
Release R2 2023 SP1
The Helvetica-UltraCompressed font is not parsed correctly and is changed to Helvetica. 
Unplanned
Last Updated: 05 Jan 2023 12:28 by Philip

With the current implementation, the permissions are ignored on import.

As a side note, there is an option to set permissions on export: UserAccessPermissions.

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.

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.
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).
Completed
Last Updated: 12 Feb 2025 15:20 by ADMIN
Release 2025.1.205 (2025 Q1)
After merging documents with PdfStreamWriter the JavaScript actions are broken and not working.
Unplanned
Last Updated: 22 Feb 2023 07:23 by Steven
Exception when publishing with ReadyToRun option and manually registering fonts.
Completed
Last Updated: 11 May 2023 10:00 by ADMIN
Release R2 2023
Invalid list layout when converting to pdf and the list includes several pages.
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. 
Completed
Last Updated: 12 Feb 2025 15:19 by ADMIN
Release 2025.1.205 (2025 Q1)
OverflowException (Arithmetic operation resulted in an overflow.) when converting a document to an image. 
Duplicated
Last Updated: 14 Mar 2023 07:57 by ADMIN
Created by: Johannes
Comments: 0
Category: PdfProcessing
Type: Feature Request
0
Implement ShadingType 7
Unplanned
Last Updated: 10 Mar 2023 08:19 by Ottar
Fields are doubled according to ItextSharp after import/export. 
Completed
Last Updated: 31 Mar 2023 06:33 by ADMIN
Release R2 2023
Repeating header rows are not imported correctly. 
Completed
Last Updated: 18 May 2023 07:25 by ADMIN
Release R2 2023
The PdfFormatProvider currently supports such an option (check the ImageCompression setting).
Completed
Last Updated: 03 Apr 2023 13:16 by ADMIN
Release R2 2023

Setting a filter on a mask results in an invalid file when exporting. 

Workaround: Set the filer like this:

PdfFormatProvider provider = new PdfFormatProvider();
provider.ExportSettings.ImageCompression = new ImageFilterTypes[] { ImageFilterTypes.FlateDecode };

Completed
Last Updated: 11 May 2023 11:51 by ADMIN
Release R2 2023

When using an ImageSharp version bigger than 2.0 an exception is thrown: "MissingMethodException: 'Method not found: 'SixLabors.ImageSharp.Image SixLabors.ImageSharp.Image.Load(Byte[], SixLabors.ImageSharp.Formats.IImageFormat ByRef)'."

Workaround: Downgrade to a lower ImageSharp version or use a custom implementation of ImagePropertiesResolverBase/JpegImageConverter.

Completed
Last Updated: 07 Apr 2023 05:20 by ADMIN
Release R2 2023

When the indirect object contains more spaces between the object number and the generation number the object content is not successfully parsed.

Expected: one space

Actual: more than one space