4

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#?

Ali Ahmadi
  • 2,387
  • 4
  • 31
  • 48
  • in what format? more info please – Glenn Ferrie Jul 17 '12 at 03:57
  • My file include image & text. I want get all text content of file in c#. for example in c# code, I want load InDesignn file, then access to all items of file, then get just text(string) conten that typed in file. – Ali Ahmadi Jul 17 '12 at 04:00

1 Answers1

2

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.

danish
  • 5,550
  • 2
  • 25
  • 28
  • I add this reference , but I cant access for load and get data method. please get me method name for load text data from InDesign file layers. – Ali Ahmadi Jul 17 '12 at 04:11