Error when itextsharp reads PDF: PDF reader not opened with owner password
Error reason: the PDF file is encrypted by the user
Solution: add a line of code after creating the pdfreader instance:
PdfReader.unethicalreading = true;
Error when itextsharp reads PDF: PDF reader not opened with owner password
Error reason: the PDF file is encrypted by the user
Solution: add a line of code after creating the pdfreader instance:
PdfReader.unethicalreading = true;