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 = .
Related Posts
Related posts:
PCL to PDF Converter with Duplex Options
Convert prn to postscript and rotate page via command line?
Do you know how to save HTML to EMF in convenient way?
Convert image to searchable PDF and encrypt PDF
How educators prevent screenshots of PDF test papers with DRM screen shield technology
Protect Your Course Documents From Being Shared Online and Ensure They Are Only Accessible by Your E...
How to protect PDFs containing homework, lecture slides, or paid content from being shared or conver...
How to Annotate DRM-Protected PDFs with Arrows, Cloud Lines, and Connectors for Legal, Accounting, a...