Forum


Replies: 2   Views: 1134
Split document by word
Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
We encourage you to download the current phpdocx version and check the Documentation available.

Posted by admin  · 09-02-2021 - 11:38

Hello,

What version number of phpdocx are you using?

Advanced and Premium licenses include splitDocx to split documents, but this method only works with sections, and you are trying to split contents wrapped by specific contents.

phpdocx 10 Premium added importContents that allows importing contents from existing documents (in the main body content). Using this method you can generate new documents importing the exact contents in the main document body from external DOCX, for example creating a new document with all contents from CODE : LP01 (or START) to END, and other new document with all contents from CODE : LP02 (or START) to END.

If you are using a previous version than phpdocx 10, we recommend you to upgrade your license to be able to use the importContents method.

Regards.