-1

I need to open magazines in my iphone application. But magazines have extension .indd. I found a lot but i can't get any clue or example how to do this.

So my question is

  • How to open .indd file using objective-c in iphone and if possible please provide me a link or demo example .

Thanks in advance.

Nikh1414
  • 1,238
  • 2
  • 19
  • 35

1 Answers1

1

With my knowledge a .indd file is a binary file. So you can do absolutely nothing with it on iOS. What you need is Indesign Server to parse / read those files.

basvk
  • 4,437
  • 3
  • 29
  • 49