mso-tab-count attribute handling from HTML to PDF generation
-
I am converting HTML to PDF using PhantomPDF recipe and encountering problem related to Tabs.
HTML has span tag with style as mso-tab-count:1 like below
<span style='mso-tab-count:1'> </span>.
The problem is my resulting PDF displays junk characters instead of blank spaces/tabs at all places where mso-tab-count is present in HTML.Please help.