Dear support,
Is it possible to remove the password protection if I only have Opening password instead of Owner Password.
Right now I can do with the following ways.
opening the PDF in Acrobat with User/Open Password…..."UserPasswordHere"); // Decrypt PDF document.Decrypt(); dataDir = dataDir...dataDir + "Decrypt_out.pdf"; // Save updated PDF document.Save(dataDir);...