Usecase: Here, we will see how to protect your pdf file with password.
Report edit >> properties >> formatting >> enable pdf security as True >> provide open document password.
Function Java code: package com.test.fn; import java.security.*; import java.security.spec.*; import java.util.Base64; import javax.crypto.C...
No comments:
Post a Comment