Page 1 of 1
Quanlity print from WebFxViewer
Posted: Sun Jan 17, 2016 5:33 am
by pdt1704
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.
Re: Quanlity print from WebFxViewer
Posted: Mon Jan 18, 2016 2:08 pm
by HighAley
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.
Re: Quanlity print from WebFxViewer
Posted: Tue Jan 19, 2016 3:35 am
by pdt1704
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.
Re: Quanlity print from WebFxViewer
Posted: Tue Jan 19, 2016 7:07 am
by HighAley
Hello.
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;
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.
Re: Quanlity print from WebFxViewer
Posted: Mon Feb 08, 2016 8:28 am
by pdt1704
Hi,
I'm sorry for don't reply along time. I think issue is Flat not Stimulsoft Report.
Thank you.
Re: Quanlity print from WebFxViewer
Posted: Mon Feb 08, 2016 8:35 am
by pdt1704
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.
Re: Quanlity print from WebFxViewer
Posted: Mon Feb 08, 2016 11:58 am
by HighAley
Hello.
What code do you want to add?
Could you describe the issue more detailed?
Thank you.
Re: Quanlity print from WebFxViewer
Posted: Mon Feb 08, 2016 2:42 pm
by pdt1704
Hi,
Code: Select all
Stimulsoft.Report.Mobile.StiReportResponse.ResponseAsPdf(Me, report)
// code javascript show message for user to know process export finished.
Please help.
Thank you
Re: Quanlity print from WebFxViewer
Posted: Tue Feb 09, 2016 6:47 am
by HighAley
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.