\documentclass[11pt]{article}
\usepackage{pdfpages}
\usepackage{eso-pic}
\usepackage{lipsum}
\AddToShipoutPictureBG*{%
\AtPageUpperLeft{%
\hspace{\paperwidth}%
\raisebox{-\baselineskip}{%
\makebox[0pt][r]{Number sampe}
}}}%
\begin{document}
\includepdf{Plagiarism.pdf}
\title{Lab Report}
\maketitle
\end{document}
I want to know how it is possible to include a small resized logo into every page I create. Thank you in advance.
\paperwidthin the optional argument of\includegraphicsto something like.2\paperwidth; 2) Change\AddThispageHookto\AddEverypageHook; and 3) change the\includegraphicsfilename to your own. – Steven B. Segletes Aug 05 '16 at 17:57*from\AddToShipoutPictureBG*theNumber sampeshould be placed on every page, but in the background (behind the pages of the pdf). If you use\AddToShipoutPictureFGit will be placed in the foreground. you can use this also to add a picture using\includegraphicsinstead of the\makebox. – Schweinebacke Aug 10 '17 at 11:43