Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

How to open pdf file in windows 8 store apps(C#) using Foxit reader SDK or suggest me any of free library to open pdf files in windows 8 store apps.

share|improve this question

1 Answer

If you don't need to support windows RT, then you can go for iTextSharp(its free), and if you want to support windows RT then there is no free library for C#, you might prefer to code your apps using HTML5 and Javascript and use Mozilla's pdf.js to read PDF files.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.