I have to include a beamer document in my work. I made a PDF out of it and put it in the appendix part. This is the code I used for it:
Code: Select all
\includepdf[%
pages=1-%
,pagecommand={}%
,trim=55 55 45 55%
,clip%
,frame
,scale=0.72
]{presentation.pdf}%
%
Do you know if there is a solution for that?
Many thanks in advance.
Best regards,
Marie