Is it possible to verify if we can copy the content of a PDF document with iTextSharp?
I have a method that copy the content of the PDF and add a new page at the end with project's information but it throw a "System.ArgumentException: PdfReader not opened with owner password". I get this error when I do writer.GetImportedPage(reader, i);
Thanks for the help!