PreviousNext
Help > Programming with LAUNCHER Office > LNCCMD commands > Commands list > PDFFRIM command
PDFFRIM command

Allows to create a PDF from an image.

 

Syntax

 

CHGVAR

VAR(&CMD) VALUE('PDFFRIM')

CHGVAR

VAR(&PARM1) VALUE('
Image="Complete path of the image file"
;Dest="Complete path of the PDF file"
')

CHGVAR

VAR(&PARM2) VALUE(' ')

CALL

PGM(LNCCMD) PARM(&HANDLE &CMD &OPT &PARM1 +

&PARM2 &RESULT)

 

 

Parameters

 

 

Parameters

 

Parm1
ou
Parm2

Image: Complete path of the image file, with one of the following formats:

- jpeg
- bmp
- png
- gif
- tiff

Dest: Complete path of the PDF file.

 

 

Example

 

    LNCCMD     CMD(PDFFRIM) +                                     

                 PARM1('Image="C:\temp\scanB.gif";Dest="C:\t+     

                 emp\scanC.pdf"')