chaslain/docx-replace

此包的最新版本(1.1.0)没有提供许可证信息。

允许您对docx文件执行简单的搜索和替换操作

1.1.0 2021-07-09 19:02 UTC

This package is not auto-updated.

Last update: 2024-09-27 10:18:12 UTC


README

To replace text inside a docx, create an instance. The constructor is default.

Call open() and pass in the path of the file.

Then, call replace($search, $replace) as many times as necessary. Note it will only replace the first instance of something.

Call save() to update the docx file.


-- 2021-07-08 20:48 - ajohnston

-- with any questions, email alanjohnston800@gmail.com