sig
  type rotation = DNR | N | S | E | W | L | R | D
  val merge_pdfs :
    ?rotations:Pdfmerge.rotation list ->
    bool -> bool -> string list -> Pdf.t list -> int list list -> Pdf.t
  val remove_duplicate_fonts : Pdf.t -> unit
end