PDF Image Quality
Re: PDF Image Quality
Hello,
We have added this task in our to-do list, most likely it will appear in the release 2013.2.
Than kyou.
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
HelloVladimir wrote:Hello,
We have added this task in our to-do list, most likely it will appear in the release 2013.2.
Than kyou.
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
Hello,
Sorry, but the revision has not been implemented in the 2013.2 version, it is in our to-do list.
Thank you.
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
May I know if there are any updates?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.
Re: PDF Image Quality
Hello,
You can set two options for WebViewerFx:
It will be similar to set the option for WebViewer:
Thank you.
You can set two options for WebViewerFx:
Code: Select all
StiWebViewerFxOptions.Print.AllowPrintToHtml = false;
StiWebViewerFxOptions.Print.AllowDefaultPrint = false;
Code: Select all
PrintDestination=StiPrintDestination.Pdf
Re: PDF Image Quality
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.Vladimir wrote:Hello,
You can set two options for WebViewerFx:
It will be similar to set the option for WebViewer:Code: Select all
StiWebViewerFxOptions.Print.AllowPrintToHtml = false; StiWebViewerFxOptions.Print.AllowDefaultPrint = false;
Thank you.Code: Select all
PrintDestination=StiPrintDestination.Pdf
Re: PDF Image Quality
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.
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
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.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.
Re: PDF Image Quality
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.
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
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.
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.