I'm facing some problems while opening an rtf file when I'm creating a new Document using Spire.Doc .net.
The error message I'm getting is: "Object reference not set to an instance of an object".
I'm using the version 11.7 of the Spire.doc.
Here's a code sample:
- Code: Select all
Document d = new Document("teste.rtf");
I'm attaching the rtf file I'm having problems.
Kind regards,
Luiz Gustavo Alves