mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2025-03-10 08:30:14 +01:00
10_001 as far as we will go
This commit is contained in:
parent
4159aa660d
commit
d05e9aa411
@ -7,8 +7,10 @@ open Cpdferror
|
|||||||
Partially implemented:
|
Partially implemented:
|
||||||
31-009 31-027 Can require looking inside font files
|
31-009 31-027 Can require looking inside font files
|
||||||
|
|
||||||
|
10-002 Doesn't check CID keyed fonts
|
||||||
|
|
||||||
11-001 11-002 11-003 11-004 11-005 Natural Language (We just check for
|
11-001 11-002 11-003 11-004 11-005 Natural Language (We just check for
|
||||||
top-level document language - PDF/UA2 requires it, and we have no example
|
top-level document language - PDF/UA-2 requires it, and we have no example
|
||||||
files without it.)
|
files without it.)
|
||||||
|
|
||||||
Unimplemented:
|
Unimplemented:
|
||||||
@ -480,7 +482,7 @@ in
|
|||||||
match Pdf.lookup_direct pdf "/Subtype" font with
|
match Pdf.lookup_direct pdf "/Subtype" font with
|
||||||
| Some (Pdf.Name "/Type0") ->
|
| Some (Pdf.Name "/Type0") ->
|
||||||
(* c) *)
|
(* c) *)
|
||||||
()
|
unimpl ()
|
||||||
| _ -> merror ()
|
| _ -> merror ()
|
||||||
in
|
in
|
||||||
Pdf.objiter
|
Pdf.objiter
|
||||||
|
Loading…
x
Reference in New Issue
Block a user