Forum


Replies: 2   Views: 905
How to scale image to fit the page when using embedhtml to produce wordx?
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 netsesame  · 17-08-2021 - 03:46

I met a question when convert html into wordx by using embedHTML, that is,  some maxsize of 100%  image in html will override the page width. 

For example: 

<img src="http://...." width="100%"/> won't be scale correctly in the end document.

Hope help. 

Posted by netsesame  · 31-08-2021 - 00:21

Got it. I'll try it