WordWrap create empty line after export PDF

Stimulsoft Reports.NET discussion
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: WordWrap create empty line after export PDF

Post 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 2549 times
Thank you.
mikry
Posts: 42
Joined: Fri Mar 23, 2012 3:57 am

Re: WordWrap create empty line after export PDF

Post 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?
mikry
Posts: 42
Joined: Fri Mar 23, 2012 3:57 am

Re: WordWrap create empty line after export PDF

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

Re: WordWrap create empty line after export PDF

Post 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.
mikry
Posts: 42
Joined: Fri Mar 23, 2012 3:57 am

Re: WordWrap create empty line after export PDF

Post by mikry »

Yes, its also wrong. Report is attached.
Attachments
report.rar
(86.78 KiB) Downloaded 219 times
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: WordWrap create empty line after export PDF

Post 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.
mikry
Posts: 42
Joined: Fri Mar 23, 2012 3:57 am

Re: WordWrap create empty line after export PDF

Post by mikry »

It helped, but sure - czech diacritic is missing now.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: WordWrap create empty line after export PDF

Post 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.
mikry
Posts: 42
Joined: Fri Mar 23, 2012 3:57 am

Re: WordWrap create empty line after export PDF

Post 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.
Attachments
report.rar
(233.86 KiB) Downloaded 236 times
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: WordWrap create empty line after export PDF

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