Click here to Skip to main content
15,891,880 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
I Want To Read Ppt Files in Android App without the help of another application ...Is There Any Api Available For This?

[edit original question="see below"]
I Want To Read Ppt Files in Android App without the help of another application ...Is There Any Api Available For This? I got one solution for this "aspose.slide api" but i got "java heap space" error...so there is any solution for this error..and also tell me,can we solve this ques using apache poi api?
[/edit]
Posted
Updated 30-Jun-15 22:02pm
v4
Comments
Richard MacCutchan 30-Jun-15 4:03am    
No one can guess what your code does to produce the above error. Please edit your question and add the relevant detail.
Richard MacCutchan 1-Jul-15 4:03am    
No, there is no API in Android. You would have to use a 3rd party library, such as aspose, or write your own.
Member 11801671 1-Jul-15 7:43am    
thanks
Afzaal Ahmad Zeeshan 1-Jul-15 4:21am    
Heap space error means that JVM cannot allocate space on your memory. You would have to cut short memory consumption in order to minimize the error.

Also, you did find one so why are you again asking for an API? If you cannot use one, chances are you won't be able to use another one either.
Member 11801671 1-Jul-15 7:43am    
thanks

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900