Page 2 of 3
Re: PDF Image Quality
Posted: Wed Sep 11, 2013 6:44 am
by Vladimir
Hello,
We have added this task in our to-do list, most likely it will appear in the release 2013.2.
Than kyou.
Re: PDF Image Quality
Posted: Fri Oct 25, 2013 9:05 am
by Togo
Vladimir wrote:Hello,
We have added this task in our to-do list, most likely it will appear in the release 2013.2.
Than kyou.
Hello
May I know if the feature has been implemented in the 2013.2 release? If so then what modifications do I need to make to utilize that?
Thanks
Re: PDF Image Quality
Posted: Fri Oct 25, 2013 1:46 pm
by Vladimir
Hello,
Sorry, but the revision has not been implemented in the 2013.2 version, it is in our to-do list.
Thank you.
Re: PDF Image Quality
Posted: Wed Feb 05, 2014 1:03 pm
by Togo
Vladimir wrote:Hello,
Sorry, but the revision has not been implemented in the 2013.2 version, it is in our to-do list.
Thank you.
May I know if there are any updates?
Re: PDF Image Quality
Posted: Thu Feb 06, 2014 6:16 am
by Vladimir
Hello,
You can set two options for WebViewerFx:
Code: Select all
StiWebViewerFxOptions.Print.AllowPrintToHtml = false;
StiWebViewerFxOptions.Print.AllowDefaultPrint = false;
It will be similar to set the option for WebViewer:
Code: Select all
PrintDestination=StiPrintDestination.Pdf
Thank you.
Re: PDF Image Quality
Posted: Thu Feb 06, 2014 7:17 am
by Togo
Vladimir wrote:Hello,
You can set two options for WebViewerFx:
Code: Select all
StiWebViewerFxOptions.Print.AllowPrintToHtml = false;
StiWebViewerFxOptions.Print.AllowDefaultPrint = false;
It will be similar to set the option for WebViewer:
Code: Select all
PrintDestination=StiPrintDestination.Pdf
Thank you.
Thanks for your response, but I think you have missed the point. What we wished to achieve in WebViewerFx is to print the report via PDF (due to quality reason) and in WebViewer the behavior is exactly what we wanted (Clicked "Print" -> Generate PDF file and open print dialog) when the print destination option is set to PDF.
Re: PDF Image Quality
Posted: Thu Feb 06, 2014 12:38 pm
by HighAley
Hello.
If you set the static options in the WebViewerFx, there will be print with PDF feature available only. So you will get what you need.
Do you have any problems with it?
Thank you.
Re: PDF Image Quality
Posted: Fri Feb 07, 2014 2:10 am
by Togo
Aleksey Andreyanov wrote:Hello.
If you set the static options in the WebViewerFx, there will be print with PDF feature available only. So you will get what you need.
Do you have any problems with it?
Thank you.
Sorry if I didn't make myself clear, but the main problem is that in WebViewerFx the resulting PDF file is treated like an attachment and the user can only see the Open/Save dialog of the browser, whereas in WebViewer the print dialog of the PDF viewer will be brought up.
Re: PDF Image Quality
Posted: Fri Feb 07, 2014 1:56 pm
by HighAley
Hello.
Now we understand your problem. We need some time to check if it's possible to change printing algorithm in WebViewerFx.
We will let you know about results.
Thank you.
Re: PDF Image Quality
Posted: Mon Feb 10, 2014 7:23 am
by Vladimir
Hello,
We have corrected the WebViewerFx behavior when printing to PDF, now instead of saving file dialog should appear the printing to PDF dialog. The update will be available in the next prerelease build this week.
Thank you.