OpenTBS 1.9.0 发布,此版本包括 8 个 bug 修复,添加了 6 个新特性和 3 处功能增强。
重要改进记录:
commands for selecting a file, selecting headers and footers
retrieving the list of headers and footers
searching a string in slides
a new argument $Master for counting a selecting slides
重要 bug 修复:regarding compatibility between LibreOffice and Excel
OpenTBS 是基于 TinyButStrong 模板引擎的 PHP 工具,用来帮助生成 OpenOffice 和 MS Office 文档。
示例代码:
include_once('tbs_class.php');
include_once('tbs_plugin_opentbs.php');
$TBS = new clsTinyButStrong;
$TBS->Plugin(TBS_INSTALL, OPENTBS_PLUGIN);
暂无更多评论