more
This commit is contained in:
parent
dfee9e4619
commit
2c6c357bdc
2
cpdf.ml
2
cpdf.ml
|
@ -1551,7 +1551,7 @@ let
|
||||||
make_font embed (Pdftext.string_of_standard_font f)
|
make_font embed (Pdftext.string_of_standard_font f)
|
||||||
| None ->
|
| None ->
|
||||||
let firstpage =
|
let firstpage =
|
||||||
List.nth (Pdfpage.pages_of_pagetree pdf) (hd pages + 1)
|
List.nth (Pdfpage.pages_of_pagetree pdf) (hd pages - 1)
|
||||||
in
|
in
|
||||||
match Pdf.lookup_direct pdf "/Font" firstpage.Pdfpage.resources with
|
match Pdf.lookup_direct pdf "/Font" firstpage.Pdfpage.resources with
|
||||||
| Some fontdict ->
|
| Some fontdict ->
|
||||||
|
|
Loading…
Reference in New Issue