Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make epub from scratch #6

Open
dokosho02 opened this issue Nov 29, 2021 · 3 comments
Open

make epub from scratch #6

dokosho02 opened this issue Nov 29, 2021 · 3 comments

Comments

@dokosho02
Copy link

Can you provide an example of creating epub from scratch?
I would like to generate epub from String content (web scraping or RSS).
But the only example seems to be an epub reader.

@hobleyd
Copy link

hobleyd commented Jan 3, 2022

I'm also interested in this.

I am working through it myself, but for some reason EpubSchema appears not to be exposed, so I can't create the manifest myself. Am I missing something?

@hobleyd
Copy link

hobleyd commented Jan 5, 2022

Also, I note that navigation_writer.dart doesn't exist. Is that planned at all?

@dokosho02
Copy link
Author

Hi, I am no so familiar with dart.
And I have solved this problem using Kotlin for Android, inspired by this tutorial.

And in fact it is easy,
create html, image, css, and some other metadata files,
then zip them together as an epub file...

So I think we can make an epub file from scracth without using epubx package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants