Ali Ahmadi
Ali Ahmadi

Reputation: 2417

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

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

Answers (1)

danish
danish

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

Related Questions