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.
Excuse my question, but I'm not sure to understand. If I remove any header, I will lose some headers.
Just a quick example :
File 1:
## Header1 ##
## Body1 ##
File 2:
## Header2 ##
## Body2 ##
When I do a MultiMerge, I get this file:
## Header1 ##
## Body1 ##
## Header1 ##
## Body2 ##
But I want to get this file:
## Header1 ##
## Body1 ##
## Header2 ##
## Body2 ##
If I correctly understand what you say, I could have this file:
## Header1 ##
## Body1 ##
## Blank header ##
## Body2 ##
Or even
## Blank header ##
## Body1 ##
## Header2 ##
## Body2 ##
But I want to simply attach X files together, without changing anything in each of these files.
Is it possible?
Thanks for your help :-)