You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems at the moment we check the src of images to match a known image file extension, while the example image given above uses an image processing proxy, with the URL pathname as /c/filters:no_upscale(). Unfortunately, I can’t think of an easy user-level workaround for this...
Thank you very much.
I solved the image problem by getting html to implement inline images with the help of single-file tool and then converted to epub using percollate. further multiple html can be converted into one epub to read as a book.
Environment
Operating System: Debian10
node --version:v18.17.0
npm --version: 9.6.7
percollate --version:v4.0.2
Description
Hello!
Now I want to generate epub from offline html for reading, one problem I found using this tool is that it can't handle this image format.
Even if I use a command like this
What can I do to solve this problem to make it work
The text was updated successfully, but these errors were encountered: