摘要:
Aspose.Words操作word生成PDF文档 using Aspose.Words; using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace TempAspo 阅读全文
摘要:
using System; using System.Collections.Generic; using System.Data; using System.IO; using System.Linq; using System.Text; using NPOI.HPSF; using NPOI. 阅读全文
摘要:
一篇关于Asp.Net Web Api下载文件的文章,之前我也写过类似的文章,请见:《ASP.NET(C#) Web Api通过文件流下载文件到本地实例》本文以这篇文章的基础,提供了ByteArrayContent的下载以及在下载多个文件时实现在服务器对多文件进行压缩打包后下载的功能。关于本文中实现 阅读全文