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:
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:
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:
Issue about The RichText Component
Re: Issue about The RichText Component
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.
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.
Re: Issue about The RichText Component
We using StiWebViewer(Stimulsoft.Report.Web).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.
In the report we set font name to "宋体"(In Chinese Context we must set font to Chinese font).
Demo:
Re: Issue about The RichText Component
Hello.
Sorry for delay with answer.
We need some additional time to prepare an answer for you.
Thank you.
Sorry for delay with answer.
We need some additional time to prepare an answer for you.
Thank you.
Re: Issue about The RichText Component
Hello.
We can try to add property to make not so blurred images. But it will increase memory usage too much.
Thank you.
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 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?
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.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?
We can try to add property to make not so blurred images. But it will increase memory usage too much.
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.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?
Thank you.