Document permissions in UWP
Modifying document permissions using PSPDFKit for Windows isn’t possible at this moment, but you can configure your PdfView
to ignore all the permissions set on the document by setting the PSPDFKit.UI.PdfView.IgnoreDocumentPermissions
property to true
. This setting only affects the PSPDFKit instance, and the document won’t be modified in any way.