I have a PDF file with multiple figures; each figure is a separate page in the PDF file.
I am using pdflatex, and I would like to use \includegraphics or equivalent to include some of the figures.
Of course I could use an external tool to split the PDF file into multiple one-page PDF files. Then I could use \includegraphics as usual. However, I would have a much simpler workflow if I could avoid this extra step. Hence the question:
How can I include, e.g., page 3 of foo.pdf as a figure?
I am aware that there is a Latex package called pdfpages, but it seems to be designed for something else: with pdfpages, each page in the input file will produce a full page in the final document, not just a box.