{pdfpages} is a package that simplifies the inclusion of external multi-page PDF documents in LaTeX documents.
0
votes
1answer
37 views
Page position with pdfpages
Since I had problems \include-ing some .tex to my project I tried using the pdfpages package and the \includepdf command, but the pages are included displaced and I don't understand the pdfpages ...
0
votes
0answers
22 views
Including a document into another one without redefining setting
For a publication, I have to include another publication. The second one is in English and uses IEEEtr style.
I could of course compile the second one into a pdf file and include the pdf into the ...
0
votes
0answers
20 views
Include 6 pages of a pdf with document's header and section title [duplicate]
So, with pdfpages's includepdf one can include several pages of a pdf in the document. But this forces a pagebreak which leaves a lonely and unhappy section title.
\includepdf[nup=2x3, ...
4
votes
2answers
58 views
problem with including pdf using pdfpages
I am trying to use \includepdf with about 20 different PDFs. The first 19 have worked fine, but the last one which can be found below
...
2
votes
1answer
79 views
Include a PDF and ignore page margins?
I am writing a document using pdfLaTeX for college, and I have been supplied with a title page I need to use.
I have altered the \maketitle command:
\usepackage{pdfpages}
\renewcommand\maketitle{
...
0
votes
0answers
31 views
Text and caption overlapping on includepdf image
I have recently discovered includepdf for a cropped pdf image I have wanted to insert. However, both the surrounding text and the image caption itself overlaps the image, what do I do?! I've tried ...
0
votes
1answer
60 views
page size and font size in latex beamer
I need to add page size as "Letter Paper: 8-1/2X11" and font size 24 pt?following code not worked..What is a solution for this two changes?
\documentclass[24pt]{beamer}
1
vote
0answers
33 views
Import Doxygen generated documentation tex in Paper as appendix
I have a paper with the baseclass of {book} and I want to include the doxygen generated LaTeX documentation output as an appendix in the paper. I have been using \includepdf{mydoc.pdf} although it ...
4
votes
1answer
71 views
Is there a way to \label each page in an included pdf file?
I am including a PDF file as part of my reports appendices.
The PDF file does not have page numbers, these are added using pagecommand=\thispagestyle{plain} which continues the LaTeX page numbering.
...
4
votes
2answers
130 views
Table of Contents for set of PDF files
How to make Table of Contents for a set of PDF files?
Here's my code!
\documentclass{book}
\usepackage{pdfpages}
...
3
votes
1answer
114 views
Merge PDFs, fix page numbering and compress
Say there is a book that has been split into several PDFs. I want to do two things:
Merge the PDFs and reduce the size of the resulting PDF.
Fix the page numbering.
(1) can be done with pdftk or ...
5
votes
1answer
65 views
How to create 4-up pdfs [without pdfnup, pdfpages]?
I use a standard KOMA-script class for creating slides [slides.tex]. I am wondering if there is a LaTeX package with an option to specify how the output looks like. I would like to create a 4-up .pdf ...
2
votes
1answer
48 views
Figures from PDF pages according to their labeleing in latex
I have dozens of figures in my latex named all differently. I want to put them into a single PDF file and call each figure from there via something like \includegraphics[page="label3"]{foo} instead of ...
8
votes
2answers
67 views
Including PDF pages from URL
Does anyone know a way of including an external PDF document from a URL? When using pdfpages the following will not work:
\includepdf[pages=-]{http://www.mydomain.com/myfile.pdf}
My reason for ...
3
votes
4answers
196 views
How to randomly extract some pages of a PDF file, sort their pages, and finally bundle them into a new PDF?
Some books in amazon.com have excerpts (first several pages plus appendixes) from which we can know their contents, layouts, etc roughly prior to purchasing. Statistically I think it will be better if ...
6
votes
1answer
174 views
Included PDF gets corrupted after Acrobat’s color conversion
I found a strange error … I’m typesetting a musical score with Sibelius 7. And to add some text and notes I use LaTeX (i.e. xelatex but the error is the same with pdflatex). To get a complete PDF of ...
1
vote
0answers
62 views
\includepdf in A3 format
I am creating an A4 document and I need to insert a longtable in A3 into this document.
I have created a document for this:
\documentclass{book}
\usepackage[margin=2cm,landscape,a3paper]{geometry}
...
0
votes
2answers
371 views
Insert pdf in latex
I have a problem when I insert a pdf file in latex:
\usepackage[final]{pdfpages}
\includepdf[pages=-]{file.pdf}
The problem is that the pdf page is not centered:
I've tried to place tags ...
3
votes
1answer
164 views
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 ...
0
votes
0answers
91 views
How to create automatically table of contents of external PDF file?
I have merged three external pdf files. Now I want to create table of contents of this resultant pdf file. Here \tablesofcontentsis not working.
\documentclass{article}
\usepackage{pdfpages}
...
3
votes
0answers
50 views
includepdf and tableofcontents without numbering
I try to include an entire pdf file with pdfpages but I will not use numbering in the table of contents. Here is a MWE, which illustrates the problem.
\documentclass[a4paper]{scrreprt}
...
4
votes
1answer
149 views
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 ...
0
votes
1answer
101 views
Modify single page size and insert image
I'm trying to generate a PDF where every page has a background image and some text placed at specific positions.
Some of the pages are normal A4 portrait and others are landscape.
My problem is that ...
1
vote
0answers
227 views
Pdfpages.sty not found - Windows [closed]
This question is a follow-up question in regards to this topic: Error: File 'pdfpages.sty' not found
The following is just a copy paste of my question asked in that topic:
I am so so ...
2
votes
1answer
134 views
Add some text on an inserted PDF
I had inserted a pdf file in latex
use this code
\documentclass[a4paper,12pt]{book}
\usepackage{mdframed}
\begin{document}
\includepdfmerge{hello.pdf,1}
\end{document}
I want to insert some text ...
4
votes
1answer
83 views
Page number when using includepdf
Can you recommend an easy way to place the page number on an imported PDF? For instance, when using:
\includepdf[fitpaper=true]{last_site/last_site.pdf}
\includepdf was used twice because the code ...
1
vote
1answer
87 views
Includepdf pages with page numbering of new document and remove blank page after section heading
I am a beginner to LaTeX and I have a few problems with the pdfpages package. I have to include certain pages from another file (compile them into a final report). I use the \includepdf{pages = ...
2
votes
1answer
95 views
Importing PDF in LateX
I have include PDF file in latex but I want to know that is there any method that table of content can automatically be updated after importing the PDF file. I searched a lot but can't find any thing ...
0
votes
0answers
23 views
How do import pdf pages when using latex-dvips-ps2pdf? [duplicate]
I would like to insert some pdf pages from a different file into the one I am working on currently. I understand that I can use the pdfpages package.
However, I am using pstricks and therefore have ...
1
vote
0answers
58 views
pdfpage error with url outside margin
A colleague of mine has to merge multiple PDF papers for conference proceedings.
We tried to use pdfpage with the includepdf command that works great.
Unfortunately there is a specific PDF that ...
3
votes
1answer
62 views
Does pdfpages break the floating mechanism?
I have the problem, that I need to insert some external pates in my thesis. After that I start a new section and want to add a (floating) figure.
The problem is that the figure is not set here as I ...
1
vote
0answers
688 views
Error: File 'pdfpages.sty' not found
I'm trying to compile simple thesis example using TexMaker with MiKTeX 2.9. I need pdfpages package in order to include pdf as the title page. Without the following line the code compiles fine:
...
1
vote
0answers
86 views
\includepdfmerge starting new documents on right side page
I'm using pdfjam to merge a large number of PDF files for subsequent printing. Because I don't want to have pages from different documents on the same physical sheet of paper, I want to issue a ...
1
vote
1answer
147 views
Embedded fonts not showing up correctly in PDF generated using pdfpages in pdfLaTeX
I am using the pdfpages package to include some other PDF documents into a LaTeX document I'm processing with pdfLaTeX.
One of the included PDFs has some uncommon fonts. They are embedded in the ...
2
votes
0answers
35 views
Strange Error with Libertine and pdfpages [duplicate]
Frequently I have to make a compilation of documents. Each document has been produced with pdfLaTeX, and the compilation is done with pdfLaTeX and the package pdfpages.
MWE of my file ...
2
votes
0answers
105 views
Conflicting situation from concurrent use of pdfpages and pgfpages in beamer [closed]
From my beamer slides I produce multi slide per page pdfs which are easier for printing.
Things went fine all these years until I used pdfpages and pgfpages in the same file. Here is the stripped ...
0
votes
0answers
49 views
\includepdf command not recognized even though pdfpages is included (pdflatex) [closed]
I have a problem where \includepdf is not working in a document that uses a lot of other packages, notably memoir. It works on my computer in a document where I only include pdfpages for the article ...
2
votes
1answer
70 views
Incorrect frame numbers when pages included using pdfpages in beamer
I am including some pages using pdfpages in beamer. I understand that these pages can not be included a frames. Rather these are included as simple texts. So far so good.
However, I get incorrect ...
3
votes
1answer
125 views
Using \put command relative to page size
I want to include a logo in the pdf pages included in Beamer.
I tried writing macro and progressed so far.
\documentclass[fleqn,xcolor=dvipsnames]{beamer}
\newlength{\logosize}
...
3
votes
0answers
80 views
includepdf does not find file with comma
I am already using grffile to ensure that all files are found on the file system (windows 7), but now I have an example where the second file is not found.
\documentclass[]{scrbook} %
\usepackage[%
...
2
votes
1answer
81 views
eso-pic colorgrid overwriting pdfpages page
this may be really obvious but I'm trying to use pdfpages to annotate a pdf "form". To help with filling it in, I'm trying to put a grid on the page.
The following code places a grid on the page but ...
2
votes
1answer
62 views
Macro for \AddToPictureShipoutFG when editing pdf with pdfpages
using pdfpages as a quick and dirty pdf annotation tool to fill in a pdf based form. I do this often and am really keen to try and stick to a linux environment.
There are a lot of entries so I'd ...
1
vote
0answers
77 views
Why is there a large gap between imported png and caption?
Why the spacing between the caption and image is large and why it is not where I wanted it but somewhere else? How to make it next to it as I would normally expect a caption to be?
I placed the png ...
1
vote
0answers
88 views
pdfpages package kills my figures!
I'm using the pdfpages package to include a pre-existing pdf into the document I'm compiling. When I don't use the package, the rest of my document compiles beautifully as either a .dvi or .pdf. When ...
7
votes
1answer
97 views
Put a pstricks cover at the beginning of a file without affecting the rest of it
I have two files. One is a pstricks cover. The other is the interior of the book. They both are fine on their own.
I would like to put the code for pstricks cover on the first page of the pdf and ...
3
votes
3answers
202 views
How to include multiple pages in latex
I have a pdf file consisting of four pages (see attached). I want to include it in Latex, but when I use the basic code given below, only the first page of the pdf appears. I want to do is to present ...
2
votes
1answer
228 views
how to position pdf with \includepdf in book, also depending on even/odd page
I am writing my thesis for which we have specific requirements regarding the paper size. This is what I have at the beginning of my thesis file:
documentclass[a4paper]{book}
\textheight=175mm
...
3
votes
1answer
118 views
Blank page when using newlfm and pdfpages
I am using newlfm for a document and am also loading pdfpages to append some external PDF files to the end of this document. My problem is that I get a blank page at the end of the document, ...
2
votes
1answer
96 views
Complex latex document: how to locate offending package dependency [solved: was using dirty build] [closed]
For final distribution, certain appendix includes the pdfpages package. However, appendices should be skipped for normal "draft" versions, or while working on individual chapters.
I am having ...
1
vote
0answers
123 views
CD Booklet: variable margins between pages in pdfpages
I am trying to print a CD booklet, that will be stapled in the center of the pages.
To that end I am printing the pages double-sided on a4 paper and cut them.
When there are more than a
few physical ...


