Code to check PDFs for security settings
by Conor | December 10, 2012
The AnalyseFile function can be used to check a PDF for security settings. If the PDF has an open password then this password will need to be passed to the AnalyseFile function before you can check the permissions for the PDF. private void btnAnalyseFile_Click(object sender, EventArgs e) { string[] item1 = { "Filename", "Filesize", "Author", […]
Keep reading