|  02-19-2020, 07:35 AM | #316 | 
| Connoisseur            Posts: 56 Karma: 43090 Join Date: Jan 2013 Location: Sweden Device: Cybook Odyssey HD Frontlight, Calibre, Macbook pro, OSX 10.6.8 | 
			
			Hi, I used this software years ago and now I needed to split another two page scanned pdf, but it does not work. I remember it worked flawless before. Briss (0.9) keeps loading the document and get sluggish, but never completes. I am using the same MacBook Pro, but the os is High Sierra. The PDF is 300 pages, so maybe that could be a problem. But when I try to divide it up in OS X Preview, the PDF size gets ten times larger. Thanks! N. | 
|   |   | 
|  02-20-2020, 12:20 AM | #317 | |
| Fuzzball, the purple cat            Posts: 1,312 Karma: 11087488 Join Date: Jun 2011 Location: California Device: iPad | Quote: 
 k2pdfopt -mode crop -grid 2x1x0 myfile.pdf The 2x1x0 tells k2pdfopt to break the document into 2 columns by 1 row with 0% overlap. The -mode crop tells it to put each of those grid regions into a new page in the destination document. | |
|   |   | 
|  02-20-2020, 07:12 AM | #318 | 
| Connoisseur            Posts: 56 Karma: 43090 Join Date: Jan 2013 Location: Sweden Device: Cybook Odyssey HD Frontlight, Calibre, Macbook pro, OSX 10.6.8 | 
			
			Thanks a lot, seems great! Is there setting to skip pages to crop? The first two pages are single page. ...how would I add auto straighten (-as) after the split, without the optimise rescaling? Can I do it in one pass?   Last edited by nlundberg; 02-20-2020 at 08:35 AM. | 
|   |   | 
|  02-20-2020, 11:21 AM | #319 | |
| Grand Sorcerer            Posts: 5,837 Karma: 105490889 Join Date: Apr 2011 Device: pb360 | Quote: 
 https://www.mobileread.com/forums/sh...245322&page=17 Be sure to read post #246 and follow the quoting chain back. There were later posts as well. | |
|   |   | 
|  02-20-2020, 02:22 PM | #320 | 
| Connoisseur            Posts: 56 Karma: 43090 Join Date: Jan 2013 Location: Sweden Device: Cybook Odyssey HD Frontlight, Calibre, Macbook pro, OSX 10.6.8 | 
			
			@j.p.s Thanks, I'll check that one out too. k2pdfopt did actually did what I asked for right away. Then, as always, you see a lot of interesting options and become greedy...   | 
|   |   | 
|  02-20-2020, 03:10 PM | #321 | 
| Grand Sorcerer            Posts: 5,837 Karma: 105490889 Join Date: Apr 2011 Device: pb360 | 
			
			k2pdfopt is probably easier to use, especially if you don't have ghostscript installed, but croppdf might make a smaller file.
		 | 
|   |   | 
|  02-21-2020, 05:46 PM | #322 | 
| Connoisseur            Posts: 56 Karma: 43090 Join Date: Jan 2013 Location: Sweden Device: Cybook Odyssey HD Frontlight, Calibre, Macbook pro, OSX 10.6.8 | 
			
			After tons of tries with the command line trying to auto straighten, I had to give up. I could not find a way to cut out the black areas from the center of the book, since after the split from double page scans, the black area is alternating side throughout the document.  I tried some other options for cleaning up but the pages ended up with slightly different sizes and I couldn't figure out how to keep page sizes. Would be fun to get it 100% right cosmetically but it is perfectly readable now. | 
|   |   | 
|  02-21-2020, 08:03 PM | #323 | |
| Fuzzball, the purple cat            Posts: 1,312 Karma: 11087488 Join Date: Jun 2011 Location: California Device: iPad | Quote: 
 Last edited by willus; 02-21-2020 at 08:07 PM. | |
|   |   | 
|  02-22-2020, 05:59 PM | #324 | |
| Connoisseur            Posts: 56 Karma: 43090 Join Date: Jan 2013 Location: Sweden Device: Cybook Odyssey HD Frontlight, Calibre, Macbook pro, OSX 10.6.8 | Quote: 
 | |
|   |   | 
|  02-23-2020, 04:16 PM | #325 | 
| Fuzzball, the purple cat            Posts: 1,312 Karma: 11087488 Join Date: Jun 2011 Location: California Device: iPad | 
			
			I used two passes: k2pdfopt -mode crop -t -cbox1,2 0,0,1s,1s -cbox3- 0in,0in,7.186in,7.65in -cbox3- 7.186in,0in,6.18in,7.65in source.pdf -o out1.pdf k2pdfopt -mode crop -t -ac -as -w 7in -h 8in out1.pdf -o out2.pdf This forces the output page size to be 7 x 8 inches. If you are okay with variable page sizes, you can remove the -w and -h options from the second pass. | 
|   |   | 
|  02-24-2020, 01:36 PM | #326 | |
| Connoisseur            Posts: 56 Karma: 43090 Join Date: Jan 2013 Location: Sweden Device: Cybook Odyssey HD Frontlight, Calibre, Macbook pro, OSX 10.6.8 | Quote: 
 I get this message on 2nd pass anyway: Code: Reading 294 pages from out1.pdf ... SOURCE PAGE 1 of 294 (3.7 x 4.3 in) ... 1 new page saved. warning: premature end of data in flate filter warning: ... repeated 2 times ... warning: premature end of data in flate filter warning: ... repeated 2 times ... | |
|   |   | 
|  02-24-2020, 10:14 PM | #327 | |
| Fuzzball, the purple cat            Posts: 1,312 Karma: 11087488 Join Date: Jun 2011 Location: California Device: iPad | Quote: 
 k2pdfopt -mode crop -t -ac .02 -as -w 7in -h 8in out1.pdf -o out2.pdf -px 17 | |
|   |   | 
|  08-14-2023, 11:31 PM | #328 | 
| Junior Member  Posts: 3 Karma: 10 Join Date: Feb 2023 Device: none | 
			
			I really like BRISS's cropping GUI, but I need destructive cropping, since I need to convert to ePub. Is there a software that does destructive cropping instead of just hiding the data like BRISS? Preferably I want a software that can post process BRISS cropped PDF to destroy everything outside of view. | 
|   |   | 
|  08-15-2023, 12:08 AM | #329 | 
| Junior Member  Posts: 3 Karma: 10 Join Date: Feb 2023 Device: none | |
|   |   | 
|  08-15-2023, 08:49 AM | #330 | 
| Resident Curmudgeon            Posts: 80,742 Karma: 150249619 Join Date: Nov 2006 Location: Roslindale, Massachusetts Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 | 
			
			This thread should really be deleted. The term Briss used for this software could be considered a slur to Jewish people.
		 | 
|   |   | 
|  | 
| Tags | 
| cropping pdf, pdf | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Cropping .pdfs with Briss and converting with Calibre | mrslecavalier | Amazon Kindle | 6 | 07-13-2010 07:53 PM | 
| PDF to EPUP conversion after page cropping | Naismith | Calibre | 6 | 03-09-2010 08:37 AM | 
| cropping pdf with preview | wang960 | Sony Reader | 2 | 05-05-2009 09:28 AM | 
| Yet another PDF cropping tool | sjvr767 | iRex | 7 | 02-14-2009 07:04 AM | 
| Nice Mac OS X .pdf Cropping Tool | jmdor | Sony Reader | 0 | 04-04-2007 10:41 PM |