Forum


Replies: 6   Views: 4842
How to embed image linked in html?
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 aladdin  · 02-10-2013 - 13:19

[quote=admin-phpdocx]



Using the current version of phpdocx, the path of the images must be absolute, like http://www.domain.com/image.png.



[/quote]



Yes, that technic works if you only want to show remote image in your word document when you have access to Internet. But how to EMBED a remote image like http://www.domain.com/image.png to document? Its very important, when creating a document with single addHTML() call.