【发布时间】:2011-03-25 07:48:17
【问题描述】:
我们有一个项目需要将以下文件类型转换为 PDF:
- 应用程序/msword .doc
- 应用程序/rtf .rtf
- 应用程序/vnd.ms-excel .xls
- 应用程序/vnd.ms-powerpoint .ppt
- application/vnd.oasis.opendocument.presentation.odp
- application/vnd.oasis.opendocument.spreadsheet.ods
- application/vnd.oasis.opendocument.text.odt
- application/vnd.openxmlformats-officedocument.presentationml.presentation.pptx
- application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.xlsx
- application/vnd.openxmlformats-officedocument.wordprocessingml.document.docx
- 应用程序/vnd.sun.xml.calc .sxc
- application/vnd.sun.xml.writer .sxw
- 文本/html .html
- 文本/纯文本.txt
我们找到了许多工具/产品,但没有一个可以从所有格式转换。
我们更喜欢具有 .net API 并且可以将文档作为字节数组的工具。
有没有人推荐的产品/工具?
【问题讨论】: