Reputation: 2417
I want to load Adobe Indesign file, then I want read all text content of file(extract text data). How can I it in C#?
Upvotes: 4
Views: 2512
Reputation: 5600
Indesign dll can be added as a COM reference to a C# application. It does provides methods to get file information.
Edit: I do not have these things installed on the computer so can't really write some code. But this link should help.
Upvotes: 2