Create Images from PDF

Creates a snapshot of a specific PDF page and saves it as a picture. For instance, this thumbnail can for instance be used as a preview on the web

Parameters

NameString, Required

Filename including extension.

DocumentBuffer, Required

PDF File on which OCR needs to be performed. The file should always be PDF. The file should be passed as a binary file.

Page NumberInteger, Required

Add all the page numbers which need to convert to a thumbnail.

Output

NameString

The name of the output file.

Doc DataBuffer

The output document in Base64 format.

Create Images from PDF module in Make