Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想检查上传的 pdf 文件是否安全 pdf。因为如果文件是普通文件,我想使用它,然后将其保存在不同的文件夹中并保护在另一个文件夹中。
提前致谢。
假设您使用的是 PHP,imagick此命令将为您提供所需的
imagick
echo exec('-identify -verbose $pdf_file');