All requests | > | PHP docx to html with images converter | > | Request new recommendation | > | Featured requests | > | No recommendations |
by samy tech - 7 days ago (2020-02-05)
+1 | I have to import data from word file in database, so i searched for that , but didn't get any valid tutorial, that's why I have to try to convert a MicroSoft Word to HTML then get HTML data with the help of Curl into a database . If you have any idea regarding this please share with me. |
0 | by Manuel Lemos 17900 - 7 hours ago (2020-02-12) Comment The DOCX format in reality is a ZIP archive with an HTML document inside. That HTML document uses some custom styles defined by MicroSoft Word but you should be able to use that HTML document for rendering purposes. So you can use the code of the recommended class above to extract the HTML that is inside. If you want to extract specific sections you can use PHP DOM HTML classes or other custom HTML parser classes like this one below that I developed: https://www.phpclasses.org/package/5614-PHP-Parse-and-filter-insecure-HTML-tags-and-CSS-styles.html |
Recommend package | |
|