-
Hello, I thought it'd be a breeze to download a web page and turn it into an EPUB file, either with just pandoc or with wget + pandoc… but it doesn't work: In one page in the EPUB, I get a mysterious "Couldn't render this page".
Is there a simple way to get pandoc to turn a web page into an EPUB file? Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
There's no way to answer this question without knowing what is going on with that page. |
Beta Was this translation helpful? Give feedback.
There's no way to answer this question without knowing what is going on with that page.
The URL you give is a 404 so I couldn't tell.
But in general you should be able to do something like this.
Just tried it with
pandoc https://pandoc.org -o pandoc.epub
and it worked just fine.