使用PDF itextsharp.dll并创建并显示它 [英] using PDF itextsharp.dll and Creating and display it

查看:115
本文介绍了使用PDF itextsharp.dll并创建并显示它的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用itextsharp,我只想保存并显示它具有它的类,但是如何保存并在浏览器中显示呢?


I am using the itextsharp and i want just to save it and display i have its class to make it but how to save it and display same on browser?


Response.ContentType = "text/pdf";
Response.AppendHeader("Content-Disposition", "attachment; filename=" + "_" + Session["Email"].ToString() + ".pdf");
Thread.Sleep(5000);
            
Response.End();




我也在使用上面的代码




i am using the above code too

推荐答案

您能不能拥有看看这个链接?


这篇关于使用PDF itextsharp.dll并创建并显示它的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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