在 asp.net/C# 中将 doc、pdf 转换为 html 或可打印格式

发布于 2024-10-31 01:41:03 字数 249 浏览 3 评论 0原文

我正在为客户端项目使用 c# 和 asp.net 3.5。 在我的项目中,我的客户在网站上上传 Microsoft Word 文档或 PDF,我必须以 html 格式显示此文档以供打印。 该文档将包含许多图像或图表。 我们不会使用 Microsoft Interop Library。 我尝试过aspose,结果不是很好。 我不知道 iTextSharp 是否可以将带有图像的 PDF 转换为 html 文档。 有人可以指导我如何完成这项工作吗?

感谢您提前的帮助。

I am using c# and asp.net 3.5 for a client project.
In my project my client uploads Microsoft word document or PDF on the site and I have to show this document in html format for printing.
This document are going to have many images or charts.
And we are not going to use Microsoft Interop Library.
I have tried aspose and the result was not very good.
I don't known if iTextSharp can convert PDF with images to html document.
Can someone guide me on how to do this work?

Thanks For your help in advance.

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

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

发布评论

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

评论(3

冷︶言冷语的世界 2024-11-07 01:41:03

也许仅仅通过 Google 文档查看器 显示文档就足够了?

Maybe simply showing the documents via Google Docs Viewer is sufficient?

离线来电— 2024-11-07 01:41:03

将 PDF 转换为 HTML 很复杂。有许多库可以将 PDF 转换为图像。您可以在网页中显示转换后的图像以进行打印吗?

您可以尝试 O2 解决方案/aspose

Coverting PDF to HTML is complex.There are many libraries that convert PDF to image. Can you show the converted image in your web page for printing??

You can try O2 solutions/aspose

可是我不能没有你 2024-11-07 01:41:03

几年前,我开发了一项 Windows 服务,该服务使用 Microsoft Interop Library 打开在文件夹上发布的文档并将其转换为 HTMLPDF 格式。
唯一的问题是我必须在服务器上安装 MS Office,因为我需要支持文档 97/2000
如果您只需要支持新格式,您可以尝试查看 Open XML SDK

Few years ago I had developed a windows service which used the Microsoft Interop Library to open documents published on a folder and convert them in HTML and PDF.
The only problem was I had to install MS Office on the server cause I needed to support documents 97/2000.
If you just need to support new formats you can try to have a look at the Open XML SDK.

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