Viewer vs. printing...
Viewer vs. printing...
I see a lot of differences between Viewer preview content and content on paper (PDFCreator output)...
... for example output of your PDF export and printing output from PDFCreator... see attached pdf files.
...and I have found diferences in functionality of each type of text trimming properties in WpfDesigner and WinForm Designer... try for example "Character"....
Try to open report01.mdc in Wpf and WinForm Viewer... there are critical differences.
... for example output of your PDF export and printing output from PDFCreator... see attached pdf files.
...and I have found diferences in functionality of each type of text trimming properties in WpfDesigner and WinForm Designer... try for example "Character"....
Try to open report01.mdc in Wpf and WinForm Viewer... there are critical differences.
- Attachments
-
- 1310.report01_PDFCreator.pdf
- (56.82 KiB) Downloaded 332 times
-
- 1309.report01_export_to_pdf.pdf
- (191.14 KiB) Downloaded 249 times
-
- 1308.Schema.xsd
- (4.9 KiB) Downloaded 207 times
-
- 1307.report01.mrt
- (35.86 KiB) Downloaded 211 times
-
- 1306.report01.mdc
- (21.71 KiB) Downloaded 203 times
-
- 1305.Data.xml
- (3.39 KiB) Downloaded 209 times
Viewer vs. printing...
Unfortunately, we don't have PDFCreator utility and we can't check it. But in other programs (AdobePDF, doPdf, OneNote) and on physical printers there are no problems.LukasT wrote:I see a lot of differences between Viewer preview content and content on paper (PDFCreator output)...
... for example output of your PDF export and printing output from PDFCreator... see attached pdf files.
By the way there are several users inform us about problems with PDFCreator. But we don't know what is the reason.
'LukasT wrote:...and I have found diferences in functionality of each type of text trimming properties in WpfDesigner and WinForm Designer... try for example "Character"....
Try to open report01.mdc in Wpf and WinForm Viewer... there are critical differences.
WinForms and WPF use different methods of text output, therefore strings have different length. When the 'Word Wrap' property is true the text wraps what you can see in WinForms.
Therefore you must render reports for each viewer separately. Please, for WinForms use Render() method and for WPF use RenderWithWpf() method.
Thank you.
Viewer vs. printing...
... I can't say why, but even output from physical printer is wrong... see text on top of page: číslo 11PTZ0100000002 .... in viewer it is correct, in PDF export correct but on printer the number is outside of border... do you see the same?Unfortunately, we don't have PDFCreator utility and we can't check it. But in other programs (AdobePDF, doPdf, OneNote) and on physical printers there are no problems.
By the way there are several users inform us about problems with PDFCreator. But we don't know what is the reason.
WinForms and WPF use different methods of text output, therefore strings have different length. When the 'Word Wrap' property is true the text wraps what you can see in WinForms.
Therefore you must render reports for each viewer separately. Please, for WinForms use Render() method and for WPF use RenderWithWpf() method.
... but rendering with correct method is not solving diference between for example trimming types... I don't wont to see in wpf Viewer text with three dots ellipsis and in WinForm Viewer with character trimming.
Viewer vs. printing...
Hello,
Therefore we cannot support Character and Word trimming in Wpf, only in WinForms.
Thank you.
Please try to set the TextQuality property of the problem textboxes to WYSIWYG.I can't say why, but even output from physical printer is wrong... see text on top of page: číslo 11PTZ0100000002 .... in viewer it is correct, in PDF export correct but on printer the number is outside of border... do you see the same?
Unfortunately, the TextTrimming enumeration in WPF contain only three members - None, CharacterEllipsis and WordEllipsis.... but rendering with correct method is not solving diference between for example trimming types... I don't wont to see in wpf Viewer text with three dots ellipsis and in WinForm Viewer with character trimming.
Therefore we cannot support Character and Word trimming in Wpf, only in WinForms.
Thank you.
Viewer vs. printing...
In WinForm designer this property is solution, but what in WPF? There is no property TextQuality...Please try to set the TextQuality property of the problem textboxes to WYSIWYG.
... but what is problem to write your own character and word trimming?Unfortunately, the TextTrimming enumeration in WPF contain only three members - None, CharacterEllipsis and WordEllipsis.
Therefore we cannot support Character and Word trimming in Wpf, only in WinForms.

Viewer vs. printing...
Hello.
Thank you.
We'll think about this feature.LukasT wrote:In WinForm designer this property is solution, but what in WPF? There is no property TextQuality...Please try to set the TextQuality property of the problem textboxes to WYSIWYG.
There is a very hard technical problem and, unfortunately, we do not have plans to develop this feature.LukasT wrote:... but what is problem to write your own character and word trimming?Unfortunately, the TextTrimming enumeration in WPF contain only three members - None, CharacterEllipsis and WordEllipsis.
Therefore we cannot support Character and Word trimming in Wpf, only in WinForms.
Thank you.
Viewer vs. printing...
Be fast in this case, please... because I thing this problem is critical for us. Our customers have in system hunderts reports which have potentionally problem in this case. Even for you is priority to have the same content on paper and on screen - „What you see is what you get“.We'll think about this feature.
Thank you and I am waiting for solution.
Viewer vs. printing...
Hello,
In the next prerelease build we will add the new static property StiOptions.Wpf.ShowAllPropertiesInWpf, by default false.
Please set this property to true.
Thank you.
In the next prerelease build we will add the new static property StiOptions.Wpf.ShowAllPropertiesInWpf, by default false.
Please set this property to true.
Thank you.
Viewer vs. printing...
Thank you Ivan,
it looks alright now...
Have a nice day
it looks alright now...
Have a nice day

Viewer vs. printing...
Hello.
We are always glad to help you.
Have a nice day!
Thank you.
We are always glad to help you.
Have a nice day!
Thank you.