Copy link to clipboard
Copied
I am attempting to edit a document (that I initiated) and I'm told the document is protected and I need to enter a Permissions Password to proceed.
Can you help me?
Copy link to clipboard
Copied
If you don't know the password, no.
Copy link to clipboard
Copied
If you don't know the password, no.
Copy link to clipboard
Copied
i know the password , but removing protection is failing
emoveProtectionOperation removeProtectionOperation = RemoveProtectionOperation.CreateNew();
// Set operation input from a source file.
FileRef sourceFileRef = FileRef.CreateFromLocalFile(@"test.docx");
removeProtectionOperation.SetInput(sourceFileRef);
// Set the password for removing security from a PDF document.
removeProtectionOperation.SetPassword("password");
// Execute the operation.
FileRef result = removeProtectionOperation.Execute(executionContext);
Copy link to clipboard
Copied
You can*t use this in Adobe Acrobat.
Copy link to clipboard
Copied
You mean this cant be done using adobe services api??
Copy link to clipboard
Copied
Adobe Acrobat doesn't have this API.
Copy link to clipboard
Copied
But i saw the unprotecting pdf functionality is available and working. Only docx unprotecting is not working.
Copy link to clipboard
Copied
Post the question in the forum for this API.
Copy link to clipboard
Copied
Having the same issue - set an unlock password for my own document but did not set a permissions password, now I cannot access the contend of the document! Adobe sort this out!