Wednesday, July 10, 2024

BI report - How to secure your pdf report output | Static method

 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.






No comments:

Post a Comment

Featured Post

OIC - OCI Java function code for RSA Encryption and Decryption

Function Java code: package com.test.fn; import java.security.*; import java.security.spec.*; import java.util.Base64; import javax.crypto.C...