Loading of template documents from HTML with resources

Note
This feature is supported by version 19.5. or greater
Note
The code uses some of the objects defined in The Business Layer.

GroupDocs.Assembly provides a great feature which is loading of HTML template documents referencing external resource files to be assembled and saved to non-HTML formats. 

Since version 19.5, when loading an HTML document from a file, its containing folder is used as a base URI to resolve external resource files’ relative URIs to absolute ones by default as shown in the following example. The following code snippet shows the way of API usage:

The following code snippet shows the default folder used to resolve external resource files’ relative URIs are overridden by an explicitly specified folder.