Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > PocketBook

Notices

Reply
 
Thread Tools Search this Thread
Old 04-10-2013, 07:08 AM   #16
melihron
Member
melihron is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!melihron is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!melihron is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!melihron is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!melihron is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!melihron is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!melihron is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!melihron is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!melihron is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!melihron is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!melihron is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!
 
Posts: 19
Karma: 50126
Join Date: Apr 2013
Location: Minsk, Belarus
Device: Pocketbook 912 Pro
Hmmm... indeed, there seems to be only 4 buttons on touch, correct? Main menu, next/back, and then another one which does what? Have you tried pressing it while in mupdfview?

I guess, the optimal way for small screens would be to show functions as a popup menu with large buttons.

AS to "how to see the bottom half" question - another "hmmm". How do you scroll with built-in apps? Gestures? Gestures are way out of the level of involvement I agree to take :-) I was thinking of simulating double clicks with buttons - this way I can add scrolling functionality to next/back buttons. However, this will come at a price of another 0.5 sec delay.

As to the search functionality - I was surprised with how slow it is, too... muPDF allows to extract text elements easily, so this should not be a problem. I was thinking to implement it similar to desktop-based Adobe reader - as a right-hand panel with search results, but it is obviously not an option for small screen, so it should be a separate window I guess
melihron is offline   Reply With Quote
Old 04-10-2013, 07:57 AM   #17
crt
Enthusiast
crt is a glorious beacon of lightcrt is a glorious beacon of lightcrt is a glorious beacon of lightcrt is a glorious beacon of lightcrt is a glorious beacon of lightcrt is a glorious beacon of lightcrt is a glorious beacon of lightcrt is a glorious beacon of lightcrt is a glorious beacon of lightcrt is a glorious beacon of lightcrt is a glorious beacon of light
 
Posts: 47
Karma: 12418
Join Date: Sep 2012
Device: kindle keyboard, PocketBook Pro 912 (black), T62D with Gonyx
If it could either:
(a) Zoom in/out (not the 'R' for 'rotate' to achieve some zooming) with +/- (or some other button) to achieve stepwise zoom at many successive steps.
(b) Manually set the cropping margins (to the left and right of the page), it would be excellent. Many PDFs do have what you call background images (e.g., due to being the result of a Desktop Publishing Program or due to being scanned images of old books) and the result is obviously not as good as it could be, forcing one to use the other PDF readers. If this is to be implemented, I would also advise to have one manual cropping for the 'odd' and one for the 'even' pages of the book/document for obvious purposes.

If either of the above can be implemented, we are talking about a major rewarding experience!
crt is offline   Reply With Quote
Advert
Old 04-10-2013, 08:35 AM   #18
paola
Wizard
paola ought to be getting tired of karma fortunes by now.paola ought to be getting tired of karma fortunes by now.paola ought to be getting tired of karma fortunes by now.paola ought to be getting tired of karma fortunes by now.paola ought to be getting tired of karma fortunes by now.paola ought to be getting tired of karma fortunes by now.paola ought to be getting tired of karma fortunes by now.paola ought to be getting tired of karma fortunes by now.paola ought to be getting tired of karma fortunes by now.paola ought to be getting tired of karma fortunes by now.paola ought to be getting tired of karma fortunes by now.
 
paola's Avatar
 
Posts: 2,824
Karma: 5843878
Join Date: Oct 2010
Location: UK
Device: Pocketbook Pro 903, (beloved Pocketbook 360 RIP), Kobo Mini, Kobo Aura
Quote:
Originally Posted by melihron View Post
A simple muPDF-based viewer for PDF/XPS/CBZ documents. Features:

- excellent performance due to muPDF library

- optional rendering of text/images/text+images. Useful for reading those bulky PDF magazines with redundant full-page background images

- accurate margins cropping

- extracts table of contents from PDF

- read pages are cached and next page is preloaded in background when moving forward/backward

- instant bookmarks

- functional UI elements are visible all the time to reduce need for screen refresh

- better text quality due to simple rendering tweak

Source codes and Pocketbook 912 Pro build can be downloaded from http://files.mail.ru/0482A56F961B4FACA7D56FAAEDF022E4

Building directions:

1. Download MuPDF 1.2

2. Add pocketbook section to Makerules file:

