I want to import .doc files from sdcard into my application and also in database of my application but when i am importing file text is not displaying correctly. It is showing symbols characters. How to change format from .doc to .txt
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
.doc is a Microsoft Word document file format which is not a plain text file. Its a binary file. So if you want to show only text, use a plain ASCII (.txt) file. If you want to show text with formatting or images then consider using HTML with WebView.