04-01-2013, 02:41 PM | #31 |
Enthusiast
Posts: 41
Karma: 543274
Join Date: Dec 2012
Device: Kobo Aura HD, Kobo Glo HD
|
for the jump to page in file formats that have no hard breaks you could have some approximation based on total number of characters or lines.
There's no option for justification in html files. Even pdfs (which should be much more problematic because of the unflexible format) sometimes look better, even with reflowing |
04-01-2013, 04:06 PM | #32 | |
Going Viral
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
|
Quote:
Would still like to hear the response of the person who made the "code this for me" request. |
|
Advert | |
|
04-02-2013, 11:47 AM | #33 | ||
Enthusiast
Posts: 25
Karma: 10000
Join Date: Jan 2013
Device: Kindle PW
|
Quote:
Quote:
Second, I was talking mainly about pdf's which I think has page breaks, hasn't they? |
||
04-02-2013, 12:30 PM | #34 |
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Tır
Posts: 6,586
Karma: 6299991
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
|
Sounds reasonable.
Perhaps this could be listed as a feature request on the github page? |
04-02-2013, 02:13 PM | #35 |
Wizard
Posts: 1,379
Karma: 2155307
Join Date: Nov 2010
Location: Goettingen, Germany
Device: Kindle Paperwhite, Kobo Mini
|
Yep, that would be a good place. Sometimes, it is a bit hard to distill ideas and suggestions out of a discussion. So, everybody feel welcome to file such things as issues on Github!
|
Advert | |
|
04-02-2013, 02:47 PM | #36 | |
Junior Member
Posts: 11
Karma: 10
Join Date: Mar 2013
Device: Kindle PW
|
Quote:
Imagine a HTML file rendered to a virtual canvas featuring exactly the same width as the device's physical width. Then paginate the virtual canvas height by the device height. Voilá - paging (The implementation would probably consume heaps of memory and CPU, not good). Alternatively, allow for relative navigation in HTML, e.g. "plain" page down, "faster" page down (== 3x plain page down), "fastest" page down (== 9x plain page down) with exponential scrolling behaviour. This allows for faster navigation in what is inherently a single linear representation. For that to work, it wouldn't even be necessary to render to the output device. Rendering to a bitmap and blipping that in (in case the Kindle graphics stack supports that) would be sufficient, so this could be memory conservative. Again, not supporting the feature request, just airing ideas |
|
04-02-2013, 02:59 PM | #37 |
Junior Member
Posts: 11
Karma: 10
Join Date: Mar 2013
Device: Kindle PW
|
Manual cropping of PDF - user interaction?
I am having a bit of a challenge to accurately crop PDF files on my Kindle Paperwhite.
My interpretation of the cropping feature user interaction setup is that touching will assign the top-left and/or(?) bottom-right positions. Now, touching with any accuracy on that screen seems to be a bit of a challenge (for me). Perhaps the following addition would allow for better cropping: Take the auto-detected frame as the baseline. Split the screen into the four quadrants, each corresponding to one corner of the crop area. Swipe up/down in the quadrant to adjust the crop rectangle up/down; make this relatively insensitive to user input ("decelerated" touch). I suppose that the Kindle supports swipe and touch as independent actions? |
04-02-2013, 03:02 PM | #38 |
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Tır
Posts: 6,586
Karma: 6299991
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
|
|
04-04-2013, 03:56 PM | #39 | |
Addict
Posts: 251
Karma: 183457
Join Date: Jan 2012
Device: k3G, KDXG, AuraHD
|
Quote:
Thanks for the brain strome CREngine internally has the concept of virtual page. We can do navigation based on virtual page of course. But the problem is virtual changes when you retypeset the document(say zoom in). So it's a relative value and very tricky to deal with. What we did in kindlepdfviewer is we use percentage inside document for navigation. So you will always jump to roughly the same location no matter how you typeset the document. I think KOReader will also take this approach once the goto feature is implemented. |
|
04-05-2013, 09:51 AM | #40 |
Enthusiast
Posts: 63
Karma: 5506
Join Date: Feb 2013
Device: Kindle Paperwhite
|
I thank all those who made the project.
Wishlist (if possible: 1. function searches the text (pdf, epub); 2. function "Go to page" (already asked ...) 3. link operation epub Thank you. PS: sorry for using the translator of "google" |
04-06-2013, 08:17 AM | #41 |
Enthusiast
Posts: 31
Karma: 30000
Join Date: May 2012
Device: KT B011
|
Work very well! Good job!
One issue: It's difficult to popup the home context menu on the file manager screen, so it's difficult to quit the application. |
04-06-2013, 09:09 AM | #42 | |
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Tır
Posts: 6,586
Karma: 6299991
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
|
Quote:
|
|
04-06-2013, 02:08 PM | #43 | |
Enthusiast
Posts: 31
Karma: 30000
Join Date: May 2012
Device: KT B011
|
Quote:
I make a little modification to reader.lua to correct the issue (I almost know nothing about lua ^_^) Code:
has_close_button = false -> has close_button = true function FileManager:onClose(), insert exitReader() before return true |
|
04-06-2013, 03:06 PM | #44 | |
Wizard
Posts: 1,669
Karma: 2300001
Join Date: Mar 2011
Location: Türkiye
Device: Kindle 5.3.7
|
Quote:
Code:
text = "-[ X ]- ", |
|
04-06-2013, 03:26 PM | #45 |
*
Posts: 35
Karma: 145852
Join Date: Apr 2013
Device: Kindle Touch
|
Thank you very much, this wonderful software makes reading PDFs on the kindle bearable for me! (Duokan has similiar PDF capabilities, but its closed and has a few drawbacks such as loading time)
I would like to return the favour, but at the moment I don't have much time or money. I saw the source of koreader-base is well written and in c/c++. So if you need someone for testing or a debug session or even small implementations i'd be glad to devote a few hours. I know this kind of offer is hard to evaluate but if you're interested just send me a task you'd like to get done. Thanks again, Paul |
Tags |
application, k5 tools, kindle, launcher add-ons, lua, reader, touch |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
PocketBook-KOReader: a document reader for PDF, DJVU, EPUB, FB2, CBZ, ... (AGPLv3) | chrox | KOReader | 569 | 09-15-2024 10:13 AM |
KOReader: a document reader for PDF, DJVU, EPUB, FB2, HTML, ... (GPLv3) | hawhill | Kindle Developer's Corner | 1268 | 02-27-2024 12:49 PM |
KPV: a PDF reader for Kindle, based on muPDF, GPLv3 | hawhill | Kindle Developer's Corner | 1056 | 11-11-2017 04:07 AM |
Hacked Up Reader for epub/fb2/txt/rtf/html/pdb/etc | bhaak | Kindle Developer's Corner | 296 | 10-01-2016 02:11 PM |
A real PDF to epub/djvu/rtf/html software?. | DsOft | ePub | 35 | 01-02-2011 04:57 PM |