-
Notifications
You must be signed in to change notification settings - Fork 5
Load Text File
shoaibkhan-aspose edited this page Dec 12, 2014
·
1 revision
// 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
For further releases and updates, please follow these new repositories:
- Aspose.Words Java for Apache POI
- Aspose.Cells Java for Apache POI
- Aspose.Slides Java for Apache POI
- Aspose.Email Java for Apache POI
- For documentation, please visit Aspose Docs.
- Raise your queries and suggest more examples via Aspose Forums or via new social coding sites.