![]() |
#1336 | |
Fuzzball, the purple cat
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,299
Karma: 11087488
Join Date: Jun 2011
Location: California
Device: iPad
|
Quote:
|
|
![]() |
![]() |
![]() |
#1337 | |
Junior Member
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 4
Karma: 29000
Join Date: Dec 2016
Device: Ipad Air 2, Onyx Boox Aurora
|
Quote:
Now I will be slice all my pdf perfectly to read on ipad, just need to adjust dpi depending on input pdf size. Thanks again for such a great tool |
|
![]() |
![]() |
![]() |
#1338 |
Fuzzball, the purple cat
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,299
Karma: 11087488
Join Date: Jun 2011
Location: California
Device: iPad
|
You can generally err on the side of a larger dpi. If the dpi is too large, the "-mode fitwidth" will still fit the source contents to the device width (effectively reducing the dpi).
|
![]() |
![]() |
![]() |
#1339 |
Fuzzball, the purple cat
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,299
Karma: 11087488
Join Date: Jun 2011
Location: California
Device: iPad
|
k2pdfopt v2.40 released
K2pdfopt v2.40 is released. Tesseract OCR processing is now multi-threaded and so runs significantly faster on modern, multi-threaded CPUs like Intel's Core-i7. See details at the web site.
|
![]() |
![]() |
![]() |
#1340 |
Junior Member
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 3
Karma: 61000
Join Date: Jan 2017
Device: New Kindle
|
Hi, I meet some problem with the command -col. In the converted file, a paragraph is dived into 2 column, which I don't want. But It seems I can't set -col 1 because there are some 2-column pages in the PDF. So I wonder if I can set diffierent value of max column to diffierent pages (I remember -cbox has this function) or is there any other solution to my problem? Can anyone help me? Thanks a lot.
|
![]() |
![]() |
![]() |
#1341 | |
Fuzzball, the purple cat
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,299
Karma: 11087488
Join Date: Jun 2011
Location: California
Device: iPad
|
Quote:
|
|
![]() |
![]() |
![]() |
#1342 | |
Junior Member
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 3
Karma: 61000
Join Date: Jan 2017
Device: New Kindle
|
Quote:
|
|
![]() |
![]() |
![]() |
#1343 |
Junior Member
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 8
Karma: 29174
Join Date: Nov 2015
Location: Italy
Device: Kindle 2014 7th generation 5.6.5
|
Hi all!
I would like to use k2pdfopt to get a pdf with one slide per page from a document with 6 slides per page. I tried to use the option "-comax -1" but it doesn't seems to work. I'm using k2pdfopt version 2.34a on Manjaro (Linux Arch based). I attach a sample pdf. Thanks in advance! ------------------------------------------------------------------------------------- I managed to crop correctly the document using "-grid" option, so take this post as an issue segnalation and not as a help request ![]() Last edited by fortea; 01-21-2017 at 05:32 AM. |
![]() |
![]() |
![]() |
#1344 | |
Fuzzball, the purple cat
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,299
Karma: 11087488
Join Date: Jun 2011
Location: California
Device: iPad
|
Quote:
|
|
![]() |
![]() |
![]() |
#1345 |
Junior Member
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 4
Karma: 29176
Join Date: Jan 2017
Device: kindle paperwhite2
|
landscape mode suggestion
First, thanks for your great tool. I have a feature suggestion for landscape mode.
Currently, "fitwidth" mode is implemented by rotating the output content 90 degree. While the user can rotate his device to landscape orientation to read the book, the device still think it is in portrait orientation. This posed UI problems. (see fitwidth.png) 1. The page count, menu, and any UI elements are still in portrait orientation. 2. The page-flip virtual buttons are on top and bottom instead of left and right. My feature suggestion: add a new landscape mode, which rotating page size instead of rotating content. In this mode, I can use the "landscape mode" feature of my device. Conceptually, this feature could be done by swapping the value of -w and -h. For example, the original size of my device, paperwhite2, is -w 718 -h 965, so use -w 965 -h 718 instead. However, "-w 965 -h 718" doesn't work well for me. Because the visible area size in device's landscape mode is different to the size in device's portrait mode, the result page looks distortion due to scaling. So if you want to add this mode, you have to collect again the size for device's landscape mode like https://www.mobileread.com/forums/sh....php?p=3013298 From my test, "-w 931 -h 690" is good value for paperwhite2. My test pdf and result are attached. test_native_landscape.pdf is my source pdf. k2pdfopt command is -dev kpw -wrap- -bp -h 690 -w 931 -ws 0.2 test_native_landscape_k2opt.png is the result screenshot. p.s. there are small dark pixels on the right side. I guess they are due to the size of my source pdf is not perfect aligned with k2pdfopt's expectation. (they already exist in test_native_landscape_k2opt.pdf) Last edited by Kuang-che Wu; 01-30-2017 at 08:21 AM. |
![]() |
![]() |
![]() |
#1346 |
Junior Member
![]() Posts: 2
Karma: 10
Join Date: Jan 2017
Device: Pocketbook Touch Lux 2
|
I want to optimize a PDF book to use on my Pocketbook Touch Lux 2.
Native mode seems to be the way to go, but whatever I do, it only resizes the titles and the rest of the text remains unchanged (see screenshots). I want to use a 0.5" bottom margin because reasons. I also want to set fixed output font size because the font is too small without it. Is there anything I can do? Non-native mode works fine and after some experimentation I was able to make the output look decent. If the full size image doesn't show at first, just refresh the page. ![]() ![]() Last edited by G400S; 01-31-2017 at 06:23 AM. |
![]() |
![]() |
![]() |
#1347 | |
Fuzzball, the purple cat
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,299
Karma: 11087488
Join Date: Jun 2011
Location: California
Device: iPad
|
Quote:
|
|
![]() |
![]() |
![]() |
#1348 | |
Fuzzball, the purple cat
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,299
Karma: 11087488
Join Date: Jun 2011
Location: California
Device: iPad
|
Quote:
|
|
![]() |
![]() |
![]() |
#1349 | |
Junior Member
![]() Posts: 2
Karma: 10
Join Date: Jan 2017
Device: Pocketbook Touch Lux 2
|
![]() Quote:
|
|
![]() |
![]() |
![]() |
#1350 | |
Fuzzball, the purple cat
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,299
Karma: 11087488
Join Date: Jun 2011
Location: California
Device: iPad
|
Quote:
You might try clicking the "Generate marked up source" check box and clicking the preview button. It will show you how k2pdfopt is parsing your source document. |
|
![]() |
![]() |
![]() |
Tags |
ebook apps, k5 tools, kindle tools, kindle touch, tools |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Viewing PDFs with another font | Font | PocketBook | 4 | 11-12-2010 08:27 AM |
Viewing Textbook PDFs... | NJReader | enTourage Archive | 4 | 08-17-2010 05:17 PM |
PRS-600 Restart bug while viewing PDFs? | conundrum | Sony Reader | 2 | 03-04-2010 08:46 PM |
More on viewing pdfs | dso371 | Bookeen | 8 | 03-11-2008 07:15 PM |
Viewing Untagged PDFs on Palm T|X | Eroica | Reading and Management | 3 | 12-10-2007 01:44 PM |