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:
what platform or version of PDF viewer does the trial version of your encryptpdf in command line sup...
How to convert pcl to pcx via command line?
Convert pcl to tif and rotate page via command line?
How to convert PXL to PDF and set page orientation?
Recommend you an easy way to convert RTF to PDF
Do you know a great method to convert RTF to raster BMP?
3 steps from PDF to PNG
Acrobat JavaScript Functions