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: ...
2
votes
1answer
132 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
82 views

Insert pdf to the begining

Using pdfpages when I add a pdf like \documentclass[10pt,twoside,draft]{book} \usepackage{log} \newfontfamily\dejavu{DejaVu Sans} \begin{document} %-----------------------------Cover ...
4
votes
1answer
280 views

Getting pax/pdfpages to work with xelatex?

Please consider the following MWE, in a form of a batch file, which creates two tex files (one of them gets \includepdfd in the other): cat > insert.tex <<'EOF' \documentclass{article} ...
8
votes
1answer
748 views

Include trimmed multipage PDF in XeTeX

I have a multipage PDF manuscript (for example, my_PDF.pdf) that I would like to include in a new document. I would also like to trim/clip off the header and footer from each page of this included ...
2
votes
1answer
599 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 ...