如何使用 C# 将 Word 文件内容(包含图像和表格)转换为 RFC 822 格式?
- 我想阅读一个Word文件(包含图像和表格)。
- 之后我想将其内容转换为“RFC 822 格式”。
寻找上面的一些 API 和示例代码。
- I want to read a Word file (contains images and table).
- After that i want to convert it's content into "RFC 822 format ".
Looking for some APIS and sample code for above.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
从Open XML SDK 2.0 for Microsoft Office开始阅读字文件。
Start with the Open XML SDK 2.0 for Microsoft Office to read the Word file.
RFC 822 不是您正在寻找的规格。
RFC 5322 的摘要揭示了一个原因:
本段第 1.1 节(“范围”)揭示了另一个问题:
我认为您实际上想要另一个问题的答案,例如:
如果我错了,并且您确实询问如何将Word文档转换为纯文本电子邮件,那么您可能应该看看antiword,一个功能强大的工具,用于将 Word 文档转换为纯文本、PostScript、PDF 或 docbook。 (不过,没有迹象表明它在输出纯文本时可以对图像执行任何操作 - 但是,无论如何。)
RFC 822 is not the specification you're looking for.
The abstract for RFC 5322 reveals one reason:
This paragraph from section 1.1 ("Scope") reveals another:
I think that you actually want the answer to a different question, like:
If I'm wrong, and you really are asking how to convert Word documents to plain text emails, you should probably take a look at antiword, a highly featureful tool for converting Word documents to plain text, PostScript, PDF, or docbook. (There's no indication that it can do anything with images when outputting plain text, though — yet, anyway.)