I'm currently transforming pdfs to jpgs using the libvips command line.
vips jpegsave mypdf.pdf myimg.jpg
If a PDF is a multi page PDF then libvips will only transform the first page of the PDF. Is there a way to tell libvips which of the pages in the multi page pdf should be the one that gets transformed to a jpg?