![]() |
#1351 |
Junior Member
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 4
Karma: 29176
Join Date: Jan 2017
Device: kindle paperwhite2
|
I don't mean the dot in the corner. What I am referring is, there are some grey cells in the middle of my grids.
|
![]() |
![]() |
![]() |
#1352 | |
Fuzzball, the purple cat
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,299
Karma: 11087488
Join Date: Jun 2011
Location: California
Device: iPad
|
Quote:
-cmax 1.0 -g 1.0 -s- |
|
![]() |
![]() |
Advert | |
|
![]() |
#1353 |
Junior Member
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 4
Karma: 29176
Join Date: Jan 2017
Device: kindle paperwhite2
|
Feature request: vertical text
Feature request for vertical Chinese text.
I know k2pdfopt has option -r (right-to-left), but it is slightly different to what I need. The default text ordering (for English-like languages) is Code:
1 2 3 4 5 6 7 8 9 Code:
3 2 1 6 5 4 9 8 7 Code:
7 4 1 8 5 2 9 6 3 Code:
7 4 1 8 5 2 p.s. Vertical and horizontal Chinese writing systems are both in use. Usually books with many English text use horizontal Chinese (characters left-to-right, line top-to-down). Literature and novel use vertical Chinese (character top-to-down, line right-to-left). |
![]() |
![]() |
![]() |
#1354 | |
Fuzzball, the purple cat
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,299
Karma: 11087488
Join Date: Jun 2011
Location: California
Device: iPad
|
Quote:
|
|
![]() |
![]() |
![]() |
#1355 | |
Junior Member
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 4
Karma: 29176
Join Date: Jan 2017
Device: kindle paperwhite2
|
Quote:
![]() |
|
![]() |
![]() |
Advert | |
|
![]() |
#1356 | |
Fuzzball, the purple cat
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,299
Karma: 11087488
Join Date: Jun 2011
Location: California
Device: iPad
|
Quote:
Code:
k2pdfopt -mode copy -n -rt 90 srcfile.pdf Code:
k2pdfopt -mode copy -n -rt -90 processed_file.pdf |
|
![]() |
![]() |
![]() |
#1357 |
Guru
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 880
Karma: 2580688
Join Date: Jun 2010
Device: K3W, PW4
|
Is there a way to use the OCR engine in k2pdfopt to produce a text file from a PDF? I would like to create an epub from a PDF and the text file would be a good start. I would also need to use -as to rotate a few pages that are tilted.
Thanks for a great tool. Dave |
![]() |
![]() |
![]() |
#1358 | |
Fuzzball, the purple cat
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,299
Karma: 11087488
Join Date: Jun 2011
Location: California
Device: iPad
|
Quote:
Code:
k2pdfopt -ocrout outfile.txt myfile.pdf |
|
![]() |
![]() |
![]() |
#1359 |
Guru
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 880
Karma: 2580688
Join Date: Jun 2010
Device: K3W, PW4
|
I gave it a shot with not so great results. First it seg faulted before finishing. Second the output in the text file was garbled.
Looking at your PDF conversions I don't have the new Word and thus have no access to its features. Does Microsoft offer this service online? Could I attach the PDF here and you or someone else could attempt to use word on it? It is a bit over 1MB and I have cropped the article already. Dave |
![]() |
![]() |
![]() |
#1360 | |
Fuzzball, the purple cat
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,299
Karma: 11087488
Join Date: Jun 2011
Location: California
Device: iPad
|
Quote:
Last edited by willus; 02-11-2017 at 08:38 AM. |
|
![]() |
![]() |
![]() |
#1361 |
Junior Member
![]() Posts: 1
Karma: 10
Join Date: Feb 2017
Device: kobo aura one
|
Howto rescale page without changing the resolution of embedded images?
Thank you for this great software!
If I use Code:
k2pdfopt -n -wrap- -mode tm Code:
k2pdfopt -wrap- -mode tm For example I would like the above options plus rescale all pages to a common width of 7 inch. Right now the unscaled pages look in my pdfreader like in the attachment. |
![]() |
![]() |
![]() |
#1362 | |
Fuzzball, the purple cat
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,299
Karma: 11087488
Join Date: Jun 2011
Location: California
Device: iPad
|
Quote:
Code:
k2pdfopt -h 10in -w 7in -mode fw -ls- mysource.pdf Edit: On second thought, don't use -mode trim--it resets the page size of each page to be whatever the trimmed source content size is. |
|
![]() |
![]() |
![]() |
#1363 |
Junior Member
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1
Karma: 29176
Join Date: Feb 2017
Device: Kobo Aura One
|
I've just installed this on my MacBook and it's working perfectly. I've been able to convert an 800p book that was previously not readable on an e-reader to something easy and comfortable to read.
Well, on my 6" Kobo Glo. I do not see the Kobo Aura One in the device menu, though. Is this something that may be added in the future? Or are their known custom settings that work well on the KA1? Thanks! |
![]() |
![]() |
![]() |
#1364 | |
Fuzzball, the purple cat
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,299
Karma: 11087488
Join Date: Jun 2011
Location: California
Device: iPad
|
Quote:
Last edited by willus; 02-12-2017 at 04:00 PM. |
|
![]() |
![]() |
![]() |
#1365 | |
Fuzzball, the purple cat
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,299
Karma: 11087488
Join Date: Jun 2011
Location: California
Device: iPad
|
Quote:
|
|
![]() |
![]() |
![]() |
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 |