word 书签可以帮助程序员快速定位到文档指定地点,本教程展示如何使用spire.doc获取某一个书签,并在书签现有内容的后面插入表格。 c# //加载模板文档 document doc = new document(); doc.loadfromfile(@"c:\users\administrator\desktop\employee.docx");…
spire.doc拥有强大的转换功能。本文将介绍如何使用spire.doc将html string和html file两种html样式的文档保存为pdf格式。 html string另存为pdf格式 c# string html = file.readalltext("inputhtml.txt");…