开发者

PDF reader for WP7 [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 10 years ago.

Are there any free PDF reader API's available for WP7? I nee开发者_如何学运维d to read and display a PDF file, just like how Acrobat reader does.


No, there's nothing built into Windows Phone 7 to display PDF files and I'm not aware of any free compatible libraries (that's not to say there isn't one). If you're able to host the PDF files online, then you can link to that and have the user use the Acrobat Reader app to read it.

   WebBrowserTask wbt = new WebBrowserTask();
   wbt.Url = @"http:\\www.example.com\mypdffile.pdf
   wbt.Show();


Check PDFSharp

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