I need to parse the "author"-property from a word document (97-2003). Preferably without using the Word COM-Object. I'am doing that same thing for .docx-documents by using the docx-nuget, but it seems that it can't handle the old .doc format.
I tried Spire.Doc but the free version is to limited (can't open large documents) and the paid version is a bit too expensive for me.
Is it possible at all to do this? And if so, how do I open and parse the "author"-property?