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 ...
2
votes
1answer
214 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
2answers
382 views

\pdfbookmark to page number and location with \includepdf

I would like to use a \pdfbookmark like command to reference a page within a PDF document (included with the \includepdf command) and further to bring the user to a specific location (say 2.34 inches ...
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} ...
12
votes
6answers
4k views

How can I crop included PDF documents?

I've got a PDF that is automatically generated from a certain piece of software, that I want to include in the report I'm writing. I'm using pdfpages which gets the job done elegantly, but the problem ...