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

learn more… | top users | synonyms (1)

2
votes
1answer
132 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 ...
2
votes
1answer
69 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 ...
2
votes
1answer
213 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 ...
2
votes
1answer
131 views

Making one page landscaped and all other portrait, is that possible? [duplicate]

Possible Duplicate: How to change certain pages into landscape/portrait mode I'd like to have one page in landscape, in between of several other pages in portrait. I know how to make all ...
2
votes
1answer
138 views

LaTeXML and pdfpages [closed]

I can't find a lot of informations about LaTeXML here but I hope somebody can help me. In a LaTeX document, I use a \includepdf with the option pages. I have created a mystyle.sty.ltxml in which I ...
2
votes
1answer
593 views

pdfpages, XeTeX, and transparency

I'm using pdfpages to include a cover made in Inkscape into a PDF. The PDF has transparent objects. When building with pdflatex, the transparency is kept in the final PDF, but when I build with ...
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
101 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 ...
2
votes
0answers
106 views

Relative paths in a subimport-ed file, when using pdfpages

Short version: a subimport-ed file has correct relative path when using \includegraphics, but incorrect relative path when using \includepdf. Long version: File a.tex is located in my main a ...
2
votes
1answer
330 views

Draftwatermark with inserted PDF

I have included a watermark (using \usepackage{draftwatermark}) for draft copies of my document, several pages of which are inserted from a PDF. The watermark behaves just fine on most pages - the ...
1
vote
1answer
125 views

Insert pdf pages with choice of which pages of original doc [closed]

To insert only a few pages of a PDF document to my latex document, I use this macro. The numbering of the pages in my document is not interrupted even if I customize the header-footer with ...
1
vote
1answer
223 views

Problem with inserting images on specific page

I am producing a pdf file using LaTeX. Now I want to insert some images on page 13 and page 14 of my LaTeX generated pdf document. That images are stored in some other pdf file. So I want to get that ...
1
vote
1answer
242 views

adding text onto pdf pages

This is related to the post How can I superimpose LaTeX / TeX output over a PDF file?. One of the answers is (which is the one I'm using now): \documentclass[12pt]{article} \usepackage{pdfpages} ...
1
vote
1answer
338 views

Inserting a blank page using pdfpages results in “Missing number, treated as zero”

I am using the pdfpages package (version 25688 0.4r) to create a document with a blank page followed by a PDF file. Here is the working example \documentclass{article} \usepackage[final]{pdfpages} ...
1
vote
1answer
559 views

Changing background color of external pdf files using pdfpages

The following TeX code is intended to change the background color of an external pdf file by using the pdfpages package, but it does not work for me. Does it work at all? \documentclass{minimal} ...
1
vote
2answers
205 views

No white page before full pdf page as front cover. (title page)

I have a little problem with a pdf that I want as front cover for a report. When I add a pdf as front cover I get first a white page and after that the pdf. But I want it to print the pdf first than ...
1
vote
1answer
1k views

Problem adding pdfpages to current class and/or tex file

The following .tex script complies perfectly on my computer: \documentclass{report} \usepackage[final]{pdfpages} \begin{document} \includepdf{Elanderphdmath.pdf} \end{document} However, no matter ...
1
vote
1answer
85 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 = ...
1
vote
1answer
143 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 ...
1
vote
1answer
184 views

pdfpages/hyperref - Contents link jumps to wrong part of page

I'm using pdfpages to combine multiple pdf documents; I would also like a front 'contents' page for the new file, using hyperref to allow me to jump directly to the correct page. The 'addtotoc' option ...
1
vote
1answer
831 views

Insert Image from multipage pdf file in Lyx

I am writing a report and I have all the images in a pdf file with very high resolution. With limited skills in editing, I am loosing the quality of the image when I try to save the individual images. ...
1
vote
1answer
472 views

Help with xkeyval crashing pax/pdfpages

I'm preparing a document, and after trying to load some of my self-made style files, it started crashing. It is apparently the same problem as in [texhax] latest xkeyval breaks pdfpages and ...
1
vote
0answers
32 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 ...
1
vote
0answers
54 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} ...
1
vote
0answers
220 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 ...
1
vote
0answers
55 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 ...
1
vote
0answers
643 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
82 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
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 ...
1
vote
0answers
119 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 ...
0
votes
1answer
644 views

hyperref vs includepdf

\documentclass[12pt,a4paper]{mwrep} \usepackage{polski} \usepackage[cp1250]{inputenc} \usepackage{pdfpages} \usepackage[hidelinks]{hyperref} \renewcommand\baselinestretch{1.5} \usepackage{etoolbox} ...
0
votes
1answer
275 views

How can I write multi line text on the foreground of pages, and how can I align it?

I'm using this to write on the foreground of individual pages of a large PDF (hopefully), i.e one with white spaces to enter in LaTeX notes. \documentclass{article} \usepackage{pdfpages} ...
0
votes
2answers
2k views

Inserting a multi-paged PDF document in a LyX document.

I can successfully insert a PDF document in a LyX document using Insert -> File -> External Material (choosing PDFPages in the template dropdown). The PDF document shows up in the LyX document, ...
0
votes
2answers
307 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 ...
0
votes
1answer
98 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 ...
0
votes
1answer
312 views

Problem with pdfpages due to everyshi related error

I just want to add individual .pdf pages to my final latex document. A snippet of the code is presented below: \documentclass[12pt, a4paper, twoside]{book} \usepackage[top=1.50in, bottom=1.50in, ...
0
votes
1answer
196 views

merging 2 pdf's and rearanging pages

This is not just merging two pdf files using pdflatex. final document need have a structure: odd pages are from first.pdf even pages are from second.pdf is this possible? p.s. I'm trying to have ...
0
votes
0answers
21 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
49 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}
0
votes
0answers
88 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} ...
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 ...
0
votes
0answers
46 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 ...
0
votes
0answers
64 views

How to substitute some text in a existing PDF file while using includepdf

I have a existing PDF, and it is included into my document through \includepdf in package pdfpages, and I'm curious that can some text in the PDF file be substituted by some else? For example, I have ...
0
votes
0answers
28 views

XeTex: pdfpages - Version of PDF file (1.5) is newer than version limit specification [duplicate]

Possible Duplicate: PDF version issue when including PDF figures I want to import a pdf into my document which I create with XeTex. Of course I included the pdfpages: ...
0
votes
0answers
204 views

Pdfpages \include pdf adds number to lower left corner [closed]

I'm brand new to Latex, so bear with me. I'm trying to include a pdf using the pdfpages package and rotate, resize, and crop it. When I do this, a number always shows up in the lower left corner of ...
0
votes
0answers
42 views

Include a PDF containing an animation (movie15) [duplicate]

Possible Duplicates: PDF file containing 3D object is not included correctly with \includegraphics How to preserve hyperlinks in included pdf? I am using LaTeX, and at some point need to ...

1 2 3