Skip to main content

Create Images from PDF - Thumbnails for Make

PDF4me Create Images from PDF module delivers automated PDF page to image conversion within Make scenarios with customizable output format and resolution control. This versatile rendering service generates thumbnails, previews, and page snapshots in multiple image formats—enabling web display, preview generation, social sharing, and visual content workflows across cloud storage platforms and business applications. Pick pages by typing what you need in the Page Number field (single pages, ranges, or keywords like all).

Authenticating Your API Request

To access the PDF4me Web API through Make, every request must include proper authentication credentials. Authentication ensures secure communication and validates your identity as an authorized user, enabling seamless integration between your Make scenarios and PDF4me's powerful image generation services.

Create Images from PDF Make

Key Features

  • Page selection: Type which pages to convert in the Page Number field (single pages, ranges, or keywords like all)
  • Multi-format output: Generate JPG, PNG, BMP, GIF, or TIFF images
  • Resolution control: Set image width in pixels for quality
  • Thumbnail creation: Generate preview images from PDF pages
  • Web publishing: Create web-displayable page images

Parameters

Complete list of parameters for the Create Images from PDF module.

Important: Parameters marked with an asterisk (***) are required and must be provided for the module to function correctly.

ParameterTypeDescriptionExample
File Name***StringSource PDF filename — include .pdf. Map from the previous module or set a fixed name.brochure.pdf
Document***BufferPDF file bytes — map the binary PDF from Dropbox, HTTP, Google Drive, etc.[PDF Buffer]
Page Number***StringPages to convert
• Type one line of text in the Page Number field—plain numbers, commas, hyphens, and a few keywords (see below)
First page is 1 (the opening page of the PDF is page 1)
Separate picks with commas—for example 1,3,5 is three single pages; 1,2-3,5,7- mixes singles and spans
Hyphen means “through”2-5 is pages 2, 3, 4, and 5. A dash with nothing after it (7-) means “from page 7 to the last page”
Keywords: all or a lone * for the whole file; last for the final page only; first, 0, or 1 for the first page only; -1 and -2 to count from the end
Too-large page numbers are ignored, and you can type the same page more than once if you need more than one image from it
1,3,5 or all or 1,2-3,5,7-
Image width in Pixel***IntegerImage width in pixels — height follows the page shape.800
Image Type to be Generated***StringOutput format — JPG/JPEG, PNG, BMP, GIF, TIF/TIFF.PNG
How to fill the page field
  • Type all to convert every page. A lone * (asterisk) does the same job if you prefer it.
  • last is only the final page.
  • first, 0, or plain 1 all mean “just the first page.” 0 is simply another way to say page 1; after that you still count 2, 3, 4…
  • -1 is the last page. -2 is the page before that (on a 12-page file that is page 11).
  • Commas let you stitch pieces together. 1,2-3,5,7- reads as: page 1, pages 2 through 3, page 5, then page 7 all the way to the end. The empty spot after 7- is what tells the service “run to the last page.”
Why we show 1,2-3,5,7- instead of 0,1-2,5,7-

0,1-2,5,7- is legal, but 0 and 1-2 both include page 1, so you can accidentally render the first page twice. 1,2-3,5,7- says the same kind of thing with less overlap.

Example strings (picture a 12-page PDF)

What you typeWhat you get
1,2-3,5,7-Page 1, pages 2–3, page 5, then pages 7–12
allPages 1 through 12
*Same as all
-1Page 12 (last)
-2Page 11 (second from the end)
lastPage 12 only
firstPage 1 only
0Page 1 only (same idea as first)

Practical notes

  • 7- with nothing after the dash means “from page 7 through the last page.”
  • Page numbers that do not exist are ignored.
  • 7-3 (backwards) still keeps page 7 from that chunk when page 7 exists; do not expect pages 6 and 5 from that piece.
  • Listing the same page more than once is allowed—each mention can produce another image.

Output

The PDF4me Create Images from PDF module returns image data:

Table View

ParameterTypeDescription
NameStringOutput image filename
Doc DataBufferPage image in Buffer format

Get Help