PDF Encryption Module:PDF加密模块 源码
PDF加密模块 创建此PDF加密模块以支持检测加密的PDF文件。 它具有2个服务: PDFValidatorService PDFEncryptionCheckerService PDFValidatorService具有3个功能: isBufferPDF , isStreamPDF和isFilePathPDF ,它们使用文件类型库来检查文件是否为pdf文件。 该服务旨在支持PDFEncryptionCheckerService,因为它需要获取PDF文件的Buffer , Stream或FilePath 。 PDFEncryptionCheckerService同样具有3个功能: isBufferPDFEncrypted , isStreamPDFEncrypted和isFilePathPDFEncrypted 。 请注意, isStreamPDFEncrypted和isFileP
下载地址
用户评论