How to add css styles , which is written in as classes .
these classes should get applied to HTML tags.
how to apply these css classes to HTML tags using Aspose.Word when exporting HTML to Word.
Hi Jeevan,
- If styles are written inline (as a value of the style attribute on every element) in HTML.
- If styles are written separately from the content in a style sheet embedded in the HTMLL file.
- If styles are written separately from the content in a style sheet in an external file (The HTML file should specify a link to the style sheet.)
Hi Awais ,
I tried to export HTML to Word using Aspose , In .net windows (EXE) application
I used doc.InsertHtml() to this HTML stream is passed which contains tag and HTML elements.
In style css classes specified .
but in output Word document none of CSS applied…
Regards ,
Jeevan Joshi.
Hi Awais
Thanks for your reply…
below is HTML stream with CSS…
table.c1, table.AshGrid td.c1, div.c1{background-color: #ff825e;}
.bg-green {background-color: #CCCC99;}
style>
ABC |
Hi Jeevan,
Hi Awais ,
I am waiting for your reply (about bug) …
and can you give me example with code how to create MsWord document for HTML stream where
css is in tag and content in
Regards ,
Jeevan Joshi.
Hi Jeevan,
The issues you have found earlier (filed as WORDSNET-7695) have been fixed in this .NET update and this Java update.
This message was posted using Notification2Forum from Downloads module by aspose.notifier.