Forum


Replies: 4   Views: 4380
Removing extra blank pages
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 altaf  · 09-01-2015 - 11:00

Hi, I am generating document using phpdocx templates. Which includes different sections and page breaks.The issue I am facing is generated document contains many empty pages. Now my question is, is there a way to remove blank pages from generated document ? any help will be highly appreciated Thank you!

Posted by admin  · 09-01-2015 - 11:38

Hello, What version and license of phpdocx are you using? Regards.

Posted by altaf  · 09-01-2015 - 12:07

Hi, Thanks for your response here is my license information subdomain (PRO license), domain (Corporate license) or IP (Enterprise license) value = "subdomain (PRO license). I think its pro license. and phpdocx version is 4

Posted by admin  · 09-01-2015 - 12:27

Hello, Due to how Word works, you don't know the content per page. So you can't guess if a page is filled or not. Pdf 'paints' the content of a document, but Word adds it dynamically. Regards.

Posted by altaf  · 09-01-2015 - 12:45

Hi, Thank you for your support.