Response.ContentType = "Application/pdf";
string FilePath = Server.MapPath("reliance.pdf");
Response.WriteFile(FilePath);
Response.End();
我们如何在浏览器打开之前调整pdf文件的大小....你能告诉我吗?感谢
答案 0 :(得分:1)
看看这个,你可以用一些参数自定义很多:
http://partners.adobe.com/public/developer/en/acrobat/PDFOpenParameters.pdf