mirror of
				https://github.com/johnwhitington/cpdf-source.git
				synced 2025-06-05 22:09:39 +02:00 
			
		
		
		
	more
This commit is contained in:
		| @@ -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 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user