.net开发技术
北辰之北灬
向着Sun前进!!!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
.net中上传文件到服务器端
protected void btnSubmit_Click(object sender, EventArgs e) { HttpFileCollection files = Request.Files; HttpPostedFile userPostedFile = files[0]; string fullfilename = use原创 2016-03-26 10:44:57 · 719 阅读 · 0 评论 -
.net将word文档格式转换为pdf文件格式
public static bool WordToPdf(string sourcePath, string targetPath) { bool result = false; WdExportFormat wdExportFormatPDF = WdExportFormat.wdExportFormatPDF;//转换格式1.wd原创 2016-03-28 11:18:10 · 816 阅读 · 0 评论
分享