How to change image location for html file converted from epub?
Hi,
when converting some epub books to html additional directory with images is extracted to /images subfolder.
pandoc -s --extract-media=ABC_files ABC.epub -o ABC.html
I would like to move all the images to root of ABC_files folder and change their location in html document to new location.
What is the easiest way to do that?
|