Display pdf file inside website MVC by asp.net

Hi all
I want to display one or more file .pdf in my website MVC(asp.net) when user select one file .pdf, how coud I do start?

1 Reply

BP Bhuvaneswari P Syncfusion Team May 26, 2009 11:27 AM UTC

Hi,

Thank you for your interest in Syncfusion products.

It’s not possible to open more than one document at a time. Since we are using Response it will return after one document is opened or saved. As a workaround we can display each document as link and open the desire document by clicking the links.

Please refers to the below sample:
http://files.syncfusion.com/samples/DocIO.Windows/PDF_Multipledocument_81923.zip

For more samples please refer our Online MVC samples from the below link:
http://samples.syncfusion.com/mvcpdfdemo/v7.2.0.20

Please let me know if you have any other questions.

Best Regards,

Loader.
Up arrow icon