Hello,
I have read all of the hard tasks of showing a PDF file on both Android and iOS. I am needing to display a documentation file in the app but also allow searching within the app. One way I thought of doing this is converting the PDF to HTML and then display within a webView. As for the searching I can actually load the HTML through an ASP.NET page since I am a .NET developer and include the search with it.
I think my biggest challenge is getting the HTML in the website to show in mobile wen format so it is not so small to view and read.
Does anyone suggest another method to replace the PDF files and include searching?
Thanks,
Warren