Is there a way to force attachfile to add the attachment on the last page of the imported pdf document?
My code follows:
Code: Select all
Code, edit and compile here:
\documentclass{article}\usepackage[setpagesize=false]{hyperref} % prikaz \pdfbookmark\usepackage[ignoreall,scale=1]{geometry} % aby zalozky zacinaly vlevo nahore\usepackage{pdfpages} % prikaz \includepdf\usepackage{attachfile}\begin{document}\includepdf[fitpaper,pages={1-5}]{s-smesenzor.pdf}\attachfile[description=Model semantics,icon=Paperclip]{modelsemantics.doc}\end{document}