![]() |
#46 | |
Addict
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 251
Karma: 183457
Join Date: Jan 2012
Device: k3G, KDXG, AuraHD
|
Quote:
dpavlin is working on that part, you can refer to his pull request for more information: https://github.com/hwhw/kindlepdfviewer/pull/10 So may I ask which rotating feature do you want to intrigue with shortcut? |
|
![]() |
![]() |
![]() |
#47 |
Member
![]() Posts: 15
Karma: 12
Join Date: Feb 2012
Device: Kindle 3
|
I mean - you can use J and K to rotate screen for 10° (which I don't find too useful) - as it is written in the pull request, the major rotation used are 90°, 180° and 270°. In fact it would be great to use Shift+J to rotate screen for 90° in one direction and Shift+K in the other one. And somehow to fix centering of rotated pdfs...
Another thing - on my k3w when you want to get to the next page in a PDF you have to use the rigth buttons > and <, not the left ones < and >, because the left ones do not work. Thanks for your reply. |
![]() |
![]() |
Advert | |
|
![]() |
#48 | |
Addict
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 251
Karma: 183457
Join Date: Jan 2012
Device: k3G, KDXG, AuraHD
|
Quote:
As for the 10° rotation, I agree with dpavlin that it may be useful for viewing comics (as he pointed out in the pull request). So I think would be better to leave Shift+K and Shift+J shortcut to these two motions. I will try to write a menu for the rotation feature you mentioned if I have time. I am now working on the search feature. It is half done and should be finished tomorrow if I am lucky enough. :-) At last, thank you for pointing out the bug for "left < and >", I have fixed it in my repo and sent a pull request to hawill. He seems to be a little bit busy and haven't merge the request yet. After I finished the search feature, I will pack a new release with this fix and put the download link in this thread. |
|
![]() |
![]() |
![]() |
#49 |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,379
Karma: 2155307
Join Date: Nov 2010
Location: Goettingen, Germany
Device: Kindle Paperwhite, Kobo Mini
|
Yep, a bit busy, unfortunately. But merging right now :-)
|
![]() |
![]() |
![]() |
#50 | |
Connoisseur
![]() ![]() Posts: 63
Karma: 196
Join Date: Oct 2010
Device: Kobo Glo Hd, Kobo H2O2
|
Quote:
While i'm not totally sure, possibly it could be a reference for what is needed in kindlepdfreader, since (if i correctly understood the code) a djvu file is opened, decoded and rendered as a raw image. At that point if it's possible to save the decoded image into the blibuffer structure, then most of the work should be done. I hope this could be helpful. |
|
![]() |
![]() |
Advert | |
|
![]() |
#51 | |
Addict
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 251
Karma: 183457
Join Date: Jan 2012
Device: k3G, KDXG, AuraHD
|
Quote:
|
|
![]() |
![]() |
![]() |
#52 |
Addict
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 251
Karma: 183457
Join Date: Jan 2012
Device: k3G, KDXG, AuraHD
|
eLiNK
I have added a simple search feature and made a new built. The search box can be invoked by "s" key. Again, it can be downloaded from this page: https://github.com/houqp/kindlepdfviewer/downloads new documents: https://github.com/hwhw/kindlepdfvie...ForFileBrowser Only tested on my k3G, hope it also works on your KDXG. ;-P Last edited by dave2008; 02-19-2012 at 03:03 AM. |
![]() |
![]() |
![]() |
#53 | |
Addict
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 344
Karma: 6494
Join Date: Jan 2008
Device: PRS-505, KDXG
|
Quote:
Thanks, testing ... |
|
![]() |
![]() |
![]() |
#54 |
Addict
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 294
Karma: 1196776
Join Date: Nov 2008
Location: Bulgaria
Device: Kindle 4 NT, Onyx Boox M92
|
If somebody decides to implement DJVU functionality into the Kindle, it would be good to take a look at the Tigran DJVU viewer for Hanlin. It is very good, allowing custom zoom, panning and automatic multi-column reading.
Take a look at it here: https://www.mobileread.com/forums/showthread.php?t=62273 |
![]() |
![]() |
![]() |
#55 | |
Addict
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 344
Karma: 6494
Join Date: Jan 2008
Device: PRS-505, KDXG
|
Quote:
1) a wrong file gets opened from the 'search results' window 2) impossible to enter numbers 3) returning back (pressing backspace) from an opened pdf file gives you the window of the file manager. It would be more preferable to get the 'search results' window |
|
![]() |
![]() |
![]() |
#56 | |
Addict
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 251
Karma: 183457
Join Date: Jan 2012
Device: k3G, KDXG, AuraHD
|
Quote:
I will fix them tonight. :-) |
|
![]() |
![]() |
![]() |
#57 | |
Connoisseur
![]() ![]() Posts: 63
Karma: 196
Join Date: Oct 2010
Device: Kobo Glo Hd, Kobo H2O2
|
hi,
i will try to do something, but reastically i don't think my lack of skill in C will allow me to produce something working. If it was something java-based (like android) i could have done definitely something more concrete. To this extent, i tried to see if was possible to develop a java based (kindlet) djvu viewer for kindle, based on javadjvu. But i think that this sort of implementation would require a bit more of hardware resource respect the ones of kindle (even not considering the limitations of kindlets). Quote:
Last edited by traycold; 02-19-2012 at 09:50 AM. |
|
![]() |
![]() |
![]() |
#58 | |
Addict
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 251
Karma: 183457
Join Date: Jan 2012
Device: k3G, KDXG, AuraHD
|
Quote:
https://github.com/houqp/kindlepdfviewer/downloads Thanks again for your report :-) Last edited by dave2008; 02-21-2012 at 09:32 PM. Reason: update download link |
|
![]() |
![]() |
![]() |
#59 | |
Addict
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 251
Karma: 183457
Join Date: Jan 2012
Device: k3G, KDXG, AuraHD
|
Quote:
|
|
![]() |
![]() |
![]() |
#60 | |
Addict
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 344
Karma: 6494
Join Date: Jan 2008
Device: PRS-505, KDXG
|
Quote:
Works like a charm. and a nice exercise in lua programming as well ![]() |
|
![]() |
![]() |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
KOReader: a document reader for PDF, DJVU, EPUB, FB2, HTML, ... (GPLv3) | hawhill | Kindle Developer's Corner | 1289 | 04-07-2025 10:18 AM |
Librerator - multi-format e-reader, fork of KPV | Kai771 | Kindle Developer's Corner | 433 | 05-25-2024 03:34 AM |
Yet another PDF viewer (muPDF based) | melihron | PocketBook | 66 | 09-02-2014 03:03 AM |
Text-based PDF to Mobi, etc./Kindle 3 | kidblue | Calibre | 41 | 07-20-2012 03:19 PM |
muPDF on Kindle DX!! | DairyKnight | Kindle Developer's Corner | 8 | 03-21-2010 03:39 AM |