more
This commit is contained in:
parent
7d181bf13d
commit
126530a2de
|
@ -174,7 +174,7 @@ let paginate tmargin bmargin papersize i =
|
||||||
|
|
||||||
let make_resources fontobjnums =
|
let make_resources fontobjnums =
|
||||||
Pdf.Dictionary
|
Pdf.Dictionary
|
||||||
[("/Font", Pdf.Dictionary (map (fun fo -> ("/F" ^ string_of_int fo, Pdf.Indirect fo)) fontobjnums))]
|
[("/Font", Pdf.Dictionary (map (fun fo -> ("/F" ^ string_of_int fo, Pdf.Indirect fo)) (setify fontobjnums)))]
|
||||||
|
|
||||||
let make_annotations annots =
|
let make_annotations annots =
|
||||||
if annots = [] then Pdf.Dictionary [] else
|
if annots = [] then Pdf.Dictionary [] else
|
||||||
|
|
Loading…
Reference in New Issue