mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2024-12-22 15:05:46 +01:00
Finished -chop-v, -chop-h
This commit is contained in:
parent
71ee3fa529
commit
e57dac3e4c
@ -72,6 +72,7 @@ let chop_inner ~line ~x ~y ~columns ~btt ~rtl pdf range =
|
||||
(ilist 1 (Pdfpage.endpage pdf))
|
||||
pages)
|
||||
in
|
||||
let x, y = if x = 0 || y = 0 then 1, 2 else x, y in (* Fix up for -chop-v, -chop-h *)
|
||||
let changes =
|
||||
let q = ref 0 in
|
||||
flatten
|
||||
|
Loading…
Reference in New Issue
Block a user