Forum


Replies: 3   Views: 3785
Section break (odd)
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 seb  · 20-08-2015 - 10:34

Hi, I seem to have real problems breaking from the current page and resuming on the next odd page. I try $docx->addSection('oddPage','A4'); but it has no effect. Even if I try 'evenPage', the resulting document is exactly the same with the same number of pages. How can I make certain that I add a blank page after my content to make sure im starting on the next available odd page? Thanks, Seb