Completed
Last Updated: 09 Mar 2023 14:39 by ADMIN
Release R1 2023 SP1
Louis
Created on: 28 Nov 2022 16:05
Category: PdfProcessing
Type: Bug Report
1
PdfProcessing: Image stream embedded in a content stream is not compressed while exporting
The image stream is not compressed resulting in a bigger size of the generated file.
1 comment
ADMIN
Peshito
Posted on: 09 Mar 2023 14:39

Hello,

This request is now complete. 

The export settings should be set in order to compress the images in the document. 

                    PdfExportSettings exportSettings = new PdfExportSettings
                    {
                        ImageCompression = new ImageFilterTypes[] { ImageFilterTypes.FlateDecode }
                    };

Regards,
Peshito
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.