HtmlToOpenXml - HTML 到 Docx 转换 -
如何使用 HtmlToOpenXML API 将 HTML 转换为 Docx 时启用页码。
谢谢
How to enable page numbers while converting HTML to Docx using HtmlToOpenXML API.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我相信 HtmlToOpenXML 依赖于 OpenXml SDK。此时由于HtmlToOpenXML不支持页码,您可以使用SDK直接添加页码。
您可以通过使用 SDK 的 OpenXml Productivity Tool 的 反映代码功能。
我自己已经这样做了,但是它会生成很多代码,所以我不会在这里发布它。但这很容易做到。
I believe HtmlToOpenXML is dependent on the OpenXml SDK. In this case because HtmlToOpenXML does not support page numbers, you can use the SDK to add page numbers directly.
You can find out how to do this by generating the code required to create a simple word document with page numbers using the SDK's OpenXml Productivity Tool's Reflect Code feature.
I have done this myself but it generates a lot of code so I won't post it here. It's very easy to do though.