渲染 epub 格式文档 WP7
我需要渲染大小为 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.