PDF Image Quality

Stimulsoft Ultimate discussion
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Re: PDF Image Quality

Post 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.
Togo
Posts: 58
Joined: Wed Jun 19, 2013 4:34 am

Re: PDF Image Quality

Post 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
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Re: PDF Image Quality

Post 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.
Togo
Posts: 58
Joined: Wed Jun 19, 2013 4:34 am

Re: PDF Image Quality

Post 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?
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Re: PDF Image Quality

Post 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.
Togo
Posts: 58
Joined: Wed Jun 19, 2013 4:34 am

Re: PDF Image Quality

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

Re: PDF Image Quality

Post 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.
Togo
Posts: 58
Joined: Wed Jun 19, 2013 4:34 am

Re: PDF Image Quality

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

Re: PDF Image Quality

Post 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.
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Re: PDF Image Quality

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