epub

ePageCreator 6 for Mac(电子杂志设计软件)

倖福魔咒の 提交于 2020-01-08 14:55:04
【推荐】2019 Java 开发者跳槽指南.pdf(吐血整理) >>> 想要自己制作精美的电子杂志吗?试试 ePageCreator 6 for Mac激活版 吧!ePageCreator 6 Mac版是一款运行在MacOS平台上的电子杂志设计软件。ePageCreator可以把已有的PDF、JPG、PNG、SWF和其他的图形文件格式直接转换成精美的电子杂志和电子书等数字化出版物,而源PDF文件中的超链接和书签会自动转换到电子出版物中。 Mac下载Macdown 为大家提供ePageCreator 6 for Mac(电子杂志设计软件) v6.1.0.5406激活版下载资源,有需要的朋友请放心下载! ePageCreator 6 for Mac破解版下载 https://www.macdown.com/mac/6676.html ePageCreator 6 for Mac官方介绍 ePageCreator是一款专业的翻书软件,可以创建令人惊叹的HTML5翻书。您可以在几分钟内将PDF和图像文件转换为数字页面翻转出版物。ePageCreator适用于PC和Mac,并将在本地安装到您的计算机中。所以你可以完全控制你的翻书。您可以在自己的网站或任何其他网站上托管它们。您还可以将它们放在CD / DVD,USB驱动器和任何其他离线媒体上以供离线阅读

android epub library, skyepub

让人想犯罪 __ 提交于 2020-01-01 11:52:29
问题 I'm triyng to create an epub reader for android, so after a lot of searching I found skyepub library (SDK) . seems it have all features i want. i followed the tut in the site, but after running the code i got a blank screen and different logcat for different apis, i checked the code again and agian but i can't find what is wrong. here is my code and logcat, any help would be appreciated. public void makeLayout() { String fileName = new String(); fileName = "AliceinWonderland.epub"; makeSetup(

android epub library, skyepub

删除回忆录丶 提交于 2020-01-01 11:52:06
问题 I'm triyng to create an epub reader for android, so after a lot of searching I found skyepub library (SDK) . seems it have all features i want. i followed the tut in the site, but after running the code i got a blank screen and different logcat for different apis, i checked the code again and agian but i can't find what is wrong. here is my code and logcat, any help would be appreciated. public void makeLayout() { String fileName = new String(); fileName = "AliceinWonderland.epub"; makeSetup(

making ePub with Java API

房东的猫 提交于 2020-01-01 05:24:06
问题 I'm relatively new to ePub format, but if I understand well, to make programmatically an ePub starting from XHTML or PDF content could mean: choose HTML or XHTML content and validate them with an XHTML validator (or clean them with Tydy) choose PDF file to insert in the ePub create the XML manifest or XML packing files and TOC file zip the whole files in a .epub file validate the ePub (I saw something in Google code) So my question is if there is some sort of high level Java API to do these

how to get the images of epub book in android

断了今生、忘了曾经 提交于 2019-12-30 11:47:33
问题 i was trying to read the epub book into my android application and succeed withe getting text into my app but not able to load images of epub book. actually what happen when we read the epub book using epub library (it extract/read the epub book and store somewhere in temporary the contents if it store than where the images of epub book is located ?). When i was try to read the image of book it give an error. when i read the content of book it return me HTML page containing the text and image

ebooks reader not capturing embedded font for epub file

岁酱吖の 提交于 2019-12-30 08:24:14
问题 Hy there, I have a problem in my epub reader, it displays all content correctly but it's not capturing the embedded font in the css file. when I run the same file on other readers the embedded font is displayed but when I run the html file on one of the browsers like firefox it shows the same result as my app and it doesn't display the embedded font. Here is a sample html content: <html dir="rtl" xml:lang="ar" lang="ar" xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007

Failed to resolve: com.osbcp.cssparser:cssparser:1.5 HtmlSpanner-NightWhistler

两盒软妹~` 提交于 2019-12-25 09:15:00
问题 I integrated HtmlSpanner into my Android application. I'm getting the following error: Failed to resolve: com.osbcp.cssparser:cssparser:1.5. How do I solve this error? Thanks for help 回答1: This library is not in the standard Maven repository, that Gradle uses to resolve dependencies. You should add the following repository address to your build.gradle file: repositories { mavenCentral() maven { url "http://repo.pageturner-reader.org" } } 来源: https://stackoverflow.com/questions/38970863/failed

media queries for iBooks

吃可爱长大的小学妹 提交于 2019-12-24 10:45:34
问题 I'm wonder is there media query for iBooks. I know there is for kindle but I cant find any for iBooks. Is media query for web (from this website will work on iBooks? thanks for any help. 回答1: yes, you can use web browser-style media queries for iBooks, although right now iBooks doesn't seem to support orientation : landscape or orientation : portrait . it's important that you include them as links in your HTML's head rather than directly in the stylesheet: <link type="text/css" rel=

Can we have area selection feature on webview in android?

感情迁移 提交于 2019-12-24 10:26:20
问题 We want to highlight webview text on any android device. But we want this highlight should save in the pages permanently. We are showing epub by using webview. If anyone know about this, please guide us. Thanks in advance. 回答1: But we want this highlight should save in the pages permanently Step #1: Maintain a database or file containing information about highlights (pages and what portions you highlighted) Step #2: Apply the rules from the database or file from Step #1 whenever you display a

No projects found to import

只愿长相守 提交于 2019-12-24 01:28:29
问题 I was looking for an ePub reader in android. I referred PageTurner. Got it's apk downloaded and it worked. But when I downloaded it's source code from github (as it's open source) and tried to Import the project, it gives the message that No Projects found to import even though it's pointing to the correct location. I searched for similar questions on SO, but didn't got any help. I guess I'm missing out libraries and some other stuff that will make this work. Note that bin and gen folders are