User Tools


This is an old revision of the document!


Extract images from EPUB files

The accessible e-text version of a book needs to include the original ebook's images. To preserve the original image quality, we need to first extract the images from the EPUB and then insert them into the Word document.

First, we need to unzip the EPUB file to get at the images. We can easily do this using free open-source software such as eCanCrusher, which works on both PC and Mac.

  1. Open up the unzipped folder
  2. Open the OEBPS folder (this is where all the EPUB content lives)
  3. Locate the folder called images
  4. Insert these images into your DOCX file, as required (Insert > Pictures > Picture from file)

Alternatively, you can use Terminal (on Mac) to extract images for an EPUB by doing the following:

  1. Open New Terminal at Folder
    • Right-click on the folder that contains the EPUB file and select Services > New Terminal at Folder. You may need to set up your Mac to allow for this shortcut.
  2. copy and paste the command:
    unzip abc.epub *.jpg *.jpeg *.png *.gif

    where abc.epub is the name of the epub file (check that there are no spaces in the filename)

  3. press enter
  4. you should see a new folder appear (OEBPS) that contains the image files
public/nnels/etext/extract-images.1515532280.txt.gz · Last modified: 2018/01/09 13:11 by farrah.little