public ActionResult TestPDFTK_Encrypt() { ReportUtil.EncryptPDF(@"D:\1.pdf", @"D:\1.128.pdf", "foo"); return(null); }