Having no end of trouble including a large landscape pdf in a portrait .tex document (using pdflatex).
When it does show up, only the leftmost end of the pdf shows up, now matter how small i make the scale. And i cant seem to get it to show in landscape mode at all...
Is anything wrong with the code i am using?
\begin{landscape} \includegraphics[scale=0.1]{Appendix2.pdf} \end{landscape}
To have landscape, just add angle=-90 . \includepdf[pages={1}, angle=-90]{xxxxxx. pdf} , and that is all.
down: +180, left, right, and down make relative adjustments to a page's rotation. I guess by those parameters you can merge PDF of landscape and portrait without any problem.
Open the View menu in Adobe Reader or Acrobat. Locate the Rotate View submenu and choose either "Clockwise" or "Counterclockwise" to rotate the page view in 90-degree increments. This reorients pages from portrait to landscape, or vice versa.
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}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With