Word Document Exploits

Hi Team,

Could you please suggest us what best practices we follow during coding to avoid getting struck by these x-exploits, when we extract content from word documents.

Thanks
Purushottam

@purusadh2003,

Thanks for your inquiry. Aspose.Words API has been carefully designed with the following goals in mind:

  • Borrow best practices from other well-known APIs such as Microsoft Word Automation
  • Borrow best practices from the .NET Framework Design Guidelines
  • Provide a balance of easy usage vs detailed document element manipulation

Please refer to the following article about extracting contents.
How to Extract Selected Content Between Nodes in a Document

Thanks, Tahir.