cancel
Showing results for 
Search instead for 
Did you mean: 

Create a PDF with password without command execute

Rangga_Darmawan
Explorer
0 Kudos
170

Hi Folks, I have a requirement to create a PDF with password protection. I have search it in the forums, but the solution require us to put a program in the server and using command line. We are not allowed to do that. Even if it allowed the use of code open dataset and using command line is showed P1 in ATC since we are using this for ABAP RAP( ABAP Cloud Ready). Is there any other solution?

Accepted Solutions (0)

Answers (2)

Answers (2)

ArunJacob
Active Participant
0 Kudos
Rangga_Darmawan
Explorer
0 Kudos
Hi Arun, but there is a comment in that blog saying "You can disable the client side Javascript execution in Adobe Reader. Then nothing of this code is executed. Some companies even have this disabled per default (security reasons)" if we use javascript on the adobeform..
ArunJacob
Active Participant
0 Kudos

Hi,

Command-line not allowed in RAP due to restricted ABAP language usage.

Best option in this case would be to use Adobe Forms

Adobe Forms->encrypt/password-protect the form

"FP_JOB_OPEN" this FM to call Adobe Form inside RAP.

Thanks

Rangga_Darmawan
Explorer
0 Kudos
Can you share an example code to password protect the adobe forms?