Hi, I am trying to extract embedded equations inside a Word document into a PowerPoint document(I want to repeat this several hundreds of time). I have got the following information from POIFSFileSystem and POIFSLister class
Root Entry - SummaryInformation <(0x05)SummaryInformation> [424 / 0x1a8] DocumentSummaryInformation <(0x05)DocumentSummaryInformation> [220 / 0xdc] WordDocument [33475 / 0x82c3] 1Table [13981 / 0x369d] ObjectPool - _1343968404 - CompObj <(0x01)CompObj> [105 / 0x69] ObjInfo <(0x03)ObjInfo> [6 / 0x6] Equation Native [71 / 0x47] Ole <(0x01)Ole> [20 / 0x14] but, my question is how exactly do I get text like this (When I try to extract embedded equations as plain text using WordExtractor) !!EMBED Equation.3 to match the same object list above? only by orders? Another question is can I insert directly using the OLE Object into a HSFLSlideShow to avoid the time spend on extracting and inserting into a .ppt? Or is it just better I extract the equations as images and insert it into a HSFLSlideShow than insert the OLE Object directly?