渲染 epub 格式文档 WP7

发布于 2024-12-04 10:14:04 字数 112 浏览 0 评论 0原文

我需要渲染大小为 700kb - 1.5Mb 的 epub 文档。在 WPF 中,我使用流文档阅读器。我在Windows Phone 7.1 SDK中没有找到这个控件。 什么可以替代它?

谢谢。

I'm need render epub document which size 700kb - 1.5Mb. Into WPF I'm using Flow Document Reader. I did not find this control in Windows Phone 7.1 SDK.
What can replace it?

Thanks.

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

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

发布评论

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

评论(1

非要怀念 2024-12-11 10:14:04

Windows Phone 不包含 FlowDocument 控件或对 epub 格式的本机支持。

这给您留下了 2 个选择:
1. 为 ePub 格式编写自己的解析器和渲染器。
2. 将文件转换为更易于渲染的格式。

我推荐选项 2。
使用 Calibre 进行转换可能会带来一些好处。

Windows Phone does not include a FlowDocument control or native support for the epub format.

This leaves you with 2 options:
1. write your own parser and renderer for the ePub format.
2. convert the file to a format which is easier to render.

I'd recommend option 2.
You may get some milage from using Calibre for the conversion.

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