Page 1 of 1

[SOLVED] RichtText rendering issue on Server

Posted: Wed Feb 10, 2016 10:12 am
by marcelm
Hi,

rendering a report on a Server delivers a different result than on my local machine. Using a RichText with justified Text.

Local looks okay:
Image

Server (spacing is wrong):
Image

I guess the problem is the underlying RichtText rendering engine used by Stimulsoft Repors.NET? My Local machine has Word 2013 installed. The MS Sever 2012 has nothing installed but the IIS + MVC.
Is there a way to fix that?! Can you tell me which .dll I may have to copy to my server?!

EDIT: After looking around I found this: http://support.stimulsoft.com/index.php ... -component

I set up a default printer on my Server, now it's working fine ...

Re: [SOLVED] RichtText rendering issue on Server

Posted: Thu Feb 11, 2016 6:45 am
by HighAley
Hello.

We have different text rendering methods that you could use.
The Standard and Typographic methods use standard methods of GDI+ library.
The Wysiwyg method is our own method that is based on GDI library.
All of them render text different. But the last one is more preferable.
Because this is our own method and we can make an improvement there.

Thank you.