I would like to put more pdf files into one compact pdf page. But each pdf file has its border quite wide so i would like to make a kind of intersection of them so the space would be more used. Is it possible?
The following code creates a good result but there is too much blank space on page.
Code: Select all
\begin{figure}
\begin{tabular}{c@{\hspace{0cm}}c}
\includegraphics[width=0.5\textwidth]{pg5.pdf}&\includegraphics[width=0.5\textwidth]{pg7.pdf}\\
\includegraphics[width=0.5\textwidth]{pg6.pdf}&\includegraphics[width=0.5\textwidth]{pg8.pdf}
\end{tabular}
\end{figure}