\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[a4paper, landscape, margin=2cm]{geometry}

\usepackage{siunitx}
\sisetup{
     group-separator = {.},
     input-decimal-markers={.},
     output-decimal-marker = {.},
     group-minimum-digits=9}
\usepackage{graphicx}
\usepackage{fancyhdr}
\usepackage{lastpage}
\usepackage{subfigure}
\usepackage{float}
\usepackage{wrapfig}
\usepackage{multicol}
\usepackage{amsmath, amssymb}

\hyphenpenalty=10000	%to stop cutting words in a paragraph

\pagestyle{fancy}
\fancyhf{}

\rhead{\includegraphics*[scale=0.013]{./Pictures/FaSTTUBe_Logo_ohneAuto.png}}
\rfoot{Page \thepage \hspace{1pt} of \pageref{LastPage}}
\lhead{Car 313, 23.04, Rev. 1}
\chead{\large TSAL Schematic}

\begin{document}

\begin{figure}[H]
	\centering
	\includegraphics[height=0.95\textheight]{./Documents/SDC.pdf}
	\caption{Schematic of the Shutdown Circuit}
\end{figure}

\begin{figure}[H]
	\centering
	\includegraphics[height=0.95\textheight]{./Documents/SDC.pdf}
	\caption{Schematic of the Shutdown Circuit}
\end{figure}

\begin{figure}[H]
	\centering
	\includegraphics[height=0.95\textheight]{./Documents/SDC.pdf}
	\caption{Schematic of the Shutdown Circuit}
\end{figure}

\end{document}