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

Is it possible to use base64 or blob as source of epub. #1446

Open
franz101 opened this issue Jan 19, 2025 · 1 comment
Open

Is it possible to use base64 or blob as source of epub. #1446

franz101 opened this issue Jan 19, 2025 · 1 comment

Comments

@franz101
Copy link

Currently when a user selects a local EPUB it would not fetch it even if it's already provided as a blob. Any idea how to solve this? 🙏

@MurakamiShinyu
Copy link
Member

Vivliostyle Viewer supports fetching unzipped EPUB files. See the documentation:

https://docs.vivliostyle.org/#/vivliostyle-viewer#epub

On the other hand, Vivliostyle CLI can read a local EPUB file. This is done by unzipping the EPUB file and serving the unzipped files to the Vivliostyle Viewer. See the documentation:

https://github.com/vivliostyle/vivliostyle-cli/blob/main/docs/getting-started.md#generate-pdfs-from-other-formats

I'm not sure what you want to do with base64 or blob as the source of EPUB. Could you provide more information about your use case?

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

No branches or pull requests

2 participants