如何使用C#读取.odt文件 [英] how to read .odt file using C#

查看:183
本文介绍了如何使用C#读取.odt文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

根据我的要求,我需要在字符串中读取.odt文件。请任何人都可以为此提供建议。



感谢和问候

Hari

Hi all,
As per my requirement i need to read .odt file in string.Please anybody can give idea for that.

Thanks&Regards
Hari

推荐答案

检查以下提到的链接:



http://www.independentsoft.de/odf/ [ ^ ]



从路径读取openoffice文件(.odt文件)并将其转换为在C#中生成pdf的代码。 net 2.0 [ ^ ]



我希望这会对你有所帮助。
Check below mentioned links:

http://www.independentsoft.de/odf/[^]

Code to read openoffice file (.odt file) from a path and convert it to generate pdf in C#.net 2.0[^]

I hope this will help to you.


application / .odt的/vnd.oasis.opendocument.text。

application / vnd.oasis.op endocument.spreadsheet for * .ods。

application / vnd.oasis.opendocument.presentation for * .odp





在下载时使用上面的字符串作为打开文档文件作为contentType。
application/vnd.oasis.opendocument.text for *.odt.
application/vnd.oasis.opendocument.spreadsheet for *.ods.
application/vnd.oasis.opendocument.presentation for *.odp


use above string for open document file for as contentType when downing loading.


这篇关于如何使用C#读取.odt文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