Hi,
We uses aspose and in one situation I am saving the .doc file as HTML file.
I would like to change the font size and name of the full html and save it.
Following is the code we are using to save the .doc file as html:
Dim doc As New Document(oFile.FilePath + oFile.FileName)
doc.Save(oFile.File + ".html", Aspose.Words.SaveFormat.Html)
Forgot to mention: the code is in vb.net
This message was posted using Email2Forum by ShL77.