Lately I have to extract few specific images from .pdf
files and save them as image file. For example, the following is the image copied from a PDF (right click and copy image using Ctrl+C).
When I paste the same either in LibreOffice Writer or an image editor like KolourPaint, I end up with a blank image something like this. Can anyone suggest how I can work around this issue?
Graphics and Objects
is enabled, as mentioned here: http://askubuntu.com/questions/112681 – whtyger Mar 14 '16 at 07:27adobe
and I tried different pdf viewers also. I tried pasting in different destinations likekolourpaint
. Still its blank – SKPS Mar 14 '16 at 10:46mate-screenshot -a
(or gnome-screenshot , or some other similar program) select the image area you want, then put the file into a document. – j0h Mar 16 '16 at 16:11mv -v $HOME/.config/libreoffice/4/user $HOME/.config/libreoffice/4/user_bak
and then when you restart the defaults will be in use... – andrew.46 Mar 20 '16 at 03:43libreOffice Writer
andKolourpaint
, they appear blank. – SKPS Mar 22 '16 at 13:39pdfimages
tool inpoppler-utils
package. – whtyger Mar 22 '16 at 19:12