TransWikia.com

How to include a PDF file in LaTeX but actually include the pages as pdf pages and not a figure

TeX - LaTeX Asked by Alfredo Velasco on September 17, 2020

I have another pdf file and I need to paste it into my current LaTeX document.
I know about includepdf but the problem is that the pdf looks like a figure that’s being included.
I don’t want a figure.
I want the pages to be the pdf.
It should look like something from using pdfshuffler, or pdftk.
How can I do this using LaTeX code?

documentclass[12pt]{article}
usepackage{pdfpages}

begin{document}

Whatever.
More stuff

includethepdfpagesherenotasafigure
end{document}

One Answer

That functionality is provided by the pdfpages package (read its documentation to see how to include specific pages, change page orientation, etc.).

documentclass{article}
usepackage{pdfpages}
begin{document}
Whatever.
includepdf{file.pdf}
end{document}

Answered by Eric Marsden on September 17, 2020

Add your own answers!

Ask a Question

Get help from others!

© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP