load(...); $presentation = IOFactory::load($path); $oTree = new PresentationWriter($presentation); return $oTree->renderHtml(); } return ''; } }