We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

DocIO Word 2003 Html

If I open the file attached "Heading.doc" with word 2003 and save as a filtered HTML I get the following output




Heading 1



Heading 2



Heading 3













If I open the Heading.doc with DocIO and save it in a new file (see sourccode below)


WordDocument document = new WordDocument("Heading.doc");
document.Save("Heading2.doc");

I get now the following output, when I open the "Heading2.doc" and save that as filtered HTML





Heading 1



Heading 2



Heading 3













Why are the tags

und

missing?






Heading_78dbcbf.zip



1 Reply

AD Administrator Syncfusion Team November 4, 2008 11:28 AM UTC

Hi,

It seems you have already created Direct Trac incident regarding this issue. Could you please follow up in it?

Regards,
Dhivya.

>If I open the file attached "Heading.doc" with word 2003 and save as a filtered HTML I get the following output




Heading 1



Heading 2



Heading 3













If I open the Heading.doc with DocIO and save it in a new file (see sourccode below)


WordDocument document = new WordDocument("Heading.doc");
document.Save("Heading2.doc");

I get now the following output, when I open the "Heading2.doc" and save that as filtered HTML





Heading 1



Heading 2



Heading 3













Why are the tags

und

missing?






Heading_78dbcbf.zip



Loader.
Live Chat Icon For mobile
Up arrow icon