我在用asp.net开发网站时需要实现将多个Word文档打包成一个PDF文件 的功能,奈何学艺不精,想不出好办法
我之前找到了一篇可以实现类似功能的博客,地址为:https://www.cnblogs.com/sunda888/p/13451225.html
然而在我的VS中却出现了错误
我感觉是引用出了问题,但不知道问题在哪儿,以下是我的引用
using System;
using System.Collections.Generic;
using System.Data.SqlClient;
using System.Data;
using System.IO;
using System.Linq;
using System.Web.UI.WebControls;
using Microsoft.Office.Interop.Word;
######希望有大佬能帮忙给出解决方案,如果能想到更好的办法希望指引一下我,感激不尽