ifeq "$(OS)" "pocketbook"
CC = arm-none-linux-gnueabi-gcc
LD = arm-none-linux-gnueabi-gcc
AR = arm-none-linux-gnueabi-ar
CFLAGS += -s -fsigned-char -Wno-format-y2k -Wno-unused-parameter
CROSSCOMPILE=yes
NOX11=yes
endif

3. Debug build for emulator: make - creates mupdf/build/debug folder

4. Release build: make OS=pocketbook build=release - creates mupdf/build/release

5. build-scripts makepc.sh and makearm.sh assume that pdfview folder contains symlinks fwlib, mupdf, mupdfd (->mupdf/build/debug), mupdfr (->mupdf/build/release), sdk (->FRSCSDK)

6. Some usage directions:
- goto first/last page: "|<" and ">|" buttons
- goto page N: dial a number, then press "V" (OK that is)
- reset dialed page number - "X"
- show TOC: "C" or usual TOC button
- "M" - switch margins cropping on/off (there are cases algorithm is mislead by full-page bkg images)
- "R" (or "Zoom in" hw btn) - rotate 90 degrees clockwise and back. When rotated, navigate using "left"/"right" buttons
- "I"/"T"/"I+T" - switch between "images"/"text"/"images+text" modes. "OK" hardware button switches between "T"/"I+T" modes
- "Zoomout" hw btn - refresh screen

Book navigation is done using regular Next/Back buttons. If you press and hold the button, you can scroll several pages without multiple repainting. The number of pages scrolled is updated in the third cell on the top.

Left-hand side is devoted to instant bookmarks. The idea is that you can instantly mark a page and get back to it using stylus or "up"/"down" buttons. Used bookmarks are marked with page number, current bookmark is highlighted.
New bookmark is created by tapping on the clear bookmark. If you tap a current bookmark, it's cleared. You can clear arbitrary bookmark (not only current) by tapping "-" button and the unwanted bookmark. You can overwrite used bookmark by tapping "+" and then bookmark you want to overwrite.

muPDF appears to be am excellent tool to deal with PDF. Extremely fast, very well designed and pleasure to work with. You can define handlers for any element and customize/extract/render it. This allows for handling interactive elements, text search, etc, etc...
Many thanks and Karma to you: can't wait to try it, though I am travelling and will have to wait a week!
paola is offline   Reply With Quote
Old 04-10-2013, 08:39 AM   #19
melihron
Member
melihron is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!melihron is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!melihron is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!melihron is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!melihron is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!melihron is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!melihron is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!melihron is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!melihron is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!melihron is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!melihron is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!
 
Posts: 19
Karma: 50126
Join Date: Apr 2013
Location: Minsk, Belarus
Device: Pocketbook 912 Pro
Do you mean "a" as a replacement for "b" or you actually want to zoom in specific parts and then scroll? Because this is one of the reasons I started this project in the first place-to avoid need to zoom to remove margins and enlarge fonts. So far I was able to comfortably read PDF with full-page scans, rotating them if I needed larger details. I agree, manual margins in this case may be somewhat useful, however, scanned images are usually of irregular size and orientation, so I am afraid you will need to constantly adjust margins. However, I will see what can be done
melihron is offline   Reply With Quote
Old 04-10-2013, 08:47 AM   #20
paolog
Zealot
paolog can name that ebook in five wordspaolog can name that ebook in five wordspaolog can name that ebook in five wordspaolog can name that ebook in five wordspaolog can name that ebook in five wordspaolog can name that ebook in five wordspaolog can name that ebook in five wordspaolog can name that ebook in five wordspaolog can name that ebook in five wordspaolog can name that ebook in five wordspaolog can name that ebook in five words
 
paolog's Avatar
 
Posts: 117
Karma: 37584
Join Date: Nov 2012
Location: Milan / Italy
Device: pocketbook touch 622
Quote:
Originally Posted by melihron View Post
Hmmm... indeed, there seems to be only 4 buttons on touch, correct? Main menu, next/back, and then another one which does what? Have you tried pressing it while in mupdfview?
is the main menu button
in mupdf brings back to main manu

i've mapped it to rotate when I'm in adobeviewer or djvuviewer

Quote:
I guess, the optimal way for small screens would be to show functions as a popup menu with large buttons.
yes I agree, even if slows the reading


