Issue
I have Microsoft word Document Contains more than 50 pages
I am creating Mobile app using Xamarin.Forms
how to display the content of word file on One Page(Activity) or any other soultion..
Solution
There's no intrinsic way to show a Word Document in a Forms project as on each platform it needs a different solution.
On iOS you can write a custom renderer and use the QLPreviewController, on Android you will need to search for a custom component which will be able to display it and write the custom renderer for it.
Answered By - Gusman
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.