Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Amazon Kindle

Notices

Reply
 
Thread Tools Search this Thread
Old 06-09-2013, 10:43 AM   #16
Phoenix87103
Junior Member
Phoenix87103 began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Jun 2013
Device: Kindle Paperwhite
Quote:
Originally Posted by Yamada View Post
Why do people keep insisting trying to read PDFs on these things?
May be because not all books are available in the required format and even those that are in the correct format doesn't display the books well.
Yamada there's more to books than just novels
Phoenix87103 is offline   Reply With Quote
Old 06-10-2013, 09:41 AM   #17
JensW
Enthusiast
JensW doesn't feed trollsJensW doesn't feed trollsJensW doesn't feed trollsJensW doesn't feed trollsJensW doesn't feed trollsJensW doesn't feed trollsJensW doesn't feed trollsJensW doesn't feed trollsJensW doesn't feed trollsJensW doesn't feed trollsJensW doesn't feed trolls
 
Posts: 29
Karma: 81500
Join Date: Apr 2013
Device: Kindle 4
Thumbs up

Quote:
Originally Posted by Yamada View Post
Why do people keep insisting trying to read PDFs on these things?
I like to read scientific papers on my Kindle. I know full well that it's not a good format for the e-reader but together with k2pdfopt I works very well and saves a ton of paper.
JensW is offline   Reply With Quote
Advert
Old 04-03-2014, 04:07 AM   #18
anton79ru
Enthusiast
anton79ru will become famous soon enoughanton79ru will become famous soon enoughanton79ru will become famous soon enoughanton79ru will become famous soon enoughanton79ru will become famous soon enoughanton79ru will become famous soon enough
 
anton79ru's Avatar
 
Posts: 31
Karma: 548
Join Date: Apr 2014
Location: Moscow, Russia
Device: Kobo Aura H2O
Paperwhite 2 + KoReader

Quote:
Originally Posted by hawhill View Post
we integrated it into KoReader
I needed an e-reader for academic articles which are plenty of scanned PDF's that I need to digest for my dissertation. I chose PW2 for the size (i read in subway and buses), screen contrast, and backlight quality. But as soon as I got one yesterday, I realized the stock rendering of scanned PDF files was just unbelieveably disgusting.

I jailbroke the device, installed the KoReader, and now, reading PDF's in landscape mode is nothing but pleasure. The scanned characters are so well processed that even the portrait mode is fine. Even footnotes in portrait mode are decently readable (if you have good eyes). The problem is gone. I am amazed at what the devs have achieved and I'm happy as a child.

(oh, and I'm not talking about reflown text, I mean PDF's as they are!)


Last edited by anton79ru; 04-03-2014 at 04:10 AM.
anton79ru is offline   Reply With Quote
Old 04-08-2014, 03:33 PM   #19
EbokJunkie
Addict
EbokJunkie can differentiate black from dark navy blueEbokJunkie can differentiate black from dark navy blueEbokJunkie can differentiate black from dark navy blueEbokJunkie can differentiate black from dark navy blueEbokJunkie can differentiate black from dark navy blueEbokJunkie can differentiate black from dark navy blueEbokJunkie can differentiate black from dark navy blueEbokJunkie can differentiate black from dark navy blueEbokJunkie can differentiate black from dark navy blueEbokJunkie can differentiate black from dark navy blueEbokJunkie can differentiate black from dark navy blue
 
Posts: 230
Karma: 13495
Join Date: Feb 2009
Location: SoCal
Device: Kindle 3, Kindle PW, Pocketbook 301+, Pocketbook Touch, Sony 950, 350
Kindle PW leaves very big margins in PDF viewing. I suggest alternative way of preparing pdf with standard A4/Letter pages for successful viewing on PW. Suggested workflow prepares a sequence of graphic images of half-pages stretched to PW screen in landscape. Prepared images get wrapped into single mobi, that's it. This approach allows to use entire screen with almost zero margins.

1. Download pdflrfwin-0.99.exe from http://projects.mobileread.com/reade...rfwin-0.99.zip
2. Run pdflrfwin-0.99.exe, browse for your pdf (djvu is ok as well) and set output file extension to zip (do it by hand in corresponding output file box, just substitute zip for lrf)
3. In preview you can visually control and set margin crop. However, pdflrfwin automatically crops white space around text, this is preferable for this workflow. Set Overlap to something around 0.05, this may improve reading experience.
4. Run pdflrfwin. It creates zip file with png images representing snapshots of half-pages rotated in landscape orientation.
5. Open zip file and place all png images in separate folder.
6. Install Python 2.7.6
7. Download KindleComicParser 0.2.1.zip from here , post #36 by Dc5e. Extract KindleComicParser.exe from zip.
8. Download last version of kindlegen.exe
9. Download kindlestrip.py 1.35 zip from here and extract Python script kindlescript.py.
10. Create batch file and name it, say, pdflrf2mobi.bat:
Code:
set comicname=%1
set comicname=%comicname:"=%
KindleComicParser.exe "%comicname%"
kindlegen -c0 "%comicname%.opf" -o out.mobi
python "%~dp0kindlestrip.py" out.mobi "%comicname%.mobi"
del out.mobi
:: If uncommented last Calibre command automatically set mobi title and author name (author name must be second parameter in batch call)
::ebook-meta "%comicname%" -t "%comicname%.mobi" -a %2
.
10. Create any folder, place path to this folder into environment variable PATH.
11. Place files KindleComicParser.exe, kindlegen.exe, kindlestrip.py, and batch pdflrf2mobi.bat to created folder.
12. Make folder with png files (see paragraph 5 above) current.
13. Run
Code:
pdflrf2mobi "name_of_output_document" "optional author name"
Second parameter is optional, it works if last line in the batch file is uncommented.
File name_of_output_document.mobi will appear in the folder with png files.
Note that pdflrfwin tries to cut pages between lines of text. However, in rare occasions it cuts big formulas and illustration lengthwise, that may be cause of certain inconveniences.
Sample (PW cscreenshot):
Attached Thumbnails
Click image for larger version

Name:	screenshot_2014_04_08T11_29_22-0701.png
Views:	455
Size:	90.3 KB
ID:	121432  

Last edited by EbokJunkie; 04-08-2014 at 03:35 PM.
EbokJunkie is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I put .pdf files on Paperwhite Kindle? Punchy71 Amazon Kindle 5 06-06-2013 12:30 PM
Kindle Paperwhite - improved the PDF support? max99 Amazon Kindle 3 10-03-2012 02:39 PM
Kindle paperwhite support? cjobim Devices 3 10-02-2012 06:39 PM
How good is PDF support on Kindle? jian1 Amazon Kindle 5 09-05-2011 03:51 PM
Kindle DX - better pdf support? LonelyStar Amazon Kindle 3 07-28-2011 05:55 PM


All times are GMT -4. The time now is 02:41 PM.


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