Allows to create a PDF from an image.
Syntax
CHGVAR |
VAR(&CMD) VALUE('PDFFRIM') |
CHGVAR |
VAR(&PARM1)
VALUE(' |
CHGVAR |
VAR(&PARM2) VALUE(' ') |
CALL |
PGM(LNCCMD) PARM(&HANDLE &CMD &OPT &PARM1 + &PARM2 &RESULT) |
Parameters
Parameters |
|
Parm1 |
Image: Complete path of the image file, with one of the following formats: -
jpeg Dest: Complete path of the PDF file.
|
Example
LNCCMD CMD(PDFFRIM) +
PARM1('Image="C:\temp\scanB.gif";Dest="C:\t+
emp\scanC.pdf"')