How to use VeryPDF tool to find whether a batch of PDF files are secured or not?

Hi,

We are trying to use Very PDF tool to find whether a batch of PDF files are secured or not.
We need some help to find how can we have verypdf run on a batch of pdf files and give us output of which files are secured.

Customer
---------------------------------------------
Thanks for your message, VeryPDF Advanced PDF Tools Command Line software has this function, you may download and purchase it from following web page,

https://www.verypdf.com/app/advanced-pdf-tools/try-and-buy.html
https://www.verypdf.com/pdfinfoeditor/advanced_pdf_tools_cmd.zip

after you download and unzip it to a folder, e.g., unzip it to "E:\pdftools" folder, you can run following command line to retrieve security settings from all of PDF files in D:\temp folder,

for %F in (D:\temp\*.pdf) do E:\pdftools\pdftools.exe -r -i "%F" | findstr /C:"PDF Security"

you will get following message,

----------------------
PDF Security : 0
----------------------

OR

----------------------
PDF Security : 1
----------------------

image

You can read this string from yourself's script or application to check if a PDF file be encrypted or not, if you encounter any problem with this software, please feel free to let us know.

VeryPDF

VN:F [1.9.20_1166]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.20_1166]
Rating: 0 (from 0 votes)

Related Posts

Leave a Reply

Your email address will not be published. Required fields are marked *


Verify Code   If you cannot see the CheckCode image,please refresh the page again!