Are you looking for a Library, SDK to integrate directly PDF,
DOC Reader in a Win8 RT Metro style apps?
Here are challenges you
will face :
·
How to open pdf files in metro apps
·
Programmatically Create WORD or PDF Documents?
Options:
·
For PDF, there's iTextSharp
·
Launch it in default handler for pdf files by
calling LaunchDefaultProgram
Uri myUri = new Uri
("c:/myPdf.pdf");
Launcher.LauncherDefaultProgram(myUri);
To DO : Correct Soln .working on it
Useful references and
Third party Controls:
http://msdn.microsoft.com/en-us/library/windows/apps/hh452687.aspx
http://www.componentone.com/SuperProducts/StudioWinRTXAML/
http://www.perpetuumsoft.com/SharpShooter-Reports-WinRT.aspx
Note : opinions are copied from the different websites a