如何在.Net中读取rtfd数据

发布于 2024-11-27 18:59:35 字数 314 浏览 1 评论 0原文

我有一个 .plist 文件,其中包含一些 Base64 编码字符串形式的 RTFD 数据。我想在 .net 应用程序中读取 RTFD 数据。在.Net中,我可以轻松地将base64转换为字节数组。但是,不知道如何从 RTFD 数据字节数组中提取文件。如果我将字节数组保存到磁盘上的某个文件,然后在记事本中打开它,那么我可以看到 rtf 数据以及存储在其中的附加图像二进制文件。我的问题是我没有找到任何 RTFD 文件格式或规范来读取 Windows 中的二进制结构。

我需要知道,是否有可用的 RTFD 文件结构规范?或者直接在.net 中读取 RTFD 的任何其他方式。

谢谢,

i have one .plist file containing some RTFD data in form of Base64 encoded string. I want to read that RTFD data in the .net application. In .Net i can convert base64 to byte array easily. But, don't know how to extract files from RTFD data byte array. If i save the byte array to some file on disk and then open it in notepad, then i can see rtf data along with attached image binary stored in it. My problem is i didn't found any RTFD file format or specification to read its binary structure in windows.

I need to know, Is there any RTFD file structure specification available? OR Any other way to read RTFD directly in .net.

Thanks,

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文