I am trying to use \includepdf with about 20 different PDFs. The first 19 have worked fine, but the last one which can be found below
http://math.unc.edu/for-grad-students/analysiscompsSprJan2011.pdf
will not load properly. However, there are no errors - the PDF produced just has a blank page with a couple of black lines in the middle. I converted the PDF to JPG and used \includegraphics and it loaded properly but then I could not add it to my table of contents in the way I wanted.
Any thoughts on why it won't load as a .pdf but will as .jpg?
Here's a minimal document that shows the problem:
\documentclass{article}
\usepackage{pdfpages}
\begin{document}
\includepdf{analysiscompsSprJan2011.pdf}
\end{document}