> For the complete documentation index, see [llms.txt](https://docs.v2.like.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.v2.like.co/zh/depub/ebook/ereader.md).

# 匯入電子書檔到閱讀器

如購買的電子書不設 DRM，除了可使用 USB 方式匯入 EPUB 或 PDF 檔案到閱讀器。不同廠牌亦支援以網絡介面上載，更多詳情可參看：

* Readmoo - [匯入電子書檔到 Readmoo](/zh/depub/ebook/ereader/readmoo.md)
* Kobo - [匯入電子書檔到 Kobo](/zh/depub/ebook/ereader/hui-ru-dian-zi-shu-dang-dao-kobo.md)
* HyRead - [傳輸檔案&放書](https://www.youtube.com/watch?v=nQFnyYgDCCE)
* Pubook - [如何使用 Pubook 閱讀自己擁有的電子書檔案？](https://support.pubu.tw/hc/zh-tw/articles/12485186892185-%E5%A6%82%E4%BD%95%E4%BD%BF%E7%94%A8-Pubook-%E9%96%B1%E8%AE%80%E8%87%AA%E5%B7%B1%E6%93%81%E6%9C%89%E7%9A%84%E9%9B%BB%E5%AD%90%E6%9B%B8%E6%AA%94%E6%A1%88-)
* Kindle - [Send to Kindle](https://www.amazon.com/-/zh_TW/gp/sendtokindle)
* Boox - [不用傳輸線 BOOX 如何分享文件？](https://boox.com.tw/?p=1052)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.v2.like.co/zh/depub/ebook/ereader.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
