Design comments
This commit is contained in:
parent
04353276f3
commit
ddf149254e
|
@ -1,5 +1,12 @@
|
||||||
open Pdfutil
|
open Pdfutil
|
||||||
open Cpdferror
|
open Cpdferror
|
||||||
|
|
||||||
|
(* Prevent duplication of content by sharing content streams *)
|
||||||
|
(* Resources - patterns etc. - pattern matrices *)
|
||||||
|
(* Bookmarks: merge/duplicate them *)
|
||||||
|
(* Annotations: merge/duplicate them *)
|
||||||
|
(* Page boxes - mediabox or cropbox used? Output modifies all boxes? *)
|
||||||
|
(* fast/slow *)
|
||||||
|
|
||||||
(* Chop pages into pieces *)
|
(* Chop pages into pieces *)
|
||||||
let chop ~x ~y pdf range = pdf
|
let chop ~x ~y pdf range = pdf
|
||||||
|
|
Loading…
Reference in New Issue