I am trying to add a .pdf image in a pdf page output with no success. Iam using the following commands:
Code: Select all
\documentclass[11pt,b5paper,twoside]{article}
\usepackage{graphicx}
\usepackage{epstopdf}
\begin{document}
\includegraphics[width=1.5cm\textwidth][height=1.5cm\textheight]{./bla.pdf}
\end{document}
Code: Select all
! Paragraph ended before \Gin@iii was complete.
I have run out of ideas... Any help would be much appreciated!