View Single Post
Old 02-13-2018, 08:18 AM   #1707
Randy11
Wizard
Randy11 ought to be getting tired of karma fortunes by now.Randy11 ought to be getting tired of karma fortunes by now.Randy11 ought to be getting tired of karma fortunes by now.Randy11 ought to be getting tired of karma fortunes by now.Randy11 ought to be getting tired of karma fortunes by now.Randy11 ought to be getting tired of karma fortunes by now.Randy11 ought to be getting tired of karma fortunes by now.Randy11 ought to be getting tired of karma fortunes by now.Randy11 ought to be getting tired of karma fortunes by now.Randy11 ought to be getting tired of karma fortunes by now.Randy11 ought to be getting tired of karma fortunes by now.
 
Posts: 1,138
Karma: 1577094
Join Date: Oct 2008
Device: Samsung EB60, Onyx M92, Onyx Max2
Hello,


Same problem, your file is BIG and the image heavy but I found the solution


Under Linux (Debian Stretch), I use 'pdftk' and 'libpodofo-utils' :

Code:
$> pdftk Amiga_Hardware_Reference_Manual_3rd_Edition.pdf dump_data output dump.txt
An extract of 'dump.txt'
Quote:
InfoBegin
InfoKey: ModDate
InfoValue: D:20130907235946-05'00'
InfoBegin
InfoKey: CreationDate
InfoValue: D:20130809221315-05'00'
InfoBegin
InfoKey: Creator
InfoValue: PFU ScanSnap Manager 5.1.11 #S1300
InfoBegin
InfoKey: Producer
InfoValue: Adobe PDF Scan Library 3.1
PdfID0: 5ac7567be65d574c867e999685513711
PdfID1: c31f34dac996d84690224a9bdf306606
NumberOfPages: 484
PageMediaBegin
PageMediaNumber: 1
PageMediaRotation: 0
PageMediaRect: 0 0 593.28 790.8
PageMediaDimensions: 593.28 790.8
PageMediaBegin
PageMediaNumber: 2
PageMediaRotation: 0
PageMediaRect: 0 0 592.56 792.72
PageMediaDimensions: 592.56 792.72
PageMediaBegin
PageMediaNumber: 3
PageMediaRotation: 0
PageMediaRect: 0 0 614.4 792
PageMediaDimensions: 614.4 792
PageMediaBegin
PageMediaNumber: 4
PageMediaRotation: 0
PageMediaRect: 0 0 614.4 792
PageMediaDimensions: 614.4 792
PageMediaBegin
PageMediaNumber: 5
PageMediaRotation: 0
PageMediaRect: 0 0 614.4 792
PageMediaDimensions: 614.4 792
The problem is the 'PageMediaDimensions', that is never the same.

The direct solution with a big crop :
Code:
$> podofobox Amiga_Hardware_Reference_Manual_3rd_Edition.pdf Amiga_Hardware_Reference_Manual_3rd_Edition.podofobox.7000-2000-48000-70000.pdf media 7000 2000 48000 70000
If I play with the M92's crop functions, the delay is longer when I flip a page.
Randy11 is offline   Reply With Quote