-
-
Notifications
You must be signed in to change notification settings - Fork 970
/
poppler.json
39 lines (39 loc) · 1.24 KB
/
poppler.json
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
{
"version": "24.08.0-0",
"description": "PDF rendering library",
"homepage": "https://github.com/oschwartz10612/poppler-windows",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/oschwartz10612/poppler-windows/releases/download/v24.08.0-0/Release-24.08.0-0.zip",
"hash": "58a6f9ae269756231d2f9aa6cba39d75fec6deacaf3c4a50683383b5f3d5a527"
}
},
"extract_dir": "poppler-24.08.0\\Library",
"bin": [
"bin\\pdfattach.exe",
"bin\\pdfdetach.exe",
"bin\\pdffonts.exe",
"bin\\pdfimages.exe",
"bin\\pdfinfo.exe",
"bin\\pdfseparate.exe",
"bin\\pdftocairo.exe",
"bin\\pdftohtml.exe",
"bin\\pdftoppm.exe",
"bin\\pdftops.exe",
"bin\\pdftotext.exe",
"bin\\pdfunite.exe"
],
"checkver": {
"github": "https://github.com/oschwartz10612/poppler-windows",
"regex": "tag/v([\\w.-]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/oschwartz10612/poppler-windows/releases/download/v$version/Release-$version.zip"
}
},
"extract_dir": "poppler-$matchHead\\Library"
}
}