Content Accessibility is not enabled in "Document Security" dialog

Hi Aspose,

When I set documentPrivilege.AllowScreenReaders in true and open Adobe Reader DC, Document Properties - in Document Restriction Summary “Content Copying for Accessibility” is allowed, but on “Document Security” dialog (“Show Details” button) “Content Accessibility Enabled” is not allowed.
image.png (20.1 KB)

Sample of code to repoduce issue.

using (var pdfDocument = new Aspose.Pdf.Document(resultFilePath))
{
	var documentPrivilege = Aspose.Pdf.Facades.DocumentPrivilege.ForbidAll;
	documentPrivilege.AllowScreenReaders = true;
	pdfDocument.Encrypt(string.Empty, "1", documentPrivilege, Aspose.Pdf.CryptoAlgorithm.RC4x128, false);
	pdfDocument.Save(resultFilePath);
}

Best regards,
Alex Shloma

@licenses

We have been able to notice same behavior of API in our environment. A ticket with ID PDFNET-45810 has been logged in our issue management system for further investigations. The ticket ID has been linked with this thread so that you will receive notification as soon as the ticket is resolved.

We are sorry for the inconvenience.

Hi Aspose team,
Any updates with resolving this issue?

@licenses

Thank you for getting back to us.

We are afraid that the issue has been logged few weeks ago and is currently pending for investigations. It will be scheduled on its due turn which may take some months. We will let you know as soon as any significant update will be available in this regard.