Forum


Replies: 3   Views: 3343
Merge two files to have diffrent sets of page numberings
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 kobbe  · 10-08-2016 - 09:48

We have 2 generated docx files we want to have in the same file.

 

Example:

First file got page 1-3 and second file got page 1-2.

We want to remove page numbering from the second file so page numbering becomes 1-2-3-*blank*-*blank*. Basicly remove part of footer from page 4 and forward.

If not possible we want to have page numbering reseted so it becomes 1-2-3-1-2.

 

Is this possible when using the function to merge files? Or is there any other way to do it?

 

Thanks!