I'm writing a long document (a legal argument) and I need to insert a 3 page PDF into it. So I used Insert->Image, and browse to the PDF file, and insert it. Unfortunately, I only get the first page. What should have happened is either: 1. I get prompted to pick a page number. 2. I get offered the choice of more than one page. This is what I actually wanted. 3. I should at least get a warning that there was a multi-page source document and that only a single page was embedded. For anyone else finding this, the easiest workaround is to use ImageMagick: convert in.pdf out.png and note that IM will automatically split the document. Then insert the images manually, one by one.
Know issue for using the pdfium based insert PDF as image, see bug 114234 By default, inserts the first page of the PDF. You'll need to split the PDF pages externally and insert each. Your choice to externally convert to different raster/vector format rather than the internal pdfium based filter. But if you need the source PDF with the document, the Insert filter retains it with the ODF archive. *** This bug has been marked as a duplicate of bug 114234 ***