user1482528
user1482528

Reputation: 53

How to open .pdf, .doc files in Windows Phone (C#)

Is there any possibility to open word or pdf file in Windows Phone ? I get the file byte data from specified API, and I want to have possibility in my application to preview the file...

Upvotes: 2

Views: 3554

Answers (2)

Shashi
Shashi

Reputation: 2898

I think you need to use FOXIT SDK for WP7

Upvotes: 1

Joel
Joel

Reputation: 4882

you might have a look at this tutorial:

http://mobile.dzone.com/news/displaying-pdf-files-windows

But the component used is not open source. http://www.componentone.com/SuperProducts/PdfViewerPhone/

As far as i know there are no open source pdf viewer implementations for WP7/8 available.

You could try to get ComponentOne for free or with an massiv discount if you are an registered windows phone developer. Have a look at http://dev.windowsphone.com/en-us/featured/partners

Upvotes: 1

Related Questions