Quanlity print from WebFxViewer

Stimulsoft Reports.WEB discussion
Post Reply
pdt1704
Posts: 60
Joined: Tue Nov 15, 2011 9:12 pm

Quanlity print from WebFxViewer

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

Re: Quanlity print from WebFxViewer

Post 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.
pdt1704
Posts: 60
Joined: Tue Nov 15, 2011 9:12 pm

Re: Quanlity print from WebFxViewer

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

Re: Quanlity print from WebFxViewer

Post 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.
pdt1704
Posts: 60
Joined: Tue Nov 15, 2011 9:12 pm

Re: Quanlity print from WebFxViewer

Post by pdt1704 »

Hi,
I'm sorry for don't reply along time. I think issue is Flat not Stimulsoft Report.
Thank you.
pdt1704
Posts: 60
Joined: Tue Nov 15, 2011 9:12 pm

Re: Quanlity print from WebFxViewer

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

Re: Quanlity print from WebFxViewer

Post by HighAley »

Hello.

What code do you want to add?
Could you describe the issue more detailed?

Thank you.
pdt1704
Posts: 60
Joined: Tue Nov 15, 2011 9:12 pm

Re: Quanlity print from WebFxViewer

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

Re: Quanlity print from WebFxViewer

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