Page 4 of 5

Re: WordWrap create empty line after export PDF

Posted: Fri Aug 03, 2012 1:06 pm
by HighAley
Hello.

We've changed the Text Quality property to Wysiwyg and still couldn't reproduce your issue.
Could you create a sample project which reproduce your issue and send it to us.
Also, please, look to the properties of the PDF-file with bad results. As a variant your tool could use old Stimulsoft assemblies.
VersionInPdf.png
VersionInPdf.png (72.71 KiB) Viewed 2556 times
Thank you.

Re: WordWrap create empty line after export PDF

Posted: Tue Aug 07, 2012 7:50 am
by mikry
Hello
after some investigation we found out that problem is machine-specific. We are going to find more, but do you have any idea why the same application gives different outputs?

Re: WordWrap create empty line after export PDF

Posted: Tue Aug 07, 2012 10:58 am
by mikry
Could you please test this problem on any win server 2003 machine? We test it on XP, 7 and 2008 and there its ok. Problem is only on 2003 server, but we use it on production platform.

Re: WordWrap create empty line after export PDF

Posted: Tue Aug 07, 2012 12:06 pm
by HighAley
Hello.

Please, try to call Show() method before export in your application on the production 2003 server. Check if there a right report.
Then if there is a problem call SaveDocument() method to save report document file and send it to us.
Also, please, check if there anywhere our old assemblies on 2003 server.

Thank you.

Re: WordWrap create empty line after export PDF

Posted: Tue Aug 07, 2012 1:34 pm
by mikry
Yes, its also wrong. Report is attached.

Re: WordWrap create empty line after export PDF

Posted: Tue Aug 07, 2012 1:53 pm
by HighAley
Hello.

Please, try to change

Code: Select all

Bolívie
to

Code: Select all

Bolivie
in the place where it is broken.

Thank you.

Re: WordWrap create empty line after export PDF

Posted: Tue Aug 07, 2012 2:16 pm
by mikry
It helped, but sure - czech diacritic is missing now.

Re: WordWrap create empty line after export PDF

Posted: Tue Aug 07, 2012 2:31 pm
by HighAley
Hello.

We use usp10.dll to wrap text. It seems that the problem in it. Please, send us a version of usp10.dll that is installed on 2003 server and try to update it.
Is SP1 installed on 2003 server?
You could read about it here http://en.wikipedia.org/wiki/Uniscribe

Thank you.

Re: WordWrap create empty line after export PDF

Posted: Wed Aug 08, 2012 8:55 am
by mikry
Hello
so it seems to me (again) that problem is solved. The right way is to use (copy locally) newer (but not newest) version od usp10.dll. I successfully test it with version 1.626.6002.22402, but version 1.626.7601.17514 gives empty rows :).
Second thing, what should be done, is to use Wysiwyg instead of Typographic (it still seems to me as a bug), but pdf is longer and bigger (+25%)
And the last but not least - RC version of Stimulsoft is not needed, actually everything is solved by new version of usp10.dll and changing Typographic to Wysiwyg.
One notice on the end - if i use Typographic, there is empty row under "Mezinár. volání z mobilní sítě do mobilní - Anguilla" on page 10, but just in PDF, its not visible in your editor (after Show() method). Both (pdf and xml) are attached.

If you will solve this also, it will be great, but anyway thank you for help very much.

M.

Re: WordWrap create empty line after export PDF

Posted: Wed Aug 08, 2012 11:25 am
by HighAley
Hello.

We've added to our to-do list the improvement of pdf export method when text quality is Typographic.
We are planning to do it to our release in September.

Thank you.