Hi,
If I open any non-Word document with changed extension to *.docx, code
Dim Document As New Aspose.Words.Document(FilePath)
Dim PagesCount As Integer = Document.PageCount
doesn’t throw an exception that file format is incorrect, but “hangs”. Test application with sample document is attached.
Is there any chance that Aspose.Words will handle it?
Thanks!