Forum


Replies: 6   Views: 5763
Is embedding images from docx fiel to html file possible
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 tarzip  · 04-02-2014 - 05:51

Hi



We are using plugin to convert docx to html. converted html gets saved to db. We use ckeditor to view and edit it. Is it possible to embedd images instead of linking? I read somewhere on teh site about embeddimage=true option but now can't find.



 



I assume if I embedd images from docx->html conversion then if i convert html->docx images will be there in coverted documents



Thanks



 


Posted by tarzip  · 06-02-2014 - 00:03

Is it possible to embedd images from the html to docx document?



Thanks


Posted by tarzip  · 20-02-2014 - 06:52

Thanks for reply.



I guess for that we need to save html content as mht first and then convert it to docx.



Am I right? If yes, then how to convert html content to mht ?



Thanks


Posted by jorgelj  · 24-02-2014 - 09:02

Hello,



You can use the included class lib/MhtFileMaker.



Regards.