ImageToPdf

Description

Converts an image to a PDF document containing that image


Input

ImageDmFile InArgument<IDmFile> REQUIRED

The image to convert to PDF


Options

MarginBottom InArgument<Decimal>

The width of the bottom page margin, in pixels

MarginLeft InArgument<Decimal>

The width of the left page margin, in pixels

MarginRight InArgument<Decimal>

The width of the right page margin, in pixels

MarginTop InArgument<Decimal>

The width of the top page margin, in pixels


Output

PdfDmFile OutArgument<IDmFile> REQUIRED

The generated PDF file containing the image