I'm trying to include a PDF in a document using \includepdf. The problem is that Latex is putting all sites of the pdf on one page of the document (over each other). I'm a bit lost on that one and didn't found any solutions.
\begin{figure}[H]
\includepdf[landscape,pages={1-6}]{Zeichnungen/Motor}
\label{Motor}
\end{figure}

If you want to use
\includepdf, don't put it in a figure environment.If you do want to use the figure environment, use the good old
\inlcudegraphics