Allows to add an overlay on an existing PDF.
Syntax
CHGVAR |
VAR(&CMD) VALUE('PDFOVER') |
CHGVAR |
VAR(&PARM1) VALUE(' Dest="Path of the new PDF"; Origin="Path of the original PDF"; Overlay="Path of the PDF containing overlay" ') |
CHGVAR |
VAR(&PARM2) VALUE(' ') |
CALL |
PGM(LNCCMD) PARM(&HANDLE &CMD &OPT &PARM1 + &PARM2 &RESULT) |
Parameters
Parameters |
|
Parm1 Parm2 |
Dest : complete path of the new PDF, corresponding to the original PDF with overlay applied. Origin : complete path of the original PDF on which we want to add an overlay. Overlay : complete path of the PDF file containing overlay.
|
Example
LNCCMD CMD(PDFOVER) +
PARM1('Dest="c:\A\res_2.pdf";Origin="C:\A\a+
.pdf";Overlay="C:\A\over.pdf"')