I was wondering if there is any API that can perform the equivalent of the "Open document" command. What I am aiming at is the following:
Input: Source file.
The API should the equivalent of the "Open document" command, save the file as XLIFF and automatically create the project.
The output should be an SDLXLIFF file and its accompanying project file in the same folder as the source file.
Basically, the same that happens when you use "Open Document" in Studio.
I have tried using the project automation API but it works differently: it creates one project file and copies the files to their specific folder. According to the SDK, this API reproduces the workflow of the Project Wizard in Studio and I was looking at reproducing the "Open document" workflow.
I could not find anything in the SDK about this so I any pointer would be helpful.
Thanks!
Daniel García