Hi,

How to Open PDF document in asp.net web page without asking save/open/cacel dialogue .

I have tried but every time it prompts for saving/opening or cancel action.

Thanks in advance.

Rakesh

Recommended Answers

All 8 Replies

Hi,

Thanks for your prompt reply.

I had tried the same things also but it invokes the dialogue box for saving/opening.

Regards,
Rakesh

try a response.redirect to the document. i should not ask.

Hey, maybe

Response.Redirect("pdfpath/pdfdoc.pdf");

is what you're looking for?

EXCELLENT SINGLE LINE ANSWER! laurichi

I'm not sure that is the right solution, because if you redirect to a pdf file so the user on the other side has to have AcrobatReader on his machine, AcrobatReader know to open the file on the explorer, think of it as en addin to explorer so with out it the explorer does not know how to open the PDF file.
There is a simple solution posted by Microsoft in the next link:
http://support.microsoft.com/kb/307603/EN-US/
I think its a better solution, but what ever you like.

There are various approaches used to display PDF documents in a webpage. Displaying PDF documents in a webpage using simple ASP.NET custom server control or Directly rendering the PDF documents on the webpage. So if you want to know more details on these approaches, you can refer following links.

http://www.protalk.in/dotnet/how-to-display-pdf-documents-with-asp-net-part-1/

http://www.protalk.in/dotnet/how-to-display-pdf-documents-with-asp-net-part-2/

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.