Markdown & Pandoc : How to include a specific PDF page as image?
4
votes
1
answer
4627
views
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.
Asked by Creasixtine
(801 rep)
Apr 5, 2021, 09:04 AM
Last activity: Mar 23, 2022, 01:25 AM
Last activity: Mar 23, 2022, 01:25 AM