From the implementation point of view, I see that you first copy a template to a target location, and then as the second step, the user has to click it, correct?
To make things easier for the user, it might be better to use the "TemplateSource" property of the CheckFileInfo:
https://sdk.collaboraonline.com/docs/advanced_integration.html#templatesource
It allows you to create and open the new file created from the template provided via the TemplateSource right away.
I'd suggest moving to this mechanism.
Originally posted by @kendy in #44 (comment)
From the implementation point of view, I see that you first copy a template to a target location, and then as the second step, the user has to click it, correct?
To make things easier for the user, it might be better to use the "TemplateSource" property of the CheckFileInfo:
https://sdk.collaboraonline.com/docs/advanced_integration.html#templatesource
It allows you to create and open the new file created from the template provided via the TemplateSource right away.
I'd suggest moving to this mechanism.
Originally posted by @kendy in #44 (comment)