EPUB电子书的分页

发布于 2024-09-09 21:03:52 字数 76 浏览 2 评论 0原文

我有一本 EPUB 电子书和解析器。 EPUB 是自由格式。 我想知道是否有任何库可根据渲染设备分辨率和字体大小等对解析的输出进行分页?

I have a EPUB ebook and parser for the same.
EPUB is in freeflow style.
I wanted to know if there is any library available to paginate the parsed output depending on the rendering device Resolution and font size etc?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

薄荷→糖丶微凉 2024-09-16 21:03:53

您可能想看看他们发布在 http:// Threepress.org/static/ 上的 epubjs 库epubjs/.这是一个纯 JavaScript 实现,很可能最接近您正在寻找的东西。

如果您不希望客户端 JavaScript 实现,那么您很可能应该寻找文本布局引擎,而不是特定于 EPUB 的引擎。

You may want to take a look at the epubjs library that they have posted on http://threepress.org/static/epubjs/. This is a pure javascript implementation that is most likely the closest thing to what you are looking for.

If you do not wish a client side javascript implementation then most likely you should be looking for a text layout engine as opposed to something that is specific to EPUB.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文