4
votes
2answers
54 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 ...
3
votes
1answer
112 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 ...
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 ...
0
votes
2answers
352 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 ...
1
vote
1answer
193 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 ...
2
votes
1answer
139 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 ...
4
votes
1answer
220 views

Filled out form fields are left blank when using /includepdf

I have included a PDF file in my document using \includepdf[pages=-]{pdf/document_to_include.pdf} This works fine, except document.pdf has form fields which are filled out (and the document has ...
6
votes
2answers
549 views

pdfpages, addtolist and list of tables

These may be separate questions, but the following MWE: \usepackage{pdfpages} ... \addcontentsline{lot}{subsection}{\ref{tab:UserRoles} \textbf{User Roles}} \includepdf[pages={-}, ...
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 ...
2
votes
1answer
1k views

How to add a PDF file in appendix in Lyx?

I'm writing a thesys Using LyX, it worked fine up to now. I need to insert a PDF of 4 pages in Appendix, so I looked for a solution. Here in StackOverflow I found a possible solution, using a ...
1
vote
1answer
839 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. ...
3
votes
0answers
163 views

How to include PDF as graphics and as attachment without using extra file space [duplicate]

Possible Duplicate: Attach displayed image to the PDF without storing it twice Is it at all possible to include a PDF as a graphic in the document and also as an internal attachment to the ...
3
votes
2answers
4k views

Including a PDF page in latex with pdfpages without scaling

I am writing a document in LaTeX and I'm trying to include a frontpage in PDF (aptly called "Frontpage.pdf") the document, to be compiled with Pdflatex. I tried to include it with the pdfpages ...
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 ...