×

Make Image from PDF Page

iOS 15 +

Notes

Make an image from a PDF,

Syntax

imageFromPDF(pdf: <#Variable#>, format: <#Enumeration (WFMakeImageFromPDFPageImageFormat)#>, colorspace: <#Enumeration (WFMakeImageFromPDFPageColorspace)#>, resolution: <#Integer or Variable#>)

Example

imageFromPDF(pdf: ShortcutInput, format: PDF, colorspace: RGB, resolution: 300)