The following TeX code is intended to change the background color of an external pdf file by using the pdfpages package, but it does not work for me. Does it work at all?
\documentclass{minimal}
\usepackage{xcolor}
\pagecolor[HTML]{B0A030}
\usepackage{pdfpages}
\begin{document}
\includepdf[fitpaper,pages=-]{external/notes.pdf}
\end{document}
right-clickorctl-click) on the pdf file. SelectGet info. Note the version number under more info. Now go to http://en.wikipedia.org/wiki/Portable_Document_Format and check and see what versions are working and what versions are not working. This might help in this conversation. – Sony Dec 26 '11 at 14:52notes.pdfsomewhere for people to download and experiment with. Try FileDropper or DropBox. – Werner Dec 26 '11 at 21:50