Hello,
I’ve noticed that if I try to convert a TXT file which contains only whitespaces, Aspose.Word is throwing the following exception:
Aspose.Words.UnsupportedFileFormatException: Unsupported file format: Unknown
Here’s a sample file causing that exception:
whitespaces.zip (133 Bytes)
The sample code to reproduce it:
var doc = new Document(“whitespaces.txt”);