Hey all,
I just downloaded the evaluation version of the Aspose.Pdf and Aspose.Words because I would really like to convert some word documents into pdf.
I can’t even do this:
Document myDoc = new Document("mydocument.txt");
an exception is thrown Aspose.Words.UnsupportedFileFormatException : Unknown file format.
What am I doing wrong? The file exists and inside that text file is a line with “qwerty” content
I’ve tried with .doc and .rtf extension and still no success.
I downloaded Aspose.Words v7.0 and Aspose.Pdf v4.1, I believe this error is caused only by Aspose.Words.
Please help