We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, thanks for this amazing tech. Right now I can access to the epub's metadata, my question is, it's posible to access all the contents?.
The text was updated successfully, but these errors were encountered:
@Emmy02 Did you ever figure out a way of getting the epub content using this or something similar?
Sorry, something went wrong.
There is an example where you can use the zip to get the files. Use OPSROOT to get the correct path.
var xhtmlPath = path.join(opsRoot, src) var file = input.zip.file(xhtmlPath).asText()
So, epub-files are zip-files, it seems. I'm guessing un-zipping it will reveal a folder structure equal to that in the metadata.
Also, when trying to open an .epub-file as a zip-file I get a .cpgz-file.
No branches or pull requests
Hi, thanks for this amazing tech. Right now I can access to the epub's metadata, my question is, it's posible to access all the contents?.
The text was updated successfully, but these errors were encountered: