Trados Studio
Trados Enterprise
Trados Team
Trados GroupShare
Trados Business Manager
Passolo
MultiTerm
RWS AppStore
Connectors
Beta Groups
Managed Translation
MultiTrans
TMS
WorldServer
Language Weaver
Language Weaver Connectors
Language Weaver Edge
Tridion Docs
Tridion Sites
LiveContent S1000D
XPP
Language Developers
Tridion Docs Developers
Community Help
RWS User Experience
Internal Trados Ideas Community
Mercury
RWS Community Internal Group
RWS Training & Certification
Style Guides
RWS Campus
RWS Enterprise Technology Partners
Trados Approved Trainers
ETUG (European Trados User Group) Public Information
Nordic Tridion Docs User Group
Tridion West Coast User Group
Trados Studio Ideas
Trados GroupShare Ideas
Trados Team Ideas
Trados Team Terminology Ideas
Trados Enterprise Ideas
Trados Business Manager Ideas
MultiTerm Ideas
Passolo Ideas
RWS Appstore Ideas
Tridion Docs Ideas
Tridion Sites Ideas
Language Weaver Ideas
Language Weaver Edge Ideas
Managed Translation - Enterprise Ideas
TMS Ideas
WorldServer Ideas
LiveContent S1000D Ideas
Contenta S1000D
XPP Ideas
Events & Webinars
To RWS Support
Detecting language please wait for.......
Hello community, I'm creating a programmatic pipeline for generating projects automatically, I already created the first part of this process and everything runs smooth, I run the program over a file and get the sdlxliff (there is a series of events opaque to the user behind the scenes, such as project creation and so on), now, I want to perform the inverse, get an existing SDLXLIFF containing the translations and retrieve back the translated file in its original format (except for pdf which I get a .docx but is fine either way), my question exactly is, which AutomaticTasks do I have to run or which process do I have to make in order to achieve the expected behaviour?
Thanks a lot in advanced.
Ryan.
Export Files task.
https://github.com/EvzenP/STraSAK/blob/master/Modules/ProjectHelper/ProjectHelper.psm1#L818
Hello, thanks a lot for the quick answer, is there any example like this one but in C#? I understand powershell but I need to do other processes in the file, and one limitation I have is that the file is not necessarily contained in a project (it means I have to create a new project with the file before processing it). Thank you.
AFAIK, Powershell is VERY close to C#, so it should be pretty clear what to do from the PS code (actually, I did the opposite all the time when creating the STraSAK - studied various C# examples and re-wrote them to PS).
Besides, all the Studio SDK documentation examples are in C#.
Yes, I was checking it and is indeed correct what you're saying, thank you very much for your help.