Merge/convert started failing

@michel.liesmons

Thanks for your inquiry. Please note timeout property accepts seconds value as follows.

// Get Client ID and Secret from https://dashboard.aspose.cloud/
Aspose.Words.Cloud.Sdk.Configuration config = new Aspose.Words.Cloud.Sdk.Configuration();
config.ClientId = MyAppSid;
config.ClientSecret = MyAppKey;
/// Gets or sets a request timeout in seconds.
/// Default is 100 seconds. 
config.Timeout = 300;
WordsApi wordsApi = new WordsApi(config);
1 Like

Hi Ahmad,
As said, this works OK now, but my client needs to specify these sizes (width,height) at runtime.
Any thoughts on how to do this?
kr,
Michel.

@michel.liesmons

I am afraid Aspose.Words API does not support specifying image size at runtime. You need to set the size in the template.