Skip to content
shoaibkhan-aspose edited this page Dec 12, 2014 · 1 revision

Aspose.Words

// The encoding of the text file is automatically detected.
Document doc = new Document(dataPath + "LoadTxt.txt");

// Save as any Aspose.Words supported format, such as DOCX.
doc.save(dataPath + "AsposeLoadTxt_Out.docx");

Download Source Code

Clone this wiki locally