***remove old pattern matrices code for new transform method

This commit is contained in:
John Whitington
2023-03-23 16:05:55 +00:00
parent 3af1730e14
commit f406397cc8
4 changed files with 20 additions and 21 deletions

View File

@@ -40,7 +40,7 @@ let process_xobjects pdf page f =
elts
| _ -> ()
(* The content transformed by altering any use of [Op_cm]. But we must also
(*(* The content transformed by altering any use of [Op_cm]. But we must also
alter any /Matrix entries in pattern dictionaries *)
let change_pattern_matrices_resources pdf tr resources =
try
@@ -95,7 +95,7 @@ let change_pattern_matrices_page pdf tr page =
| _ -> raise (Pdf.PDFError "change_pattern_matrices_page"))
elts;
page
| _ -> page
| _ -> page*)
(* Union two resource dictionaries from the same PDF. *)
let combine_pdf_resources pdf a b =