The Following 28 Users Say Thank You to frafI For This Useful Post: | ||
|
2012-09-02
, 00:26
|
Posts: 4 |
Thanked: 0 times |
Joined on Jul 2012
|
#2
|
|
2012-09-02
, 00:32
|
|
Posts: 1,359 |
Thanked: 1,292 times |
Joined on Oct 2011
@ Tartus.Syria
|
#3
|
cd MyDocs sudo gainroot wget dl.dropbox.com/u/2299259/maemo/flatboat_0.5_armel.deb
The Following User Says Thank You to sifo For This Useful Post: | ||
|
2012-09-02
, 07:06
|
Posts: 114 |
Thanked: 298 times |
Joined on Jan 2011
@ Berlin
|
#4
|
Thank you! I use mupdf at PC, a great and simple pdf viewer. Could you attach it here? I can't connect to dropbox for some reason
|
2012-09-02
, 09:07
|
Posts: 114 |
Thanked: 298 times |
Joined on Jan 2011
@ Berlin
|
#5
|
|
2012-09-04
, 02:55
|
Posts: 4 |
Thanked: 0 times |
Joined on Jul 2012
|
#6
|
|
2012-09-04
, 09:30
|
Posts: 114 |
Thanked: 298 times |
Joined on Jan 2011
@ Berlin
|
#7
|
The Following User Says Thank You to frafI For This Useful Post: | ||
|
2012-09-05
, 00:14
|
Posts: 4 |
Thanked: 0 times |
Joined on Jul 2012
|
#8
|
I had the same experience, but I did not exclude the mupdf binary from the control file, because someone might find it useful anyway.
Because the mupdf developpers wanted to keep it small and portable (I guess) they didn't use any major toolkit, so modifying/patching the GUI is not a very pleasant job. That's why I wrote my own frontend using qt.
Flatboat now supports previous/next page (or scroll down/next column in column mode) via right/down/volume-, but I'll add keys for zoom and rotation.
|
2012-09-08
, 18:08
|
Posts: 114 |
Thanked: 298 times |
Joined on Jan 2011
@ Berlin
|
#9
|
|
2012-09-08
, 20:48
|
|
Posts: 236 |
Thanked: 95 times |
Joined on Jan 2012
@ Ecuador
|
#10
|
I'd like to announce modern computer flatboat which is a mobile pdf viewer written in Qt and using MuPDF's libfitz.
Some of flatboat's features are (for other features see the help page and the gitorious page):
The column mode, is designed for (multicolumn) PDFs with tiny font and few images. By joining horizontally overlapping text regions it tries to detect columns.
Everytime you "jump" (e.g. follow a link, go to the last/first page) within the document, the page you come frome is stored. This in-document history is accessible via I, to jump back to the most recent page simply press Backspace.
One of the activities easy to perform with a touchscreen is drawing. That’s why I implemented reading and writing support for ink annotations first. Since version 0.8 flatboat also supports Text annotations, i.e. those with an icon, which pop up, if you click on them. FreeText annotations (text visible without user interaction) will probably follow with one of the next releases.
You can install it on N900 via extras-devel (see the homepage while garage is in read only mode), whereas you will find the source code and builds for Harmattan, Android, Ubuntu, OS X and Windows on its homepage.
Since it's statically linked against libfitz (the library of mupdf) and some of mupdf's thirdparty libraries, the binary is bigger than it has to be. Maybe I'll try to convert some of the libraries to shared objects later on.
If you like to use it with dbus-switchboard to make it your standard pdf viewer:
PS: The name is a (stupid) anagram of "portable document format".
PPS: m.c. flatboat does not write a so called appearance stream with each annotation, some readers do need those (see the help page).
Last edited by frafI; 2013-01-02 at 16:20. Reason: 0.8.31 out