How to load and extract text content from an Adobe Indesign file, C #?

I want to download an Adobe Indesign file, then I want to read all the text content of the file (extract text data). How can I do this in C #?

+4
source share
1 answer

Indexing dll can be added as a COM link to a C # application. It provides methods for retrieving file information.

Edit: I do not have such things installed on the computer, so I cannot write code. But this link should help.

+2
source

All Articles