skip to Main Content

I’m working on a project where there is a feature choose file and extract text from those particularly file anyone can help me I’m developing this app in android studio using java technology

2

Answers


  1. yes you can apache poi jar file in your android studio lib directory

    Login or Signup to reply.
  2. First try to convert doc to html then extract text from html.
    check this link: Convert .docx to HTML using JAVA

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search