Grandt / PHPePub

PHP Classes for dynamically generating EPub files.
http://www.phpclasses.org/package/6115
241 stars 83 forks source link

How can I force images to be stored in the root of the image directory? #42

Open webbapps opened 7 years ago

webbapps commented 7 years ago

Currently, PHPePub is creating epub archives that mirror the file server path for retrieved image.

E.g. OEBPS/images/http/example.com/wp-content/uploads/2016/10/07/image.png

How I force it to be "OEBPS/images/image.png"?