How to Extract original images from PDF

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
hlhp
Posts: 2
Joined: 2019-01-09T11:13:51-07:00
Authentication code: 1152

How to Extract original images from PDF

Post by hlhp »

The PDF is 100% images.
How can I extract the original images(keep original format)? :D

I installed ghost-script, and tried with this command, but it gave me blur images with large sizes.

Code: Select all

magick.exe "testPdf.pdf" "testPdf.jpg"




----------------------------------------------------------------------------------------------
Version: ImageMagick 7.0.8-23 Q16 x64 2019-01-02 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2018 ImageMagick Studio LLC
License: http://www.imagemagick.org/script/license.php
Visual C++: 180040629
Features: Cipher DPC HDRI
Delegates (built-in): bzlib cairo flif freetype gslib heic jng jp2 jpeg lcms lqr lzma openexr pangocairo png ps raw rsvg tiff webp xml zlib
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: How to Extract original images from PDF

Post by snibgo »

I suggest you use pdfimages.
snibgo's IM pages: im.snibgo.com
hlhp
Posts: 2
Joined: 2019-01-09T11:13:51-07:00
Authentication code: 1152

Re: How to Extract original images from PDF

Post by hlhp »

snibgo wrote: 2019-01-09T11:38:04-07:00 I suggest you use pdfimages.
Thank you, it get things done :lol:




In case someone having same issue.
Here is a tutorial for pdfimages.
https://www.experts-exchange.com/videos ... Files.html

Download link for Xpdf tools
https://www.xpdfreader.com/download.html
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: How to Extract original images from PDF

Post by anthony »

Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply