Hi guys,
I’m using Converter (latest version) to Convert from Template HTML (with Template Data Json), then save file .html into the file server (ex: 192.168.x.x) but i got an error:
Code:
var htmlContract = Converter.ConvertTemplate(templatePath, new TemplateData(jsonPath), new TemplateLoadOptions());
htmlContract.Save(htmlFilePath, Aspose.Html.Saving.HTMLSaveFormat.HTML);
Error:
Failed to parse URL: 192.168.x.x/S-App/Omni/Temp-Process/1ba130bc-085c-40d8-8437-d46c104c990c/contract.html
Pls tell me how can i fix that error?