判定PDF文件是否能够正常打开
下载iTextSharp.dll
using iTextSharp.text.pdf;
PdfReader reader = new PdfReader(strPath + "\\" + strPdfFileName);
reader.Close();
下载iTextSharp.dll
using iTextSharp.text.pdf;
PdfReader reader = new PdfReader(strPath + "\\" + strPdfFileName);
reader.Close();