Ignore Client Side Java Scripts Execution during Loading Converting HTML to Word (DOCX DOC etc) using Java

When processing html what is the default load behavior when aspose encounters executable code (e.g. javascript) or external resources with code?

In general will aspose execute any code the is received or does it only process static content?

Thanks.

@PeteLee,

Aspose.Words does not deal with JavaScript and no JavaScript is read, written or executed during open/load and save/convert operations. However, Aspose.Words will throw the following warning message upon loading a HTML with JavaScript Code:

[WarningType.UnexpectedContent] - HTML client-side scripts are not supported. Scripts have been ignored