Search Results

0
votes

“name” web pdf for better default save filename in Acrobat?

Instead of attachment you can try inline: Response.AddHeader("content-disposition", "inline;filename=MyFile.pdf"); I used inline in a previous web application that …