Closed Bladieblah closed 1 year ago
Good work, but i have a suggestion When i look in the PFDDoc.h and PDFDoc.cc is see no userName value I think "userName" should be "ownerPassword and "password" like "userPassword"
In the PdfLoader.cc the value should be passed if one (or both) of the values is provided
if (userName && password) { ==> if (ownerPassword || userPassword) {
closes #4