菜鸟教程小白 发表于 2022-12-12 17:00:02

ios - 在 iOS 6 中渲染 PPT 文件


                                            <p><p>我正在开发一个应用程序,它将在 UIWebView 中加载 Power point 演示文件并捕获每个页面的 UIWebView 屏幕。而且我能够像演示文稿一样一张一张地显示图像。 </p>

<p>目标平台为:iOS6、iOS7</p>

<p>(1) 现在,当我想显示一个包含带有多层图像/元素的幻灯片或带有动画的幻灯片的 Power Point 文档时
(2) 自定义幻灯片大小的ppt文件</p>

<p>UIWebView 未正确呈现。因此,我看到这些幻灯片的排列和方向不同。基本上无法显示为原始图片。</p>

<p>我在 Google、Stack Overflow 甚至 Apple 文档中进行了搜索。没有任何地方证明这是不可能的。有没有其他方法可以加载不会丢失任何内容或对齐的 ppt 文件? </p>

<p>SlideShark 或 Key Note 是可以像原始 ppt 幻灯片一样显示 ppt 的应用程序。</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>遵循 UIDocumentInteractionController 的应用指南</p>

<p> <a href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIDocumentInteractionController_class/" rel="noreferrer noopener nofollow">Documentation</a> </p>

<p> <a href="https://developer.apple.com/library/ios/samplecode/DocInteraction/Introduction/Intro.html#//apple_ref/doc/uid/DTS40010052" rel="noreferrer noopener nofollow">Sample Code</a> </p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 在 iOS 6 中渲染 PPT 文件,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/20347384/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/20347384/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 在 iOS 6 中渲染 PPT 文件