Skip to content

Instantly share code, notes, and snippets.

@chauncey-garrett
Created October 19, 2013 17:57
Show Gist options
  • Save chauncey-garrett/7059249 to your computer and use it in GitHub Desktop.
Save chauncey-garrett/7059249 to your computer and use it in GitHub Desktop.
Use LaTex as a PDF manipulation tool
\documentclass[letter]{article}
\usepackage{pdfpages}
\begin{document}
\includepdf[pages=1-]{/Users/pmccann/Desktop/1.pdf}
\includepdf[pages=4-6]{/Users/pmccann/Desktop/2.pdf}
\includepdf[pages={4-5,10-14}]{/Users/pmccann/Desktop/3.pdf}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment