TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Anand Navale
NA
149
7.2k
How to save word document into HTML file using C#
Mar 5 2020 5:38 AM
I have word document with table, table has multiple row .and that row contains nested unordered list like following format .
1
o 1.2
1.2.1
1.2.2
2
but when i save that word document in html format then nested list not generated properly
What I have tried:
objDoc.SaveAs(ref fileNameHTML, ref fileFormat, ref unKnown, ref unKnown, ref unKnown, ref unKnown, ref unKnown, ref unKnown, ref unKnown, ref unKnown, ref unKnown, ref unKnown, ref unKnown, ref unKnown, ref unKnown, ref unKnown);
Also i have try
object szDocFormatNew = 10;
objDoc.SaveAs(ref fileNameHTML,ref szDocFormatNew);
Please help me to sort out my problems.
Reply
Answers (
1
)
Sorting showed wrongly in UI Part
Exception on Move method of directory class