How to Create a word .doc file from a .doc template in php

后端 未结 4 2137
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-02 12:40

I need to create a word document from a word template, its something like, we need to replace the few strings (say variables) in the template with the values.

Please

4条回答
  •  無奈伤痛
    2021-01-02 13:02

    i think this will help you

    docxtemplater-master

    Generate docx from templates, https://github.com/edi9999/docxtemplater

    phpdocx

    PHP library for the dynamical generation of Word documents in docx format.

    http://www.phpdocx.com/

提交回复
热议问题