Encrypt PDF files from SAP and ABAP source code

Please provide me an example to call EncryptPDF as External Command in SAP( setting in SM49/SM69).
==================
Here’s the ABAP or SAP sample code to call EncryptPDF command line application,

REPORT  Z_Calling_EXE_Program.

CALL FUNCTION 'GUI_RUN'
EXPORTING
COMMAND          = 'C:\encryptpdf.exe'
PARAMETER         = ' -i c:\sample.pdf -w owner -u user -e 40 -p'.
*   CD               = '
* IMPORTING
*   RETURNCODE       = .

VeryPDF

VN:F [1.9.20_1166]
Rating: 10.0/10 (1 vote cast)
VN:F [1.9.20_1166]
Rating: 0 (from 0 votes)
Encrypt PDF files from SAP and ABAP source code, 10.0 out of 10 based on 1 rating

Related Posts

Leave a Reply

Your email address will not be published. Required fields are marked *


Verify Code   If you cannot see the CheckCode image,please refresh the page again!