默认情况下会自动转换你的图片路径如: 转换: /path/name.jpg 为 ../path/name.jpg 带有域名的路径也会被转换为相对路径. 需要修改一个设置convert_urls,官方文档: https://www.tinymce.com/docs/configure/url-handling/#convert_urls This option enables you to control whether TinyMCE is to be clever and restore UR
这里我就直接把我的页面贴进来了 using System; using System.Collections.Generic; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using iTextSharp; using iTextSharp.text.pdf; using iTextSharp.text; using System.IO; using System.Diagnostics; pub