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
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
https://forums.bluecoat.com/attachment.php?attachmentid=83&d=1390234936
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.