Export to pdf images are displayed in original size

Stimulsoft Ultimate discussion
vladimir.mirchevski
Posts: 18
Joined: Wed Jan 28, 2015 11:09 am

Re: Export to pdf images are displayed in original size

Post by vladimir.mirchevski »

Using the latest prerelease build, the GetReportSnapshot event doesn't fire. Should I make other changes?
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Re: Export to pdf images are displayed in original size

Post by Vladimir »

Hello,

In the new version 2014.3.9 we made some changes and additions for MvcViewer component. But backward compatibility must be maintained.

We could not reproduce the problem on our test examples.
Please send us a project where the error is reproduced, we will try to solve your problem quickly.

Thank you.
vladimir.mirchevski
Posts: 18
Joined: Wed Jan 28, 2015 11:09 am

Re: Export to pdf images are displayed in original size

Post by vladimir.mirchevski »

This is my Viewer:

Code: Select all

                   @Html.Stimulsoft().StiMvcViewer(new StiMvcViewerOptions()
                   {
                       Theme = StiTheme.Office2010,
                       ActionGetReportSnapshot = "GetReportSnapshot",
                       ActionViewerEvent = "ViewerEvent",
                       ActionPrintReport = "PrintReport",
                       ActionExportReport = "ExportReport",
                       ActionInteraction = "Interaction"
                       
                   })
It works with the older version, but not with the latest. ActionGetReportSnapshot doesn't fire.
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Re: Export to pdf images are displayed in original size

Post by Vladimir »

Hello,

We have prepared a sample project for you with new DLLs. Please test it on your system and inform us about the result.

Thank you.
Attachments
NewMvcViewerTest.zip
(9.68 MiB) Downloaded 201 times
vladimir.mirchevski
Posts: 18
Joined: Wed Jan 28, 2015 11:09 am

Re: Export to pdf images are displayed in original size

Post by vladimir.mirchevski »

OK, that works. Thank you.

Is this version 2014.3.9? How can I get the registered version of the DLLs? We have version 2014.3.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Export to pdf images are displayed in original size

Post by HighAley »

Hello.

You could download the prerelease build from the Registered User Area.

Thank you.
Post Reply