I want to add some pdf-pages in my appendix in latex using this command:
\includepdf[pages=-,scale=.8,pagecommand={},linktodoc=true]{myPDF.pdf}
Works fine so far, however it is always placed in a new page... in other words:
I add \section{title 1}
and then \includepdf
-command and then \section{title 2}
and \includepdf
-command..... But after each \section
I get an empty page and then the pdf-files. But I want them to be placed immediately after a section-title, if applicable.
Hope the problem is clear.
It seems that the standard command \begin{appendix} and \end{appendix} do work!
Adding an appendix to your document in LaTeX is as easy as invoking the macro \appendix . From the moment you call this command, the new chapters will be numbered using capital letters, and instead of `Chapter' they will be called `Appendix'.
Another stylish solution in case of adding multi page documents:
\includepdf[pages=1,scale=.8,pagecommand={\section{My header}\label{pdf:myfile}},linktodoc=true]{myfile.pdf}
\includepdf[pages=2-,scale=.8,pagecommand={},linktodoc=true]{myfile.pdf}
Features:
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