Ask Your Question
0

PDF import as picture

asked 2012-06-30 22:23:28 +0200

anonymous user

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.

delete close flag offensive retag edit

1 Answer

Sort by » oldest newest most voted
0

answered 2012-07-01 17:10:35 +0200

qubit gravatar image qubit flag of United States
5693 3 48 41

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
link delete flag offensive edit

Login/Signup to Answer

Donate

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!

Question tools

Follow

subscribe to rss feed

Stats

Asked: 2012-06-30 22:23:28 +0200

Seen: 1,123 times

Last updated: Jul 01 '12