I'm using TeXnicCenter editor with MikTeX 2.9. I want to insert a PDF page, that I called "abc.pdf", in my PDF document. I opened a folder and called it "myfiles", this is where all my source files and "abc.pdf" are. The code related to "abc.pdf" is the following:
Code: Select all
\makeatletter
\AddToShipoutPictureBG*{
\setlength{\@tempdimc}{.06\paperheight}
\setlength{\unitlength}{1pt}
\put(\strip@pt\@tempdimb,\strip@pt\@tempdimc){
\includegraphics{abc.pdf}
}
}
\makeatother
Code: Select all
Package pdftex.def error: file "abc.pdf" not found.
Thanks