First time here? Check out the FAQ!
asked 2012-06-30 22:23:28 +0200
Anonymous
Recently I came to appreciate the possibility of importing PDF files as images in Apple iWork (Pages) and in MS Word for Mac. It's great when building templates with the complete graphics defined in a single compact PDF.
Would it be possible to import PDFs as graphics (not as editable documents!) in LibreOffice Writer?
I'd really like to see this implemented.
Based on my quick tests, it doesn't look like it's currently possible to insert a PDF directly into a Writer document as an image. I was testing on 3.4.4, so it's possible that the Feature Fairy has made your wish come true in 3.5 or 3.6.
I'm not sure how difficult it would be to add this feature, but it wouldn't hurt for you to ask. Feature Requests can be filed as a bug report here: https://www.libreoffice.org/get-help/bug
WORKAROUND: For the short-term, I'd just use the 'convert' utility (a part of the ImageMagick package) to turn your PDFs into image formats that LO can consume. It looks like you're on a Mac, and I think that most OSX and GNU/Linux-y platforms have convert installed by default. You'll want to do something like this:
$ convert my-sweet.pdf sweet-pdf-as-image.png
If you're working with something with fine detail (like scanned pages), you might want to bump up the quality and tweak some other parameters. Like so:
$ convert -interlace none -density 300 -quality 80 my-sweet.pdf sweet-pdf-as-image.png
LibreOffice is made available by volunteers around the globe, backed by a charitable Foundation. Please support our efforts: Your donation helps us to deliver a better product!
Asked: 2012-06-30 22:23:28 +0200
Seen: 1,123 times
Last updated: Jul 01 '12
Importing Word DOC leaves black boxes where jpegs were
How to import .odg into Impress?
Why doesn't CLI work when GUI is loaded? [closed]
LibreOffice 3.5 Writer crashes when making PDF
How to export HTML size bigger than 1024x768?
Impress embed audio and export to PDF
Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.