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:
Print images on a PCL printer
PCL Converter :: Duplex question
How to convert prn to bitmap?
Convert prn to pcx and set color depth via command line?
How to convert HTML to PCX?
How to extract font from PDF by command line?
VeryPDF RSS-to-Email, Automatically send new blog posts to your email subscribers, Turn Gmail Into a...
How to Convert PS Files to PDF Format in Real-Time for Enterprise Applications