[SOLVED] RichtText rendering issue on Server

Stimulsoft Reports.NET discussion
Post Reply
marcelm
Posts: 1
Joined: Wed Feb 10, 2016 10:01 am

[SOLVED] RichtText rendering issue on Server

Post 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 ...
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: [SOLVED] RichtText rendering issue on Server

Post 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.
Post Reply