I use \usepackage{pdfpages} in the header, and then includepdf[pages=-, nup = 2x2, linktodoc = true]{mypdf.pdf}. So, as well as mypdf.pdf is in the same folder, links work very well. But can one omit these inserted documents, so that the click on the small inserted pdf will enlarge it in a new window?
Thank you.
hyperref.pdfpagesis not the right tool for this. – cfr Mar 21 '18 at 00:43hyperrefpackage. It does things like this: adding links, for example. If you want a link, that's probably what you need to look at. – cfr Mar 21 '18 at 01:22\includepdfare not present. You can see this as "extract an embedded page into a new window". Hope that it is clear now. – jupiter_jazz Mar 21 '18 at 09:30\zoombox{<content>}macro with\includegraphics[scale=..., page=...]{mypdf}as the<content>argument for generating clickable thumbnails. – AlexG Mar 21 '18 at 11:15pdfpageswhich you don't know how to do or can't do with it? – cfr Mar 22 '18 at 00:05