C# word 转换成pdf 并且修改其中控件内容
由于业务需求,根据模板生成word .而我们的模板是使用vsto开发的wps 插件。在生成word 以后需要生成pdf。需求如下:
1、下载是带水印
2、将其中零时编号改成正式编号(审批通过的编号)
3、去掉之前控件背景色
4、生成pdf
完整代码如下:这是一个一般处理程序.ashx
using Microsoft.Office.Interop.Word;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Web;
using Woo.Utility;
using WooDataEntity;
namespace Web.ModuleBusiness.ContractText
{
///
///
版权声明:
作者:lichengxin
链接:https://www.techfm.club/p/8640.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。
THE END
二维码
共有 0 条评论