Questions tagged [pdfpages]

{pdfpages} is a package that simplifies the inclusion of external multi-page PDF documents in LaTeX documents.

is a package that simplifies the inclusion of external multi-page PDF documents in LaTeX documents. Pages may be freely selected and similar to psnup it is possible to put several logical pages onto each sheet of paper. Furthermore a lot of hypertext features like hyperlinks and article threads are provided. The package supports pdfTeX (pdflatex) and VTeX. With VTeX it is even possible to use this package to insert PostScript files, in addition to PDF files.

838 questions
22
votes
1 answer

Include several pages of a PDF without losing LaTex document style

I would like to include several pages of a PDF as a subsection in my LaTex Document using the package pdfpages. I tried \includepdf[scale=0.8,pages=1-5,pagecommand=\subsection{blub}]{testpdf} from the question How to include PDF pages without a…
Apatura
  • 393
18
votes
2 answers

\includepdf combined pdf highlights missing

I used \includepdf[pages=-]{...} to combine several pdf files. It does combine, but some highlights made in some individual pdfs using Adobe Reader Comments are missing. The highlights can be seen in individual pdfs, but not the combined one. Any…
Gavin
  • 181
18
votes
1 answer

Include PDF with two pages per page

I'm appending my papers to my thesis using the pdfpages package as so \includepdf[pages={-}, addtotoc={1, chapter, 1, Paper 1, paper1}]{paper-1.pdf} Can I modify the layout of paper-1.pdf such that two pages per sheet are printed?
TMOTTM
  • 425
  • 1
  • 4
  • 10
13
votes
3 answers

\includepdf only shows first page

Using XeLaTeX I am trying to add a PDF to my file. Only the first page the PDF is included in the output file. The following MWE refers to a PDF I created using Apple's TextEdit and 'Save as PDF' from the Print dialog. The contents are simply: 'Page…
Pwdr
  • 857
  • 2
  • 8
  • 20
13
votes
4 answers

Constructing conference proceedings

I am curious about a way to build nicely designed conference proceedings based on separate contributions available in the pdf format and all based on a given LateX template. The difficulty seems to be twofold: page numbering over the whole…
pluton
  • 16,421
12
votes
1 answer

Border around included pdf

I have some appendices in my report and I want to add a border around the document to make it more clear it's not a part of the document. I am using the pdfpages package to include the pdf files. Currently I am using this to include the…
Ravenix
  • 393
12
votes
2 answers

pdfpages : what does the 'signature' option mean?

My issue I have an A5 pdf that I want to print in order to make a booklet made of folded A4 sheets: (source) My trials I use this code to generate the pdf-to-be-printed-as-is: \documentclass[a4paper]{article} \begin{document} …
ebosi
  • 11,692
11
votes
1 answer

includepdf outputs blank pages

I want to insert an iEEEtran article (paper.pdf) of multiple pages into TU delft report template for my thesis (thesis.pdf). tudelft-report uses a document class book. When I use package pdfpages, it adds pages of paper.pdf but they are all blank.…
9
votes
2 answers

pdfpages & includepdf not working

I compiled the following file (through MiKTeX which I have just updated all files), and I do not get the junk.pdf file inserted. \documentclass{report} \usepackage{pdfpages} \begin{document} qwe \includepdf[pages=-]{./junk.pdf} \end{document} The…
victor
  • 705
8
votes
1 answer

Want pdf to fill the entire page in latex

I have a pdf-file, but it does not fill the entire page of my latex document. I want to use this pdf-file as my front page in a latex-document I have made. I use: \documentclass[a4paper,12pt]{report} \usepackage{pdfpages} …
zahra
  • 91
8
votes
1 answer

Insert external PDF pages with adapted size, position and margins

I'm using the changepage package to adapt my pages as illustrated in this figure: The paper size is A4 and the page size is B5 (first boarder). Within the B5 region, margins are set up as shown in the figure. Now I want to insert several pages from…
Wox
  • 799
7
votes
1 answer

Can I convert a 16 page pdf into an 8x2 matrix in LaTeX?

My graphing program (R) can plot a set of figures out, each on a separate page of the same pdf. Is there a way to convert this into a single 4x4 or 8x2 figure in LaTeX? There are alternatives, but this would be preferable.
7
votes
1 answer

The frame of a \framebox disappears in pdfpages

I am trying to put the word "hello" on every page of a pdf file using pdfpages. The following code works, but the frame around "hello" disappears. I tried it on a one blank page pdf file (called "letter.pdf" in the same directory). The first page…
Roobie Nuby
  • 242
  • 1
  • 6
6
votes
2 answers

Including a length-dependent page range using pdfpages

I'd like to extract pages from 16 to (last page minus one) using pdfpages. I know I can access the last page via the token last, but I need to do arithmetic on it, to get a page range that looks like 16-(last-1). Is there a way to do this in…
Suresh
  • 16,511
  • 14
  • 55
  • 64
6
votes
2 answers

pdfpages removes handwritten notes

i'm trying to insert a rather large, handwrittenly annotated pdf. It was created using Drawboard PDF. pdfpages inserts the pages fine, but removes all annotations from every page, leaving them empty. This is what a page originally looks like (viewed…
Chester
  • 211
1
2 3
9 10