It is currently possible to insert a PDF as an image in markdown files through pandoc by doing this:
# Hello World  Then you convert that markdown file with pandoc:
~$ pandoc -s -f markdown-implicit_figures my-document.md -o my-document.pdf And it works! But pandoc only inserts the first page of my-pdf.pdf.
Is it possible to set which page to insert, or better, which pages range?
Thanks by advance.
pdfseparatefrom poppler-utils can split a multi-page PDF into multiple PDF files. You could then include the specific pages you wanted.pdftk.