Page 1 of 2
rtf?
Posted: Mon Jan 03, 2011 6:42 am
by abi
hai..
i have load rtf component from DB, when saved to pdf, rtf component writing a little blur..
how can i fixed?
thanks
rtf?
Posted: Mon Jan 03, 2011 8:14 am
by Alex K.
Hello,
We couldn't reproduce this bug.
Which version of Stimulsoft Reports.Net do you use? Also, please send us a simple report which reproduces the problem.
Thank you.
rtf?
Posted: Tue Jan 04, 2011 8:51 pm
by abi
i try version 2010.1
this is my mrt file
thanks
rtf?
Posted: Wed Jan 05, 2011 12:35 am
by Ivan
Hello,
We couldn't reproduce this bug on our data.
Please provide data for your report, which reproduces the issue.
Also please send to us the resulting pdf-file.
Thank you.
rtf?
Posted: Wed Jan 05, 2011 3:13 am
by abi
this sample save to pdf
thanks
rtf?
Posted: Wed Jan 05, 2011 4:04 am
by Ivan
Hello,
Please uncheck the "Export Rich Text as Image" property in PDF-export settings.
Thank you.
rtf?
Posted: Wed Jan 05, 2011 8:51 pm
by abi
i tried this code:
StiPdfExportSettings _exportSettings = new StiPdfExportSettings();
_exportSettings.ExportRtfTextAsImage = false;
_exportSettings.EmbeddedFonts = false;
_exportSettings.ImageCompressionMethod = StiPdfImageCompressionMethod.Jpeg;
_exportSettings.ImageQuality = 1;
when i save to pdf, its still little blur. i save pdf from toolbar button
i use WebViewerFX
rtf?
Posted: Thu Jan 06, 2011 1:54 am
by Vladimir
Hello,
We reproduced the problem. We need some time that would solve it, because this would require serious changes in the export algorithms of WebViewerFx component.
Thank you.
rtf?
Posted: Thu Jan 06, 2011 3:02 am
by abi
hai,
so far, can only be done manually for its exports, its right?
thanks
rtf?
Posted: Fri Jan 07, 2011 11:56 am
by Vladimir
Hello,
Yes, if you do the export manually, then everything should be fine.
Thank you.