You may want to have a look at the pdfpages
package which “simplifies the inclusion of external multi-page PDF documents in LATEX documents”.
To include pages as landscape you can use the following:
\usepackage{pdfpages}
\includepdf[landscape=true]{circuit.pdf}