Quote:
AS to "how to see the bottom half" question - another "hmmm". How do you scroll with built-in apps? Gestures? Gestures are way out of the level of involvement I agree to take :-)
either with next/back button or gestures moves from half upper to half bottom, or third or quarter of page

same behavoiur in djvu viewer

Quote:
I was thinking of simulating double clicks with buttons - this way I can add scrolling functionality to next/back buttons. However, this will come at a price of another 0.5 sec delay.
I see the point. Consider that with two columns the portrait view is near to be useless in 6'' where the landscape view is still good enough, but if i can't see the rest of the page then bacame useless rotate it


Quote:
As to the search functionality - I was surprised with how slow it is, too... muPDF allows to extract text elements easily, so this should not be a problem. I was thinking to implement it similar to desktop-based Adobe reader - as a right-hand panel with search results, but it is obviously not an option for small screen, so it should be a separate window I guess
any search is useful, provided that works in human ages...

And what about font in text pdf? did you plan to allow to choose it?

Une more thing. You should add a function to re-open the book at the page where you were. Otherways it starts from page 1 each time

Last edited by paolog; 04-10-2013 at 08:58 AM.
paolog is offline   Reply With Quote
Advert
Old 04-10-2013, 09:59 AM   #21
crt
Enthusiast
crt is a glorious beacon of lightcrt is a glorious beacon of lightcrt is a glorious beacon of lightcrt is a glorious beacon of lightcrt is a glorious beacon of lightcrt is a glorious beacon of lightcrt is a glorious beacon of lightcrt is a glorious beacon of lightcrt is a glorious beacon of lightcrt is a glorious beacon of lightcrt is a glorious beacon of light
 
