0
votes
1answer
109 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
140 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 ...
7
votes
1answer
708 views

Landscape and page numbers with pdfpages

I am using pdfpages to insert PDFs into a master file. Some of the PDFs are portrait and some are landscape. I am using pagecommand=\thispagestyle{plain} so that the page numbers are in sequence ...