Closed sanglanun closed 6 years ago
@anglanun: Fixed missing MD5-implementation in master with commit 783079e2023732a6f6068e450d589dfeec863c70
Fixed with with mono implementation of TransformBlock and TransformFinalBlock. UserPassword & OwnerPassword now works !
@startnow65: Could you update the nuget ?
Updated. Almost done with the CI part that pushes a new nugget upon merge to master
Great news. @sanglanun: Pull the latest version from nuget. It's fixed. I'm closing the issue now.
Thanks guys. It works now. Awesome 👍
Hi, I'm follow this sample to add password security into the PDF generated. But there is an error here.
Below is my code for adding security:
PdfSecuritySettings securitySettings = document.SecuritySettings;
securitySettings.UserPassword = "user";
securitySettings.OwnerPassword = "owner";
I already checking PDFSharp forum, but didn't found any error regarding this. Can you help me?