From f3e0c9766070b836b5335cca1cd309e0f595eab3 Mon Sep 17 00:00:00 2001 From: John Whitington Date: Thu, 20 Aug 2020 13:30:06 +0100 Subject: [PATCH] more --- cpdf.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpdf.ml b/cpdf.ml index 35bfc9b..306afe0 100644 --- a/cpdf.ml +++ b/cpdf.ml @@ -2313,7 +2313,7 @@ let transform_rect transform rect = (* Apply transformations to any annotations in /Annots (i.e their /Rect entries) *) let transform_annotations pdf transform rest = - Printf.printf "in transform_annotations with transform %s\n" (Pdftransform.string_of_matrix transform); + (*Printf.printf "in transform_annotations with transform %s\n" (Pdftransform.string_of_matrix transform);*) match Pdf.lookup_direct pdf "/Annots" rest with | Some (Pdf.Array annots) -> (* Always indirect references, so alter in place *)