GeneralMultipage PDF or PS in latex document

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
jarihj
Posts: 1
Joined: Mon Jun 09, 2008 8:57 pm

Multipage PDF or PS in latex document

Post by jarihj »

Hi

I am finishing a large thesis, with lots of eps figures. Now I want to include some papers in pdf-format (these are multipage).
I have tried pdflatex and that works- but that does not include any of my eps figures.
Now my idea is to convert the pdf papers (which are multipage) to ps and include these in a way similar to that in pdfpages.
Does anyone know how to include multipage ps-files in a latex document?

beset regards, jarihj

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

Multipage PDF or PS in latex document

Post by Stefan Kottwitz »

Hi jarihj,

I would consider to convert the eps figures to pdf format. Though there are many I would not expect problems. Then it's possible to use pdfpages together with pdflatex that has some advantages (hyperref, microtype, ...)

Alternatively you could test psjoin or psmerge.

Stefan
LaTeX.org admin
Bennn
Posts: 4
Joined: Fri May 23, 2008 2:44 pm

Re: Multipage PDF or PS in latex document

Post by Bennn »

I have the same problem. I much prefer using latex and then dvipdf compared to pdflatex even when using hyperref (more flexible figure input, faster, much smaller pdf generated... for my document anyway).

But now I also need to include some papers at the end of my document which are in pdf form. Is there not any equivalent to pdfpages that can be used with a dvi or dvipdf output?
User avatar
Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

Multipage PDF or PS in latex document

Post by Stefan Kottwitz »

Hi Bennn,

you could use pdfpages to combine the dvipdf output and the pdf papers. Why should you need an alternative?
Perhaps PDFjam could be helpful too.

Stefan
LaTeX.org admin
Post Reply