Hi - I am newbee of indesign with .net technology. Could some one help me how save the InDesign document suing VB.Net and C# without touching into the InDesign software?
Impossible. You can try to change/build documents using IDML, but
that's not exactly the same thing...
Scripting using .Net is very painful. The scripting DOM is dynamically
typed by design. The officially supported scripting languages are:
JavaScript, VB Script on Windows, and AppleScript on Mac.
Harbs