Hie,
i had written a small code to view pdf file using radpdfviewer and calling the aspx file on server via IIS..
but the problem is, it taking too much time to load on server..
can its downloading pdf file first then showing pdf??
3 Answers, 1 is accepted
0
Kammen
Telerik team
answered on 17 Oct 2013, 08:39 AM
Hi,
RadPdfViewer can work with both stream and Uri. That said you can try downloading the document on the client side and create a DocumentSource from it.
Regards,
Kammen
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely. Sign up for Free application insights >>
Thanks for your instant reply...
Can you give example for this statement "try downloading the document on the client side and create a DocumentSource from it"....????
0
Alexander
Telerik team
answered on 22 Oct 2013, 03:04 PM
H Neeraj,
Setting the DocumentSource property in the latest official version of RadPdfViewer Q3 2013 will do this automatically for you. I would suggest downloading and using the latest version of the controls in your project.
Regards,
Alexander
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely. Sign up for Free application insights >>