QPdfNet
QPdfNet copied to clipboard
Detect JavaScript in a PDF
Hi,
I want to implement security in our application for upload files. My requirement is to detect if there're any javascripts in pdf file. I was wondering if QPdfNet has any function for this.
With command line tool we can use
qpdf –json yourfile.pdf | grep -i javascript