Created Enumeration Assigments for the Telemetry Historgrams (markdown)
parent
7c110d02b3
commit
02272c6a20
65
Enumeration-Assigments-for-the-Telemetry-Historgrams.md
Normal file
65
Enumeration-Assigments-for-the-Telemetry-Historgrams.md
Normal file
@ -0,0 +1,65 @@
|
|||||||
|
## PDF_VIEWER_DOCUMENT_VERSION
|
||||||
|
|
||||||
|
The PDF document version (1.1, 1.2, etc.)
|
||||||
|
|
||||||
|
```
|
||||||
|
0 - Unknown
|
||||||
|
1 - 1.1
|
||||||
|
2 - 1.2
|
||||||
|
3 - 1.3
|
||||||
|
4 - 1.4
|
||||||
|
5 - 1.5
|
||||||
|
6 - 1.6
|
||||||
|
7 - 1.7
|
||||||
|
8..10 - reserved
|
||||||
|
```
|
||||||
|
|
||||||
|
## PDF_VIEWER_DOCUMENT_GENERATOR
|
||||||
|
|
||||||
|
The PDF document generator. It is top-25 from our test set. The "/Producer" field shall contain specified string
|
||||||
|
|
||||||
|
```
|
||||||
|
0 - Other
|
||||||
|
1 - "acrobat distiller"
|
||||||
|
2 - "acrobat pdfwritter"
|
||||||
|
3 - "adobe livecycle"
|
||||||
|
4 - "adobe pdf library"
|
||||||
|
5 - "adobe photoshop"
|
||||||
|
6 - "ghostscript"
|
||||||
|
7 - "tcpdf"
|
||||||
|
8 - "cairo"
|
||||||
|
9 - "dvipdfm"
|
||||||
|
10 - "dvips"
|
||||||
|
11 - "pdftex"
|
||||||
|
12 - "pdfkit"
|
||||||
|
13 - "itext"
|
||||||
|
14 - "prince"
|
||||||
|
15 - "quarkxpress"
|
||||||
|
16 - "mac os x"
|
||||||
|
17 - "microsoft"
|
||||||
|
18 - "openoffice"
|
||||||
|
19 - "oracle"
|
||||||
|
20 - "luradocument"
|
||||||
|
21 - "pdf-xchange"
|
||||||
|
22 - "antenna house"
|
||||||
|
23 - "aspose.cells"
|
||||||
|
24 - "fpdf"
|
||||||
|
25 - reserved
|
||||||
|
```
|
||||||
|
|
||||||
|
## PDF_VIEWER_STREAM_TYPES
|
||||||
|
|
||||||
|
The PDF document compression stream types used
|
||||||
|
|
||||||
|
```
|
||||||
|
0 - Unknown
|
||||||
|
1 - Flate
|
||||||
|
2 - LZW
|
||||||
|
3 - DCT
|
||||||
|
4 - A85
|
||||||
|
5 - AHx
|
||||||
|
6 - CCF
|
||||||
|
7 - RL
|
||||||
|
8 - JBIG
|
||||||
|
9 - Reserved
|
||||||
|
```
|
||||||
Loading…
x
Reference in New Issue
Block a user