gpt4 book ai didi

ios - UIWebView 显示带有图像和表格的 RTF 文件

转载 作者:可可西里 更新时间:2023-11-01 06:17:33 24 4
gpt4 key购买 nike

对于一个项目,我需要在 iPad 上显示 RTF 文件的内容。经过一些搜索,我发现您可以在 UIWebView 中加载 RTF 文件。但是,当我这样做时,会显示文件的内容,但缺少表格边框和图像。粗体/斜体/带下划线的文本效果很好。

我用来显示文件的代码:

NSURL *url = [[NSBundle mainBundle] URLForResource:@"A" withExtension:@".rtf"];

NSLog(@"URL: %@", url);

NSURLRequest *req = [NSURLRequest requestWithURL:url];

[_webView loadRequest:req];

RTF 文件:

https://dl.dropbox.com/u/4966217/A.rtf

如何在我的应用中显示图像和表格边框?

最佳答案

如果你只想显示 rtf 文件,那么你也可以使用 QLPreviewController。它支持多种文件格式进行预览。

这是 QLPreviewController 的文档链接: http://developer.apple.com/library/ios/#documentation/NetworkingInternet/Reference/QLPreviewController_Class/Reference/Reference.html

这里是示例代码: http://developer.apple.com/library/ios/#samplecode/DocInteraction/Introduction/Intro.html#//apple_ref/doc/uid/DTS40010052

关于ios - UIWebView 显示带有图像和表格的 RTF 文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12741267/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com