PdfToBmp

Description

This activity convert a single page of a pdf file to a BMP file.

The BMP file format, also known as bitmap image file is a raster graphics image file format used to store bitmap digital images, independently of the display device.


Misc

BasePdfDmFile InArgument<IDmFile> REQUIRED

The file to be converted

LargestEdgeLength InArgument<Int32> REQUIRED

An integer value, specifying the length of the image's largest dimension, in pixels.

PageNumber InArgument<Int32> REQUIRED

The number of the page to be converted. For the first page is 1.