Move in terminal to folder which contains the pdf file.
$pdfimages -j file.pdf page
This will leave you with .jpgs for the image files
and .pbm for the text pages.
Convert wit imagemagick installed the pbm files:
$convert *.pbm *.jpg
STumbling In Linux Land, STupid and Unlucky Pablo? The tribulations and happy discoveries of a Linux former Newbie, now bit more experienced user
Move in terminal to folder which contains the pdf file.
$pdfimages -j file.pdf page
This will leave you with .jpgs for the image files
and .pbm for the text pages.
Convert wit imagemagick installed the pbm files:
$convert *.pbm *.jpg
No comments:
Post a Comment