-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.json
More file actions
122 lines (122 loc) · 3.97 KB
/
Copy pathmetadata.json
File metadata and controls
122 lines (122 loc) · 3.97 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"C:\\Repos\\pdfMetadataExtractor\\test": [
{
"title": "dummy.pdf",
"file_name": "dummy.pdf",
"author": "Evangelos Vlachogiannis",
"subject": null,
"creator": "Writer",
"producer": "OpenOffice.org 2.1",
"size": 13264,
"thumbnail_path": "dummy_thumbnail.png"
},
{
"title": "BC.PDF",
"file_name": "History_Ancient_-_Greek_Culture_To_500_Bc.pdf",
"author": "Sanjay Amin",
"subject": null,
"creator": "Microsoft Word ",
"producer": "Acrobat PDFWriter 4.05 for Windows",
"size": 107924,
"thumbnail_path": "History_Ancient_-_Greek_Culture_To_500_Bc_thumbnail.png"
},
{
"title": "PDF Metadata Sample",
"file_name": "meta.pdf",
"author": "Nigel Maddocks",
"subject": "Test Document",
"creator": "Acrobat PDFMaker 15 for Word",
"producer": "Adobe PDF Library 15.0",
"size": 37545,
"thumbnail_path": "meta_thumbnail.png"
},
{
"title": "sample.pdf",
"file_name": "sample.pdf",
"author": null,
"subject": null,
"creator": "Rave (http://www.nevrona.com/rave)",
"producer": "Nevrona Designs",
"size": 3028,
"thumbnail_path": "sample_thumbnail.png"
}
],
"C:\\Repos\\pdfMetadataExtractor\\test\\institute": [
{
"title": "An_archaeoacoustic_study_of_the_al_Saflieni_Hypogeum.pdf",
"file_name": "An_archaeoacoustic_study_of_the_al_Saflieni_Hypogeum.pdf",
"author": "",
"subject": "",
"creator": "LaTeX with hyperref package",
"producer": "University of Colorado, Boulder",
"size": 1142006,
"thumbnail_path": "An_archaeoacoustic_study_of_the_al_Saflieni_Hypogeum_thumbnail.png"
},
{
"title": "Archaeoacoustic_research_in_the_ancient-1.pdf",
"file_name": "Archaeoacoustic_research_in_the_ancient-1.pdf",
"author": "",
"subject": "",
"creator": "",
"producer": "GPL Ghostscript 9.10",
"size": 1186690,
"thumbnail_path": "Archaeoacoustic_research_in_the_ancient-1_thumbnail.png"
},
{
"title": "Archaeoacoustic_research_in_the_ancient.pdf",
"file_name": "Archaeoacoustic_research_in_the_ancient.pdf",
"author": "",
"subject": "",
"creator": "",
"producer": "GPL Ghostscript 9.10",
"size": 1186690,
"thumbnail_path": "Archaeoacoustic_research_in_the_ancient_thumbnail.png"
}
],
"C:\\Repos\\pdfMetadataExtractor\\test\\institute\\5th space- Alatri": [
{
"title": "ARCHAEOACOUSTIC_ANALYSIS_OF_THE_ANCIENT_1.pdf",
"file_name": "ARCHAEOACOUSTIC_ANALYSIS_OF_THE_ANCIENT_1.pdf",
"author": "",
"subject": "",
"creator": "",
"producer": "GPL Ghostscript 9.10",
"size": 1473330,
"thumbnail_path": "ARCHAEOACOUSTIC_ANALYSIS_OF_THE_ANCIENT_1_thumbnail.png"
}
],
"C:\\Repos\\pdfMetadataExtractor\\test\\institute\\6th space- Tarxien": [
{
"title": "Archaeoacoustic_Analysis_of_Tarxien_Temp-1.pdf",
"file_name": "Archaeoacoustic_Analysis_of_Tarxien_Temp-1.pdf",
"author": "",
"subject": "",
"creator": "",
"producer": "GPL Ghostscript 9.10",
"size": 1402672,
"thumbnail_path": "Archaeoacoustic_Analysis_of_Tarxien_Temp-1_thumbnail.png"
}
],
"C:\\Repos\\pdfMetadataExtractor\\test\\institute\\subfolder": [
{
"title": "Archaeoacoustic_research_in_the_ancient-2.pdf",
"file_name": "Archaeoacoustic_research_in_the_ancient-2.pdf",
"author": "",
"subject": "",
"creator": "",
"producer": "GPL Ghostscript 9.10",
"size": 1186690,
"thumbnail_path": "Archaeoacoustic_research_in_the_ancient-2_thumbnail.png"
},
{
"title": "Malta_Hypogeum_Archaeoacoustics.pdf",
"file_name": "Malta_Hypogeum_Archaeoacoustics.pdf",
"author": "Odracir",
"subject": "",
"creator": "WPS Writer",
"producer": "",
"size": 80950,
"thumbnail_path": "Malta_Hypogeum_Archaeoacoustics_thumbnail.png"
}
]
}