Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I want to develop a PDF viewer in android.I dont want to use any 3rd party libraries like PDFBox,iText...Is it possible in android?

share|improve this question
1  
Theoretically, everything's possible. Practically, you'll need some help from Adobe or at least the source code of some open source PDF viewer project, and it's still gonna take some months (assuming you have at least 20-30 people on your team). – Vladislav Zorov May 5 '11 at 6:41

1 Answer

Start by getting a copy of the PDF specification, then implement it.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.