Xamarin - 不支持解密PDF吗?

时间:2016-05-20 08:45:29

标签: c# pdf encryption xamarin syncfusion

我在我的Xamarin项目中使用Syncfusion PDF库,我正在尝试使用用户密码解密PDF并且我不断得到:System.NotSupportedException:目前不支持加密文档。我所做的就是:

PdfLoadedDocument loadedDocument = new PdfLoadedDocument(byteArray, "userPassword");

我可以理解异常的含义,但我只是想知道是否有办法做我需要做的事情。

谢谢!

1 个答案:

答案 0 :(得分:2)

WinRT,Windows Phone,Xamarin,通用Windows平台和Silverlight

不支持加密PDF
func changetitle() {
    let item = self.navigationItem.rightBarButtonItem!
    let button = item.customView as! UIButton
    button.setTitle("Change", for: .normal)
}
  

说明

     

WinRT,Windows Phone,Xamarin,通用Windows平台和Silverlight不支持此构造函数

参考:http://help.syncfusion.com/cr/cref_files/wpf/pdf/Syncfusion.Pdf.Base~Syncfusion.Pdf.Parsing.PdfLoadedDocument~_ctor(String,String).html