does any one know how to open an .indd file in commands from a plugin(without opening from the normal procedure..File -> Open ...)
in my plugin I tried,
SDKFileOpenChooser fileChooser;
fileChooser.AddAllFiles();
fileChooser.ShowDialog();
It shows the dialog window to choose a file. but i don't know what to use that file to be apperead in Indesign application.
If you have any idea please let me know..