Xamarin - 不支持解密 PDF?
Xamarin - Decrypting PDFs not supported?
我在我的 Xamarin 项目中使用 Syncfusion PDF 库,我正在尝试使用用户密码解密 PDF,但我不断收到:System.NotSupportedException:当前不支持加密文档。我所做的只是:
PdfLoadedDocument loadedDocument = new PdfLoadedDocument(byteArray, "userPassword");
我能理解异常的含义,但我只是想知道是否有任何方法可以做我需要做的事情。
谢谢!
加密 PDF 在 WinRT、Windows Phone、Xamarin、通用 Windows 平台和 Silverlight
上不受支持
public PdfLoadedDocument(
string filename,
string password
)
Remarks
This constructor is not supported in WinRT, Windows Phone, Xamarin, Universal Windows Platform and Silverlight
我在我的 Xamarin 项目中使用 Syncfusion PDF 库,我正在尝试使用用户密码解密 PDF,但我不断收到:System.NotSupportedException:当前不支持加密文档。我所做的只是:
PdfLoadedDocument loadedDocument = new PdfLoadedDocument(byteArray, "userPassword");
我能理解异常的含义,但我只是想知道是否有任何方法可以做我需要做的事情。
谢谢!
加密 PDF 在 WinRT、Windows Phone、Xamarin、通用 Windows 平台和 Silverlight
上不受支持public PdfLoadedDocument(
string filename,
string password
)
Remarks
This constructor is not supported in WinRT, Windows Phone, Xamarin, Universal Windows Platform and Silverlight