PHP Classes

Problem in parsing

Recommend this page to a friend!

      PHP Classes blog  >  Create Microsoft Word...  >  All threads  >  Problem in parsing  >  (Un) Subscribe thread alerts  
Subject:Problem in parsing
Summary:Html containing images is not parsed correctly
Messages:2
Author:anant kumar singh
Date:2016-06-16 10:49:20
Update:2017-03-15 11:09:27
 

  1. Problem in parsing   Reply   Report abuse  
Picture of anant kumar singh anant kumar singh - 2016-06-16 14:46:57
I have an HTML which have images included also. With the above code it is not coming correctly in doc format (images not shown). Also the styles of each html element is missed after conversion ( like font size etc).

  2. Re: Problem in parsing   Reply   Report abuse  
Picture of Abhay Pai Abhay Pai - 2017-03-15 11:09:27 - In reply to message 1 from anant kumar singh
For Images try to give the whole path in the html "img" 's "src" attribute it will automatically download and save in the document.
and coming to the styling even am having the same problem after conversion.