gpt4 book ai didi

pdf - 如何在 Windows Phone 8 中打开 pdf 文件?

转载 作者:行者123 更新时间:2023-12-04 17:50:31 25 4
gpt4 key购买 nike

我的应用程序中有一些 pdf 文件(项目文件),我想如何在 Adob​​e Reader 或其他中打开,但我不知道如何打开。

在 iOS 中更容易,在 Android 中我知道如何,但我不知道 WP8 中如何。

我是 Windows Phone 8 的新手:/

谢谢大家!

最佳答案

您必须使用 LaunchFileAsync Launcher的方法类(class)。例子:

// Access the file.
StorageFile pdfFile = await Windows.ApplicationModel.Package.Current.InstalledLocation.GetFileAsync("file.pdf");

// Launch the pdf file.
Windows.System.Launcher.LaunchFileAsync(pdfFile);

您将在此处找到更多信息:

Auto-launching apps using file and URI associations for Windows Phone 8

关于pdf - 如何在 Windows Phone 8 中打开 pdf 文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17615504/

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