Thread: Handheld PDF Reader

  1. #1
    Registered User
    Join Date
    Jun 2008
    Posts
    127

    Handheld PDF Reader

    I'm one of those people that cram 100's of PDF files in my documents folder just because I like to read electronic books, but not on a computer. I have been recently been looking for a handheld PDF viewer for convienence. The only problem is most of the ones I find do not actually support it but some crappy proprietary format instead. Does anybody know of a nice handheld PDF viewer that's available?

  2. #2
    Registered User
    Join Date
    Dec 2006
    Location
    Canada
    Posts
    3,229
    Most obvious question -
    What platform?

  3. #3
    Officially An Architect brewbuck's Avatar
    Join Date
    Mar 2007
    Location
    Portland, OR
    Posts
    7,396
    Quote Originally Posted by cyberfish View Post
    Most obvious question -
    What platform?
    What does the platform matter? The question seems to be what sort of DEVICE is handy for viewing PDFs... As in, an e-book reader or some such
    Code:
    //try
    //{
    	if (a) do { f( b); } while(1);
    	else   do { f(!b); } while(1);
    //}

  4. #4
    Registered User
    Join Date
    Dec 2006
    Location
    Canada
    Posts
    3,229
    Oh.

    I thought s/he meant a PDF reader (a program) for a handheld.

  5. #5
    Registered User
    Join Date
    Dec 2006
    Location
    Canada
    Posts
    3,229
    How about... a tablet PC? I use mine for reading e-books all the time. Handheld, too =). Of course the downside would be the size and weight.

    I tried to read on a PDA, but it was a lot more tiring, due to the short lines (and so the eyes have to "seek" to the beginning of the next line frequently). Also, if the book occasionally contains figures or tables (probably not a problem for novels), they are almost inaccessible due to the small screen, especially if the e-book is not designed to be read on a small-screen device.

    AFAIK, the problem with supporting PDF documents is that they have fixed layouts (page sizes, for example, which in turn determines the length of lines), unlike formats like HTML where the program can determine where to break lines up.

    That is to say, even if you can find one that supports PDF, it probably won't work with "regular" e-books (unless you don't mind horizontal scrolling for every line).

  6. #6
    and the hat of copycat stevesmithx's Avatar
    Join Date
    Sep 2007
    Posts
    587
    I read about Sony Reader on our local newspaper the other day.
    But I haven't personally seen it or worked with it so i can't say whether it is nice or not.
    Besides Sony Reader there seems to be other readers too.
    Weigh your options carefully before purchasing them.
    http://en.wikipedia.org/wiki/Sony_Reader
    http://www.labnol.org/gadgets/comput...k-reader/1888/
    Not everything that can be counted counts, and not everything that counts can be counted
    - Albert Einstein.


    No programming language is perfect. There is not even a single best language; there are only languages well suited or perhaps poorly suited for particular purposes.
    - Herbert Mayer

  7. #7
    Kernel hacker
    Join Date
    Jul 2007
    Location
    Farncombe, Surrey, England
    Posts
    15,677
    Nokia N-series phones have pdf-reader in them. As does many of the lower series phones - I've got a Nokia 6220 Classic, and it has a PDF reader.

    --
    Mats
    Compilers can produce warnings - make the compiler programmers happy: Use them!
    Please don't PM me for help - and no, I don't do help over instant messengers.

  8. #8
    Registered User
    Join Date
    Dec 2006
    Location
    Canada
    Posts
    3,229
    Nokia N-series phones have pdf-reader in them. As does many of the lower series phones - I've got a Nokia 6220 Classic, and it has a PDF reader.
    But does it work (how?) with regular e-books in PDF, though? Without needing to scroll horizontally constantly.

  9. #9
    Woof, woof! zacs7's Avatar
    Join Date
    Mar 2007
    Location
    Australia
    Posts
    3,459
    I use my mp3 player for such a purpose (Toshiba F20 with rockbox). It doesn't have a pdf-viewer as such, but I just convert the pages into jpegs and view them that way, searching is made possible by dumping the text to a text-file (so I know which jpeg to look at). A bit of a hack, but it works well.

  10. #10
    Kernel hacker
    Join Date
    Jul 2007
    Location
    Farncombe, Surrey, England
    Posts
    15,677
    Quote Originally Posted by cyberfish View Post
    But does it work (how?) with regular e-books in PDF, though? Without needing to scroll horizontally constantly.
    Yes, that may be a problem - a netbook or some such is probably a better choice...

    --
    Mats
    Compilers can produce warnings - make the compiler programmers happy: Use them!
    Please don't PM me for help - and no, I don't do help over instant messengers.

  11. #11
    Registered User
    Join Date
    Jun 2008
    Posts
    127
    Is there a way to convert a pdf to other formats like html or just plain text? If you can then I will probably go with the sony reader.

  12. #12
    Officially An Architect brewbuck's Avatar
    Join Date
    Mar 2007
    Location
    Portland, OR
    Posts
    7,396
    Quote Originally Posted by herWter View Post
    Is there a way to convert a pdf to other formats like html or just plain text? If you can then I will probably go with the sony reader.
    Sure... http://pdftohtml.sourceforge.net/
    Code:
    //try
    //{
    	if (a) do { f( b); } while(1);
    	else   do { f(!b); } while(1);
    //}

  13. #13
    Registered User
    Join Date
    Jun 2008
    Posts
    127
    Thank you brewbuck but does anybody know how well html looks on handhelds like the sony reader? I'm afraid HTML won't be any better than pdf.
    Last edited by herWter; 01-02-2009 at 12:18 PM.

  14. #14
    and the hat of copycat stevesmithx's Avatar
    Join Date
    Sep 2007
    Posts
    587
    Why do you want html, anyways?(Are you having e-books in the compiled html format?)
    I don't think html is supported by sony reader.
    It is not listed under the "formats supported" in wikipedia.
    Only 300,000 units have been sold according to wiki since its launch.
    So i am guessing it could be expensive.
    Once again,be sure to check whether it suits your needs before making a deal.
    Not everything that can be counted counts, and not everything that counts can be counted
    - Albert Einstein.


    No programming language is perfect. There is not even a single best language; there are only languages well suited or perhaps poorly suited for particular purposes.
    - Herbert Mayer

  15. #15
    Officially An Architect brewbuck's Avatar
    Join Date
    Mar 2007
    Location
    Portland, OR
    Posts
    7,396
    Quote Originally Posted by herWter View Post
    Thank you brewbuck but does anybody know how well html looks on handhelds like the sony reader? I'm afraid HTML won't be any better than pdf.
    Why did you ask about converting pdf to html, then?
    Code:
    //try
    //{
    	if (a) do { f( b); } while(1);
    	else   do { f(!b); } while(1);
    //}

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. OOP Question DB Access Wrapper Classes
    By digioz in forum C# Programming
    Replies: 2
    Last Post: 09-07-2008, 04:30 PM
  2. Creating handheld video games(odd question)
    By nubby in forum Tech Board
    Replies: 0
    Last Post: 03-11-2008, 04:18 PM
  3. A free TIFF to PDF library
    By rockytriton in forum C++ Programming
    Replies: 0
    Last Post: 01-06-2006, 03:22 PM
  4. PDF Editor
    By Thantos in forum Tech Board
    Replies: 8
    Last Post: 09-30-2005, 04:24 PM
  5. Reading PDF with C++ Console appl
    By Codorke in forum C++ Programming
    Replies: 6
    Last Post: 03-07-2005, 12:19 PM