Forum


Replies: 4   Views: 3367
Html 5 meter
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 Bluecoat Systems  · 20-01-2014 - 17:28

Hi, is there a way to replicate a feature we had on on our PDF where we could show a html 5 meter.



I tried using the addShape but is does not look right.



thanks



G




Posted by Bluecoat Systems  · 20-01-2014 - 17:29

https://forums.bluecoat.com/attachment.php?attachmentid=83&d=1390234936


Posted by jorgelj  · 21-01-2014 - 10:06

Hello,



Sorry but there's no way to do that meter with PHPDocX. You have two options:



· Create that shape with Word, extract the VML content and check it to be able to add the content as raw WordML.



· Create the images with PHP GD.



If you're interested in a custom dev please contact us.



Regards.


Posted by Bluecoat Systems  · 21-01-2014 - 10:21

Hi, thanks for the reply. I already use the addshape to get around this for now but will continue to play around.



G