'屏幕截图'文件数量

发布于 2024-10-21 22:55:57 字数 141 浏览 6 评论 0原文

我正在寻找将 docx (以及后来的 excel 和 powerpoint)文档的第一页转换为图像的方法。我宁愿不手动解析文档的整个 xml,因为这看起来工作量很大;)

所以我想我只是想收集一些关于如何最好地解决这个问题的资源。

谢谢!

I am looking for ways to convert the first page of a docx (and later excel and powerpoint) document to an image. I would rather not manually parse the document's entire xml since that seems like a lot of work ;)

So I guess I'm just trying to collect some resources on how to best tackle this.

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

往事风中埋 2024-10-28 22:55:57

渲染是最困难的任务:-)

我会这样做:

DOCX -> PDF(通过 Aspose.Words) ->通过 Aspose.Pdf.Kit 渲染

不是一个完美的解决方案(就“看起来像是从 Word 打印出来的”而言),但是是我能想到的最合适的解决方案。

此外,您可以使用一些 Microsoft Office 互操作性,这需要安装 Office。

Rendering is the most difficult task :-)

I would go something like this:

DOCX -> PDF (via Aspose.Words) -> Render via Aspose.Pdf.Kit

Not a perfect solutions (in terms of "looks like printed from Word"), but the most suitable I can think of.

In addition, you could use some Microsoft Office interop, which would require Office to be installed.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文