Aspose.Slides.Import Namespace

Contains classes importing data into Microsoft PowerPoint presentations.
Classes
  ClassDescription
Public classExternalResourceResolver
Callback class used to resolve external resources during Html, Svg documents import.
Remarks
Using this resolver could create a vulnerability when client provided HTML or SVG file will make server software to obtain local or network file. Use with caution. It is recommended not to specify ExternalResourceResolver at all (only embedded objects will be read) or create some subclass which checks if specified uri is valid.
Public classHtmlExternalResolver Obsolete.
Callback object used by HTML import routine to obtain referrenced objects such as images.
Remarks
Using this resolver could create a vulnurability when client provided HTML file will make server software to obtain local or network file. Use with caution. It is recommended not to specify HtmlExternalResolver at all (only embedded objects will be read) or create some subclass which checks if specified uri is valid.
Interfaces
  InterfaceDescription
Public interfaceIExternalResourceResolver
Callback interface used to resolve external resources during Html, Svg documents import.
Public interfaceIHtmlExternalResolver Obsolete.
Callback interface used by HTML import routine to obtain referrenced objects such as images.