Detect content in PDF file

Our project is having one function to detect the active content from a PDF file. The scope to detect these elements in PDF:

  1.        Java Script 
    
  2.        Active-X applications
    
  3.        Embedded objects
    
  4.        Form Filed properties like Font Size .. etc 
    
  5.        Streaming video
    
  6.        Streaming Audio .. etc
    

So my question is can Aspose dll can detect ALL of these elements? And does it support .NET framework? Thank you.

@tudaohoang

Yes, Aspose.PDF for .NET supports .NET Framework. Regarding your other questions,

Document.JavaScript can be obtained as a collection and its value can be checked to detect if PDF file contains JavaScript.

You can get attachments in the PDF documents in order to detect embedded files.

Could you please share a sample PDF containing all the above content. We will check the feasibility to detect it and share our feedback with you.