OLD | NEW |
1 # | 1 # |
2 # AFL dictionary for PDF | 2 # AFL dictionary for PDF |
3 # ---------------------- | 3 # ---------------------- |
4 # | 4 # |
5 # This is a pretty big PDF dictionary constructed by Ben by manually reviewing | 5 # This is a pretty big PDF dictionary constructed by Ben by manually reviewing |
6 # the spec and combining that with the data pulled out of a corpus of sample | 6 # the spec and combining that with the data pulled out of a corpus of sample |
7 # PDFs. | 7 # PDFs. |
8 # | 8 # |
9 # Contributed by Ben Nagy <ben@iagu.net> | 9 # Contributed by Ben Nagy <ben@iagu.net> |
10 # | 10 # |
(...skipping 1446 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1457 "sub" | 1457 "sub" |
1458 "trailer" | 1458 "trailer" |
1459 "true" | 1459 "true" |
1460 "truncate" | 1460 "truncate" |
1461 "usecmap" | 1461 "usecmap" |
1462 "usefont" | 1462 "usefont" |
1463 "xor" | 1463 "xor" |
1464 "xref" | 1464 "xref" |
1465 "{" | 1465 "{" |
1466 "}" | 1466 "}" |
OLD | NEW |