Forum


Replies: 3   Views: 3335
Removing placeholder image
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 admin  · 31-07-2016 - 18:32

Hello,

UPDATE: Remove an image that contains a placeholder

We recommend you to use the method removeWordContent from DOCXPATH:

http://www.phpdocx.com/documentation/introduction/docxpath

http://www.phpdocx.com/api-documentation/docx-path/remove-elements-in-docx

Besides this page docs, please check the included examples in the package.

This method allows to remove any Word content, so it allows to do exactly what you need.

Regards.