Skip to content

Merged document only contains first document #2

@chromakey

Description

@chromakey

I ran the following code using your example as a template:

 <?php
 require("DocxMerge.php");
 $dm = new DocxMerge();
 $dm->merge( [
       "doc2.docx",
       "doc1.docx"
 ], "result.docx" );
?>

result.docx only winds up containing the material from the first docx file (in this case doc2.docx). PHP version 5.5.24 (cli)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions