C# 调用FLashPaper2(二)
摘要:
C#调用FlashPaper2[2011-4-14 10:06:41]c:相信大家都知道“FlashPaper”这个东西是用来干什么的,他是一个转换的软件,通过虚拟打印机把文件流转换成PDF或SWF文件。这里废话就不多说了,直接看如何使用C#调用FlashPaper2:protected void Button1_Click(object sender, EventArgs e){string root = Server.MapPath("~/"); // 获取虚拟路径。string path = this.FileUpload1.PostedFile.FileName; 阅读全文
posted @ 2012-05-10 14:14
Tyler Wang
阅读(945)
评论(0)
推荐(1)
浙公网安备 33010602011771号