如何在.Net中读取rtfd数据
我有一个 .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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论