从7.3.3版本开始,spire.doc支持转换word文档到pdf时,保留word文档的标题作为pdf书签。本文将介绍如何使用spire.doc来实现这一功能。 原word文档: c# using spire.doc; namespace keep_word_headings_as_pdf_bookmarks { class program…
spire.doc拥有强大的转换功能。本文将介绍如何使用spire.doc将html string和html file两种html样式的文档保存为pdf格式。 html string另存为pdf格式 c# string html = file.readalltext("inputhtml.txt");…
转换功能作为spire.doc产品的一个主要亮点,spire.doc支持将多种格式的word文档(word 97/2003/2007/2010/2013 )转换为其他格式的文件以及word新旧版本间的相互转换。spire.doc支持 word 文件与 xml、rtf、txt和html 等格式文件之间的双向转换。同时,它还支持将 word 文件高质量地转换为 pdf…