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.
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!
Hello,
What version and license of phpdocx are you using?
Regards.
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
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.
Hi,
Thank you for your support.