views:

34

answers:

0

Hello All

I am facing a problem for last 3weeks, I am fighting for its solution but still i am not getting anything which can be useful for me.

Problem - i need to open pdf on my view(inside my applicant page), right now i am able to do this but i am not satisfied to this because it take load of time, the reason is time taken in pdf rendering and then open in view. User need to wait for very heavy files.

That's why i am looking for the solution where i can display partially render pdf also. i mean rendering and display work together.

I am doing like this http://stackoverflow.com/questions/3067176/show-loading-image-when-pdf-rendering

I am using ASP.NET MVC,