symfony2 - OpenTBSBundle - Template not found -
// service $tbs = $this->container->get('opentbs'); // load template $template = __dir__ . '/../../../../web/tbs-templates/klinik_template.pptx'; $tbs->loadtemplate($template, opentbs_already_utf8); // send file $tbs->show(opentbs_download, 'klinik.pptx');
i dont know how load template. error: tinybutstrong error opentbs plugin: template '/home/chuebert/web/garmanzky/repu/src/bundle/userbundle/controller/../../../../web/tbs-templates/klinik_template.pptx' cannot found. process ending, unless set noerr property true.
i dont find help in documentation of http://www.tinybutstrong.com/. dont understand how load pptx file.
please help.
the error message means opentbs (and php) cannot found template file @ '/home/chuebert/web/garmanzky/repu/src/bundle/userbundle/controller/../../../../web/tbs-templates/klinik_template.pptx'
. have check if right path template.
symfony2 templates powerpoint opentbs
No comments:
Post a Comment