在 PHP 中打开 epub 文件

发布于 2024-11-17 16:07:57 字数 122 浏览 1 评论 0 原文

我想用 PHP 打开一个 .epub 文档,对其进行修改(例如在第一页和最后一页上添加一些文本)并将其保存回 .epub 我找到了一些用于将文本保存到 epub 文件中的类,但是我找不到任何有关用 PHP 打开 epub 的信息。

I want to open an .epub document with PHP, to modify it (for example to add some text on the first page and last page) and to save it back to .epub I found some classes for saving a text into epub file, but I can't find anything about opening an epub in PHP.

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

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

发布评论

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

评论(2

緦唸λ蓇 2024-11-24 16:07:57

epub 文件只是 ZIP 存档(称为开放容器格式 (OCF))内的 HTML+CSS 文件,具有不同的文件扩展名:) 因此,您可以使用 PHP 的 < a href="http://php.net/ZipArchive" rel="noreferrer">ZipArchive 类 处理文件

epub files are just HTML+CSS files inside a ZIP archive (called the Open Container Format (OCF)) files with a different file extension :) So you can use PHP's ZipArchive class to work on the file.

小清晰的声音 2024-11-24 16:07:57

有些库支持 EPUB 文件。 BookGlutton 就是其中之一。

There are libraries that support EPUB files. BookGlutton is one.

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