Posts: 47
Karma: 12418
Join Date: Sep 2012
Device: kindle keyboard, PocketBook Pro 912 (black), T62D with Gonyx
Hi again @melihron.
What I had in mind was the equivalent from Duokan for Kindle, or (if you prefer the Android environment) the 'PDF Viewer' (https://play.google.com/store/apps/d...GZ2aWV3ZXIzIl0.)
What I mean I prefer (b), i.e., to be able to select the margins manually and then have automatic cropping (having selectable zoom/unzoom would be even better, but may be more difficult to achieve),
or just multiple levels of zooming, by pressing a button (something that the current PDF viewers in PocketbookPro 9xx already have, although at fixed levels). Then, one would use the 4-way button at the bottom to pan around the page (this already happens and is the way to read 2-column zoomed documents).
If possible to print everything at bolder (selectable) level even better (as Duokan does), since 'faint' text would appear with more contrast, enhancing reading.

Still, you should receive credit for your efforts, despite of the final outcome.
crt is offline   Reply With Quote
Old 04-10-2013, 05:29 PM   #22
Billi
Wizard
Billi ought to be getting tired of karma fortunes by now.Billi ought to be getting tired of karma fortunes by now.Billi ought to be getting tired of karma fortunes by now.Billi ought to be getting tired of karma fortunes by now.Billi ought to be getting tired of karma fortunes by now.Billi ought to be getting tired of karma fortunes by now.Billi ought to be getting tired of karma fortunes by now.Billi ought to be getting tired of karma fortunes by now.Billi ought to be getting tired of karma fortunes by now.Billi ought to be getting tired of karma fortunes by now.Billi ought to be getting tired of karma fortunes by now.
 
Billi's Avatar
 
Posts: 3,388
Karma: 14190103
Join Date: Jun 2009
Location: Berlin
Device: Cybook, iRex, PB, Onyx
Quote:
Originally Posted by melihron View Post

6. Some usage directions:

- "R" (or "Zoom in" hw btn) - rotate 90 degrees clockwise and back. When rotated, navigate using "left"/"right" buttons
This works with the 902 (without touchscreen) to landscape too by clicking the upper button of the second button set at the top of the right side.

Quote:
Originally Posted by paolog View Post
Une more thing. You should add a function to re-open the book at the page where you were. Otherways it starts from page 1 each time
Yes, this would be my greatest wish by now.
Billi is offline   Reply With Quote
Old 04-11-2013, 05:39 AM   #23
MathieuP
Member
MathieuP has a spectacular aura aboutMathieuP has a spectacular aura aboutMathieuP has a spectacular aura aboutMathieuP has a spectacular aura aboutMathieuP has a spectacular aura aboutMathieuP has a spectacular aura aboutMathieuP has a spectacular aura aboutMathieuP has a spectacular aura aboutMathieuP has a spectacular aura aboutMathieuP has a spectacular aura aboutMathieuP has a spectacular aura about
 
Posts: 20
Karma: 4220
Join Date: Mar 2011
Device: Pocketbook 903 Pro
Works beautifully on the 903. Thank you so much !
MathieuP is offline   Reply With Quote
Old 04-11-2013, 07:28 PM   #24
Dolansky
Groupie
Dolansky is less competitive than you.Dolansky is less competitive than you.Dolansky is less competitive than you.Dolansky is less competitive than you.Dolansky is less competitive than you.Dolansky is less competitive than you.Dolansky is less competitive than you.Dolansky is less competitive than you.Dolansky is less competitive than you.Dolansky is less competitive than you.Dolansky is less competitive than you.
 
Posts: 198
Karma: 14844
Join Date: Nov 2010
Device: HannsPad.10'.&.IQ(Farbinhalte), PB903,M92(Fachbuch), Kindle3
nice to offer muPDF, works very good with 903
Dolansky is offline   Reply With Quote
Old 04-13-2013, 03:19 AM   #25
crt
Enthusiast
crt is a glorious beacon of lightcrt is a glorious beacon of lightcrt is a glorious beacon of lightcrt is a glorious beacon of lightcrt is a glorious beacon of lightcrt is a glorious beacon of lightcrt is a glorious beacon of lightcrt is a glorious beacon of lightcrt is a glorious beacon of lightcrt is a glorious beacon of lightcrt is a glorious beacon of light
 
Posts: 47
Karma: 12418
Join Date: Sep 2012
Device: kindle keyboard, PocketBook Pro 912 (black), T62D with Gonyx
One tiny technical point, but important I think:
I used the 2 other PDF viewers and this one for a scientific paper which had a few sentences already highlighted in yellow.
The first 2 displayed the highlighted sentences covered in white, whereas muPDF displayed the yellow sentences with grey background. 1-0 for muPDF!
crt is offline   Reply With Quote
Old 04-14-2013, 10:31 AM   #26
melihron
Member
melihron is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!melihron is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!melihron is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!melihron is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!melihron is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!melihron is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!melihron is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!melihron is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!melihron is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!melihron is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!melihron is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!
 
Posts: 19
Karma: 50126
Join Date: Apr 2013
Location: Minsk, Belarus
Device: Pocketbook 912 Pro
Made changes to UI to enable both keys only/touch only access plus gestures support plus saving last page and bookmarks in the file.

Download link:

http://files.mail.ru/FC429F5FAF6140C89A39B46E67FE0CDA

Changes:

1. Top menu strip will not show up on small or touch-less devices. To access menu, press OK btn or touch center screen area.

2. Gestures supported as equivalents to right/left/up/down buttons: recognized as fast (<2s) and not too short (>50dots) strokes vert or horz aligned.

3. Top-left X in menu closes a menu, top-right X closes app. Button marked as "<" deletes last dialed digit in page number

4. Last open page and bookmarks are saved in the *.toc file in the same location as original pdf file. TOC file is a plain text file with self-explanatory structure. You can prepare TOC file yourself for pdf files where there is no TOC or if you want to override built-in TOC. Please remember that for TOC and bookmarks sections there is a number of lines next to the keyword, i.e. "TOC 14" means there are 14 lines in the TOC. Also remember that tabs (not spaces) are used as delimiters in the TOC-file.

Page offset value can be useful to adjust for cover pages, etc. For example, if actual page numbers start from page 4, you can set page offset to 4 - this will ensure 1-1 correspondence between page numbers you dial and page number displayed on pages. However, this does not work with magazines as advertisement pages seem to disturb page ordering.

5. Bookmarks bar can be toggled on/off using "B" button in the menu

6. Provided access to instant bookmarks with keys only. Now if you press up/down when none of the bookmark is active, you activate bookmarks bar and can navigate it using up/down/ok to select a bookmark
Attached Files
File Type: zip mupdfview2.zip (3.89 MB, 409 views)
File Type: zip mupdfview2_src.zip (24.3 KB, 310 views)
melihron is offline   Reply With Quote
Old 04-14-2013, 04:13 PM   #27
paolog
Zealot
paolog can name that ebook in five wordspaolog can name that ebook in five wordspaolog can name that ebook in five wordspaolog can name that ebook in five wordspaolog can name that ebook in five wordspaolog can name that ebook in five wordspaolog can name that ebook in five wordspaolog can name that ebook in five wordspaolog can name that ebook in five wordspaolog can name that ebook in five wordspaolog can name that ebook in five words
 
paolog's Avatar
 
Posts: 117
Karma: 37584
Join Date: Nov 2012
Location: Milan / Italy
Device: pocketbook touch 622
hi melihron

perfect! it works very better now even on the touch 6".

A couple of issue

- while in landscape the pop up remains as shown in portrait mode

- in the popup, I can't select the buttons for 0-9 numbers

thal you very much for your work

Last edited by paolog; 04-14-2013 at 04:28 PM.
paolog is offline   Reply With Quote
Old 04-14-2013, 04:21 PM   #28
melihron
Member
melihron is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!melihron is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!melihron is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!melihron is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!melihron is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!melihron is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!melihron is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!melihron is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!melihron is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!melihron is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!melihron is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!
 
Posts: 19
Karma: 50126
Join Date: Apr 2013
Location: Minsk, Belarus
Device: Pocketbook 912 Pro
Is it this one?

last. when rotated I see the upper half page; next page button bring me to the next upper half page. How can I see the bottom half page while in landscape mode?

You can scroll to the bottom half and back with gestures - they replace left/right/up/down buttons on button-less devices. Gestures are not limited to page boundaries - swipe anywhere you like more or less horizontally/vertically (+-10 degrees are tolerated)
melihron is offline   Reply With Quote
Old 04-14-2013, 04:44 PM   #29
Billi
Wizard
Billi ought to be getting tired of karma fortunes by now.Billi ought to be getting tired of karma fortunes by now.Billi ought to be getting tired of karma fortunes by now.Billi ought to be getting tired of karma fortunes by now.Billi ought to be getting tired of karma fortunes by now.Billi ought to be getting tired of karma fortunes by now.Billi ought to be getting tired of karma fortunes by now.Billi ought to be getting tired of karma fortunes by now.Billi ought to be getting tired of karma fortunes by now.Billi ought to be getting tired of karma fortunes by now.Billi ought to be getting tired of karma fortunes by now.
 
Billi's Avatar
 
Posts: 3,388
Karma: 14190103
Join Date: Jun 2009
Location: Berlin
Device: Cybook, iRex, PB, Onyx
Many thanks! Works fine and remembers last page opened now.

Billi is offline   Reply With Quote
Old 04-14-2013, 05:06 PM   #30
melihron
Member
melihron is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!melihron is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!melihron is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!melihron is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!melihron is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!melihron is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!melihron is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!melihron is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!melihron is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!melihron is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!melihron is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!
 
Posts: 19
Karma: 50126
Join Date: Apr 2013
Location: Minsk, Belarus
Device: Pocketbook 912 Pro
Quote:
Originally Posted by paolog View Post
A couple of issue

- while in landscape the pop up remains as shown in portrait mode

- in the popup, I can't select the buttons for 0-9 numbers
-Yeah, I know. Will be fixed some time later, maybe, as this is not a showstopper

-You actually can, but you have to know where to look - look at the page number in the top status strip - it is updated as you click buttons. Did not want to add visual indication to clicks as it slows the process
melihron is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
KPV: a PDF reader for Kindle, based on muPDF, GPLv3 hawhill Kindle Developer's Corner 1056 11-11-2017 03:07 AM
Magazine-like PDF viewer (like the flash magazine viewer on certain sites?)? Huyggy Reading and Management 6 12-12-2013 04:35 AM
[Kindle Touch] No Image viewer and pdf viewer with white margins MaxPowerITA Kindle Developer's Corner 7 04-24-2012 05:27 AM
RMSDK-based viewer for Linux Nathanael ePub 6 09-28-2010 08:12 AM
muPDF on Kindle DX!! DairyKnight Kindle Developer's Corner 8 03-21-2010 03:39 AM


All times are GMT -4. The time now is 09:49 AM.


MobileRead.com is a privately owned, operated and funded community.