LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

pdfpages

laTeX package for including external PDF documents

TLDR

Include PDF in LaTeX
$ \includepdf{[document.pdf]}
copy
Include specific pages
$ \includepdf[pages={1,3,5}]{[document.pdf]}
copy
Multiple pages per sheet
$ \includepdf[nup=2x2]{[document.pdf]}
copy
Include all pages
$ \includepdf[pages=-]{[document.pdf]}
copy

SYNOPSIS

\\usepackage{pdfpages}\\includepdf[options]{filename}

DESCRIPTION

pdfpages is a LaTeX package for including external PDF documents. It supports multi-page inclusion, n-up printing, and page selection, making it essential for combining documents.

PARAMETERS

pages

Page selection (-, 1-5, {1,3,5}, last).
nup
Pages per sheet layout (2x2, 3x2).
landscape
Landscape orientation.
frame
Draw frames around pages.
scale
Scale factor.
offset
Position offset.

EXAMPLE

$ \documentclass{article}
\usepackage{pdfpages}

\begin{document}
% Include entire PDF
\includepdf[pages=-]{external.pdf}

% Include pages 1-3, scaled
\includepdf[pages={1-3},scale=0.8]{slides.pdf}

% 2x2 layout
\includepdf[nup=2x2,pages=-]{handout.pdf}
\end{document}
copy

CAVEATS

Only works with pdfLaTeX, XeLaTeX, or LuaLaTeX. PDF must be valid. Large PDFs increase compile time.

HISTORY

pdfpages was created by Andreas Matthias for the LaTeX Project, enabling seamless PDF inclusion.

SEE ALSO

pdflatex(1), pdfjam(1), pdfbook(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid