Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP for PDF or ZIP with password protection

Former Member
0 Kudos

Dear Guru,

I have a requirement to encrypt PDF file or ZIP file before send the email to customer. (Run in Background JOB)

I'm trying to search note but password protection does not support in ABAP program. (I may missing)

I'm thinking on external command line to add .pdf or .zip file with password protection on SAP (UNIX) Server.

But I don't know the software.

Please kindly suggest me or any solution.

Regards & Thank you very much.

Saiyaman

1 REPLY 1

Former Member
0 Kudos

My issue has been solved by third party program.

I've download zip program and re-complied it for AIX SAP Server.

and ABAP will run external command to zip file with password protection.