Quanlity print from WebFxViewer
Quanlity print from WebFxViewer
Hi all,
I used lastest version StimulSoft Report. When I view report by WebFxViewer and print, I see that quanlity print from WebFxViewer not good, characters not clearly, but I export report to pdf and print, it very OK.
Please help.
Thanks.
I used lastest version StimulSoft Report. When I view report by WebFxViewer and print, I see that quanlity print from WebFxViewer not good, characters not clearly, but I export report to pdf and print, it very OK.
Please help.
Thanks.
Re: Quanlity print from WebFxViewer
Hello.
Due to technological restriction by default we print the report as image.
Please, use Print with HTML or Print with PDF if you need better quality.
Thank you.
Due to technological restriction by default we print the report as image.
Please, use Print with HTML or Print with PDF if you need better quality.
Thank you.
Re: Quanlity print from WebFxViewer
Hi HighAley,
Thanks for reply. I don't have this issue before I upgrade to new version. Before upgrade, I used version 2014.
I have issue when must say to my customer about it.
Please help.
Thanks.
Thanks for reply. I don't have this issue before I upgrade to new version. Before upgrade, I used version 2014.
I have issue when must say to my customer about it.
Please help.
Thanks.
Re: Quanlity print from WebFxViewer
Hello.
There was no any significant changes in printing.
Please try to change next options:
If this does not help, could you send us samples where we could see your report printed on old and new versions of our product.
Also sen us this report template with sample data.
Thank you.
There was no any significant changes in printing.
Please try to change next options:
Code: Select all
StiWebViewerFxOptions.Print.AutoPageOrientation = true;
StiWebViewerFxOptions.Print.AutoPageScale = true;
Also sen us this report template with sample data.
Thank you.
Re: Quanlity print from WebFxViewer
Hi,
I'm sorry for don't reply along time. I think issue is Flat not Stimulsoft Report.
Thank you.
I'm sorry for don't reply along time. I think issue is Flat not Stimulsoft Report.
Thank you.
Re: Quanlity print from WebFxViewer
Hi,
I used code to export to PDF:
Stimulsoft.Report.Mobile.StiReportResponse.ResponseAsPdf(Me, report)
How can I add code javascript after this line code.
Please help.
Thanks.
I used code to export to PDF:
Stimulsoft.Report.Mobile.StiReportResponse.ResponseAsPdf(Me, report)
How can I add code javascript after this line code.
Please help.
Thanks.
Re: Quanlity print from WebFxViewer
Hello.
What code do you want to add?
Could you describe the issue more detailed?
Thank you.
What code do you want to add?
Could you describe the issue more detailed?
Thank you.
Re: Quanlity print from WebFxViewer
Hi,
Please help.
Thank you
Code: Select all
Stimulsoft.Report.Mobile.StiReportResponse.ResponseAsPdf(Me, report)
// code javascript show message for user to know process export finished.
Thank you
Re: Quanlity print from WebFxViewer
Hello.
Sorry but this code runs on server. You can't write such JavaScript code there.
When the export is finished the file starts downloading in browser.
Thank you.
Sorry but this code runs on server. You can't write such JavaScript code there.
When the export is finished the file starts downloading in browser.
Thank you.