View PowerPoint XML in Android as a bitmap or jpeg or png image

Raster

New Member
I have many PowerPoint presentations that I need to be able to add to the res folder in my app. They will take up a lot of memory if I do not save them as XML, PDF, or XPS. PDF and android do not come together very easily at all so I choose the path of XML or XPS. I need these to be able to be viewed and/or then edited as a bitmap.I do not understand how a PowerPoint XML is able/implemented to be viewed or drawn onto the screen. I also do not understand how I would do the same with PowerPoint XPS, but only one method(XPS or XML) is needed. I do know that PDF has slowly become not an option as to the complexity of the file and that there are no standard viewer API's.So basically...
  • I need to display/view a XML or XPS PP presentation as a bitmap on android
  • I can use XML and Java
  • I have done research but I still need to understand the underlying factors that go into do this implementation
I would attach code below but the size is too large for Stack Overflow. I would recommend testing with PP and save as PowerPoint XML format if you need to.Thank you so much for your help.
 
Back
Top