Issue about The RichText Component

Stimulsoft Reports.WEB discussion
Post Reply
Jia Sheng
Posts: 49
Joined: Thu Jul 04, 2013 7:59 am

Issue about The RichText Component

Post by Jia Sheng »

Question 1: Now when we design a report using The RichText Component, and the RichText Component contains text having the underline.The issue is that when we convert the report to PDF file , the portion of the text Containing the underline will be covered by the underline.What should I set the properties to solve the problem? Or write any code to solve the problem?
PDF file like:
image2.jpg
image2.jpg (72.44 KiB) Viewed 2495 times
Question 2:The contents of The RichText Component displayed in the aspx page are blurred and illegible.What should I set the properties to solve the problem? Or write any code to solve the problem?
like:
image3.jpg
image3.jpg (118.71 KiB) Viewed 2496 times
Question 3:In the Chinese context,We set the font to "宋体", font size "12" in the Rich Text Component and set the font to "宋体", font size "12" in the Rich Text Component.But the Rich Text is blurred and the font size of the Rich Text and the font size of the Text is not the same.Our report is required extensive use RichText Component and Text Component, is there any way you can set Rich Text as clear as Text and font size is standard?Or write any code to solve the problem?
Now the effort like:
QQ图片20130801112745.jpg
QQ图片20130801112745.jpg (4.57 KiB) Viewed 2496 times
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Issue about The RichText Component

Post by HighAley »

Hello.

Could you clarify what viewer do you use? How do you show reports?
Could you send us a report template which reproduces your issue?

Thank you.
Jia Sheng
Posts: 49
Joined: Thu Jul 04, 2013 7:59 am

Re: Issue about The RichText Component

Post by Jia Sheng »

Aleksey Andreyanov wrote:Hello.

Could you clarify what viewer do you use? How do you show reports?
Could you send us a report template which reproduces your issue?

Thank you.
We using StiWebViewer(Stimulsoft.Report.Web).
In the report we set font name to "宋体"(In Chinese Context we must set font to Chinese font).
Demo:
StimulsoftApplication.rar
(15.14 MiB) Downloaded 292 times
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Issue about The RichText Component

Post by HighAley »

Hello.

Sorry for delay with answer.
We need some additional time to prepare an answer for you.

Thank you.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Issue about The RichText Component

Post by HighAley »

Hello.
Jia Sheng wrote:Question 1: Now when we design a report using The RichText Component, and the RichText Component contains text having the underline.The issue is that when we convert the report to PDF file , the portion of the text Containing the underline will be covered by the underline.What should I set the properties to solve the problem? Or write any code to solve the problem?
There was an issue with some Asian fonts. We have made an improvement. It will be available in our next prerelease build.
Jia Sheng wrote:Question 2:The contents of The RichText Component displayed in the aspx page are blurred and illegible.What should I set the properties to solve the problem? Or write any code to solve the problem?
Unfortunately, we can't change this behaviour. There is no instruments to work with HTML in the .Net Framework, and it's impossible to convert RichText to HTML too. So there is only way to show RichText as an image.

We can try to add property to make not so blurred images. But it will increase memory usage too much.
Jia Sheng wrote:Question 3:In the Chinese context,We set the font to "宋体", font size "12" in the Rich Text Component and set the font to "宋体", font size "12" in the Rich Text Component.But the Rich Text is blurred and the font size of the Rich Text and the font size of the Text is not the same.Our report is required extensive use RichText Component and Text Component, is there any way you can set Rich Text as clear as Text and font size is standard?Or write any code to solve the problem?
This issue is in Viewer only on small zoom levels. If you change zoom lavel, print or export this report, all characters will have one size.

Thank you.
Post Reply