mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2025-06-05 22:09:39 +02:00
Finished -chop-v, -chop-h
This commit is contained in:
@ -72,6 +72,7 @@ let chop_inner ~line ~x ~y ~columns ~btt ~rtl pdf range =
|
|||||||
(ilist 1 (Pdfpage.endpage pdf))
|
(ilist 1 (Pdfpage.endpage pdf))
|
||||||
pages)
|
pages)
|
||||||
in
|
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 changes =
|
||||||
let q = ref 0 in
|
let q = ref 0 in
|
||||||
flatten
|
flatten
|
||||||
|
Reference in New Issue
Block a user