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}
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
Get help from others!
Recent Answers
Recent Questions
© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP