• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Tim Cooke
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • Junilu Lacar
  • Rob Spoor
  • Jeanne Boyarsky
Saloon Keepers:
  • Stephan van Hulst
  • Carey Brown
  • Tim Holloway
  • Piet Souris
Bartenders:

Help Please me in my project

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey friends i am trying to design a reader program which can read all type of document (e.g. .doc, .text, .pdf, etc) for my android phone,
please tell me where from i should start ?
 
Rancher
Posts: 43076
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
That's hard. Structured documents (like MS Office and PDF) do not lend themselves easily to being read. The Apache POI library has classes to extract text from DOC/DOCX files, but the library does not run on Android out of the box (due to the reliance on AWT classes that do not exist on Android). Maybe you can strip down the library to just those text extraction classes, and have an easier time porting those to Android.

Similarly, PDFBox can extract text from PDFs; I'm not sure if it runs on Android.
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
For more tutorials

visit

http://www.androidituts.com
 
No thanks. We have all the government we need. This tiny ad would like you to leave now:
The Low Tech Laboratory Movie Kickstarter is LIVE NOW!
https://www.kickstarter.com/projects/paulwheaton/low-tech
reply
    Bookmark Topic Watch Topic
  • New Topic