Aspose::Pdf::FileChecker class

FileChecker class

Represents a class for checking file security.

class FileChecker

Methods

MethodDescription
FileChecker()
static IsContentSafe(System::SharedPtr<System::IO::Stream>)Checks the content of files to identify dangerous content. By checking the content, we do not allow adding dangerous content from a text file via stream.
static IsFileExtensionSafe(System::String)Checks file extensions.

See Also