[Tex/LaTex] Insert Image from multipage pdf file in Lyx

graphicslyxpdfpdfpages

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.

I am wondering, if there is any option in LyX to include the images directly from the pdf file by specifying the page number. I happen to stumble across this post here which I can use in LaTeX. Is it possible to do similarly in LyX as well?

Best Answer

You can use Insert -> File -> External Material, which wraps the pdfpages package. Documentation for pdfpages is available here.

Another way which might be more appropriate is to insert the .pdf file as if it were any other graphic (Insert -> Graphics...) and use the page=n option. These options are passed to the \includegraphics command, which is part of the graphicx package (which is documented here). A screen shot follows:

graphics configuration

Here are some screenshots of the pdfpages method:

external material dialog

external material options dialog

Related Question