I am facing issue in second line of below code for some PDFs not all... Where code is getting stuck on 2nd line and not throwing any error and not coming out of that line. Below att variable is a .pdf file. Even if there is any way so that it throws an error and come out of the program.Any solution is much appreciated
IronPdf.PdfDocument pdfAtt = null;
pdfAtt = new IronPdf.PdfDocument(Path.Combine(tempFolderPath + att.FileName));