LoadTemplate File Path

Hi

Can the file path in the Load Template call be a http url (absolute/relative) or does it need to be only on a local path?

OMRTemplate.Load(filepath)

Thanks
Krish

Hi Krish,


Thank you for contacting Aspose support.

OmrTemplate.load method can load the template files from local disc only. URI formatted paths are not supported by this method therefore you can not use it to fetch the templates from remote locations.