Completed
Last Updated: 07 Jun 2016 07:01 by ADMIN
ADMIN
Tanya
Created on: 16 Dec 2015 08:53
Category: RichTextBox
Type: Bug Report
1
PdfFormatProvider: Images are exported with wrong stream length
When the specified length of the stream is larger than the actual one, Adobe throws errors and removes the image.

Workaround:

Set the format provider settings:

PdfFormatProvider provider = new PdfFormatProvider();
PdfExportSettings exportSettings = new PdfExportSettings();
exportSettings.ContentsDeflaterCompressionLevel = 9;
exportSettings.ImagesDeflaterCompressionLevel = 9;
provider.ExportSettings = exportSettings;
1 comment
ADMIN
Aylin
Posted on: 07 Jun 2016 07:01
Hi,

The issue is fixed and will be live in our next official 2016 R2 SP1 release.
Do not hesitate to contact us if any issues arise.

Regards,
Aylin,
The Telerik Team