在asp.net中创建pdf [英] create pdf in asp.net

查看:59
本文介绍了在asp.net中创建pdf的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Response.ContentType =应用程序/八位字节流"

Response.AddHeader("Content-disposition","inline; filename = Reportname.pdf")


如何在不询问保存对话框的情况下下载文件?
以及如何设置该文件的下载路径?

Response.ContentType = "Application/octet-stream"

Response.AddHeader("Content-disposition", "inline; filename=Reportname.pdf")


how to download file without ask save dialogbox?
and how to set download path of that file?

推荐答案

由于安全原因,您不能跳过浏览器的默认行为,这适用于Web应用程序.

投票是否有帮助
You can not skip browser''s default behavior due to security reasons apply on web applications.

vote if it helps


这篇关于在asp.net中创建pdf的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