Graphics, Figures & Tables ⇒ How to insert pdf through dvipdfm
-
- Posts: 1
- Joined: Tue Jun 25, 2019 5:45 am
How to insert pdf through dvipdfm
I am working with dvipdfm and I need to insert another pdf file to my document. I am able to do that with pdftex (via package pdfpages and includepdf command) but I was unsuccessful with dvipdfm. Could you advise me?
Thank you a lot.
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
How to insert pdf through dvipdfm
Directly producing a pdf file is the recommended way.
- Ijon Tichy
- Posts: 640
- Joined: Mon Dec 24, 2018 10:12 am
How to insert pdf through dvipdfm
dvipdf
and it is documented, that this does not support including of PDF files but only EPS, JPEG, BMP, MSP. So you have to convert the PDF files to EPS files (for multi-page PDFs this would result in one EPS file per page). So it is much more comfortable not to use latex + dvipdfm(x) but pdflatex, xelatex or lualatex to generate the PDFs directly instead.