Hi,
I have a tool that creates a filebased project from given template and files and custom batch task that is added in template as task sequence
It was used with Trados 2019 SDK and it was working fine, now that I upgraded the tool to Trados 2021…
I try to update our application to Trados 2017 SR1.
When I create a new Project over the and add a word file I can't convert it to SDLXLIFF (with Filebasedproject.RunAutomatictask).
The I saved the Project and opened it in Trados. The word file is…
Hello SDL-Support Team,
for a long time we are facing problems with memory usage when using our connector to create and work with SDL Studio projects. The memory usage increases with every automated task we run. I think it also increases with other…
Thank you my friend
I use your answer to call this "RunAutomaticTasks()" with an ARRAY which I create myself.
Now ,my application is ok.
.
I had used this method like this:
newProject.RunAutomaticTasks(trgFileIDs, TaskSequences.Prepare);
But…
Hello SDL Developers,
let me give you some background on my request:
We are very often faced with problems that users have, when they work with our connector to SDL Studio.
Our connector shows to the user any exceptions which we get, when running…
Hello!
In Trados Studio interface, there's an option to exclude locked segments from analysis. I wonder if there's a way to analyze files with this option enabled via API.
The answer is probably no, but I just want to make sure (it would be of huge…
First of all I want to say hi to all because it's my first post here.
So here is my issue. I'm trying to force API to run verify task on some projects created from template. This template contains custom verify settings (some regex checks) and it works…