rtf?

Stimulsoft Reports.WEB discussion
abi
Posts: 55
Joined: Mon Feb 22, 2010 4:18 pm
Location: indo

rtf?

Post 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
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

rtf?

Post 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.
abi
Posts: 55
Joined: Mon Feb 22, 2010 4:18 pm
Location: indo

rtf?

Post by abi »

i try version 2010.1

this is my mrt file

thanks
Attachments
764.rptkrt2.mrt
(6.71 KiB) Downloaded 207 times
Ivan
Posts: 960
Joined: Thu Aug 10, 2006 1:37 am

rtf?

Post 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.
abi
Posts: 55
Joined: Mon Feb 22, 2010 4:18 pm
Location: indo

rtf?

Post by abi »

this sample save to pdf

thanks
Attachments
766.Report.pdf
(77.52 KiB) Downloaded 283 times
Ivan
Posts: 960
Joined: Thu Aug 10, 2006 1:37 am

rtf?

Post by Ivan »

Hello,

Please uncheck the "Export Rich Text as Image" property in PDF-export settings.

Thank you.
abi
Posts: 55
Joined: Mon Feb 22, 2010 4:18 pm
Location: indo

rtf?

Post 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
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

rtf?

Post 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.
abi
Posts: 55
Joined: Mon Feb 22, 2010 4:18 pm
Location: indo

rtf?

Post by abi »

hai,

so far, can only be done manually for its exports, its right?

thanks
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

rtf?

Post by Vladimir »

Hello,

Yes, if you do the export manually, then everything should be fine.

Thank you.
Post Reply