|  01-20-2012, 07:19 AM | #31 | 
| Wizard            Posts: 1,379 Karma: 2155307 Join Date: Nov 2010 Location: Goettingen, Germany Device: Kindle Paperwhite, Kobo Mini | 
			
			Hi, yes, I'm very sorry that I couldn't hold my promises here. There's been some sad family business over christmas, so I got very distracted. However, the bad times are about over now, so I hope to get back to work on this. I really recommend to look at dpavlin's codebase in the meantime, but hopefully, I'll find time over the weekend to properly include the relevant changes. Thank you all for the ongoing interest in this :-)
		 | 
|   |   | 
|  02-11-2012, 05:37 PM | #33 | 
| Groupie   Posts: 153 Karma: 113 Join Date: Jan 2012 Location: Russia Device: Kindle Touch | 
			
			Wow, cool thread and (seemingly) cool app. Any chance it would be enabled on KTouch anytime soon? Amazon's native PDF reader is pathetic at best...
		 | 
|   |   | 
|  02-12-2012, 09:26 AM | #34 | 
| Connoisseur   Posts: 63 Karma: 196 Join Date: Oct 2010 Device: Kobo Glo Hd, Kobo H2O2 | 
			
			hi, i tried to compile from source. But i got the following error when launched the "make": Spoiler: 
 Do you have any clue about it? Moreover, on "Makefile" there is a small typo, preventing LUA lib to be made: $(LUALIB) becomes $(LUALIBS). Regards. UPDATE: maybe i find the root issue of the compilation error: a commit on MUPDF made some weeks ago; i suppose, a refactoring needs to be done on kindlepdfreader, too; i'm not so expert in C to do it by myself. Last edited by traycold; 02-12-2012 at 11:47 AM. | 
|   |   | 
|  02-13-2012, 06:00 AM | #35 | 
| Wizard            Posts: 1,379 Karma: 2155307 Join Date: Nov 2010 Location: Goettingen, Germany Device: Kindle Paperwhite, Kobo Mini | 
			
			Ah well, yes, I think I'll need to adapt to that. Thank you very much for digging out the relevant commit already! I'll update the code and report back.
		 | 
|   |   | 
|  02-13-2012, 06:03 AM | #36 | 
| Addict            Posts: 344 Karma: 6494 Join Date: Jan 2008 Device: PRS-505, KDXG | 
			
			looks sweet. Any chance we will get the possibility of adding annotations? | 
|   |   | 
|  02-13-2012, 09:38 AM | #38 | |
| Connoisseur   Posts: 63 Karma: 196 Join Date: Oct 2010 Device: Kobo Glo Hd, Kobo H2O2 | Quote: 
 actually at the end i was able to compile, trying to figure out the right modification in the code. Some warning appears in the make log, anyway. And, when i try to run the application on kindle, after selecting the PDF file the it crashes. Probably some more work is needed, and my C skils are too low. In any case, some slight modification are also needed on makefile (for instance: apparently libmupdf.a doesn't exist anymore, and it's incoporated in libfizt.a). Hope this may be useful for your work. | |
|   |   | 
|  02-13-2012, 02:17 PM | #39 | 
| Wizard            Posts: 1,379 Karma: 2155307 Join Date: Nov 2010 Location: Goettingen, Germany Device: Kindle Paperwhite, Kobo Mini | 
			
			I did the changes now, however I had not yet the chance to test them on my Kindle. In emulation mode everything runs well. Hm, not everything: Latest integration of rotation detection broke the emulation in file choser mode. As for djvu: I'll look into that, but that will take some time. It's a complete new API... I can't promise if it will ever be ready, let's just cross fingers that I'll be lucky and have some free days and it's raining outside :-) | 
|   |   | 
|  02-16-2012, 02:39 AM | #40 | 
| Addict            Posts: 251 Karma: 183457 Join Date: Jan 2012 Device: k3G, KDXG, AuraHD | 
			
			Tested on my kindle3 and every thing works fine. For those who want to give the latest code a try, please download my built from following link: https://github.com/houqp/kindlepdfviewer/downloads Warning: This built includes my custom changes (a font chooser) which have not been accepted by hawhill. So use at your own risk. ;-P PS: you can find some documented shortcuts for kindlepdfviewer on project's wiki page: https://github.com/hwhw/kindlepdfviewer/wiki/ShortCuts Last edited by dave2008; 02-21-2012 at 09:29 PM. Reason: update download link | 
|   |   | 
|  02-16-2012, 03:39 AM | #41 | |
| Connoisseur   Posts: 63 Karma: 196 Join Date: Oct 2010 Device: Kobo Glo Hd, Kobo H2O2 | Quote: 
 may i ask you (and hawhill) which toolchain do you use to build from source? | |
|   |   | 
|  02-16-2012, 03:51 AM | #42 | 
| Addict            Posts: 251 Karma: 183457 Join Date: Jan 2012 Device: k3G, KDXG, AuraHD | |
|   |   | 
|  02-16-2012, 08:21 AM | #43 | 
| Addict            Posts: 344 Karma: 6494 Join Date: Jan 2008 Device: PRS-505, KDXG | 
			
			hawhill, dpavlin, dave2008 Thanks guys for your work. tested it on my KDXG too. works well, with the exception of several files, which do not get displayed. (checked them in kindle's pdf viewer. they are fine.) I figure I should better contact a mupdf's development team regarding this issue. The other thing I was wondering about. Since the mupdf reader has some kind of a file management, would it be possible to implement a basic search functionality? Last edited by eLiNK; 02-16-2012 at 08:29 AM. | 
|   |   | 
|  02-16-2012, 08:31 PM | #44 | |
| Addict            Posts: 251 Karma: 183457 Join Date: Jan 2012 Device: k3G, KDXG, AuraHD | Quote: 
 It is not difficult to implement a search feature for kindlepdfviewer, but currently, I don't have enough free time to work on it.  I will try to write one if there is still no hacker working on this feature next week. BTW, a large part of the UI is written in LUA, which makes hacking really easy, you don't need to compile any thing when hacking on these lua scripts. Also the emulation mode is a killing feature for developers! I will put my own latest built (under heavy development) in following page, in case anybody want to give it a try: https://github.com/houqp/kindlepdfviewer/downloads Last edited by dave2008; 02-16-2012 at 08:34 PM. | |
|   |   | 
|  02-17-2012, 10:22 AM | #45 | 
| Member  Posts: 15 Karma: 12 Join Date: Feb 2012 Device: Kindle 3 | 
			
			Would it be possible to implement a keyboard shortcut to rotate screen eg. for 270°? I know that the screen rotating feature works when muPDF is launched while the screen being rotated, however, it would be nice to have the ability to change it instantly. And changing screen orientantion as mentioned in ShortCuts Overview page on Wiki does not work properly (I can't manage to view fully the rotated page -> the "fit to.." options does not work). Thanks for answer and, mainly, for your great work!!! Last edited by vmonkey; 02-17-2012 at 10:26 AM. | 
|   |   | 
|  | 
| 
 | 
|  Similar Threads | ||||
| 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 |