Forum


Replies: 1   Views: 2000
Is there some way to superscript a particular word in the created doc before saving
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 dev@ram  · 28-11-2018 - 19:31

We have 7.5 licensed version. Is there a way to superscript all '®' (registered symbol) appearing in the doc that we are generating before its saved? A search and replace would be really helpful. 

Thank you for your help.

Posted by admin  · 29-11-2018 - 07:16

Hello,

Yes, you can accomplish that task using DOCXPath (https://www.phpdocx.com/documentation/introduction/docxpath), that allows to query contents and insert, move, clone, remove and replace elements.

Please note that this feature is available only in Advanced and Premium licenses. If you need to upgrade your license you can do it on MY PHPDOCX page after login.

Regards.