判定PDF文件是否能够正常打开

下载iTextSharp.dll

using iTextSharp.text.pdf;

PdfReader reader = new PdfReader(strPath + "\\" + strPdfFileName);
reader.Close();

猜你喜欢

转载自www.cnblogs.com/6B23/p/12212595.html