View Single Post
Old 06-10-2013, 10:11 PM   #445
willus
Fuzzball, the purple cat
willus ought to be getting tired of karma fortunes by now.willus ought to be getting tired of karma fortunes by now.willus ought to be getting tired of karma fortunes by now.willus ought to be getting tired of karma fortunes by now.willus ought to be getting tired of karma fortunes by now.willus ought to be getting tired of karma fortunes by now.willus ought to be getting tired of karma fortunes by now.willus ought to be getting tired of karma fortunes by now.willus ought to be getting tired of karma fortunes by now.willus ought to be getting tired of karma fortunes by now.willus ought to be getting tired of karma fortunes by now.
 
willus's Avatar
 
Posts: 1,303
Karma: 11087488
Join Date: Jun 2011
Location: California
Device: iPad
Quote:
Originally Posted by markom View Post
In the meantime while you are learning how to use k2pdfopt, for similar files where there is no need for pdf reflow you can get away without k2pdfopt quickly and easily by using Pdfscissors(or Briss) for cropping and then printing such cropped pdf to file in Adobe Reader 11 (using poster mode(tile mode in Adobe Acrobat) for 120x90 mm).
This can also be done nicely with a single k2pdfopt command using the fitwidth option and judiciously cropping margins:

k2pdfopt -mode fitwidth -mt 0.9 -ml 2.42 ebook.pdf

The -mt 0.9 and -ml 2.42 options crop off the top 0.9 inches and left 2.42 inches from each source page (which drops off all the pink writing in the left margin). See the attached output (for source pages 20-30 only). You can add -ls- to the command-line options to turn the pages to portrait mode (-ls- = turn landscape off since it's turned on by -mode fitwidth).

The resulting text will be searchable and highlightable without having to resort to OCR since -mode fitwidth defaults to native PDF output, but text re-flow will not be possible. k2pdfopt also uses a little more intelligence about where to break the text for placement on each output page compared to the cropping algorithm demonstrated by Markom's screenshot, which cuts directly through lines of text (I was not able to download the .rar file--why not just post it as an attachment, Markom?).
Attached Files
File Type: pdf ebook_k2opt.pdf (193.5 KB, 307 views)
willus is offline   Reply With Quote