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.
Up arrow icon