We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e173e5c commit f8ea43cCopy full SHA for f8ea43c
config.json
@@ -10,11 +10,6 @@
10
"icon": "html",
11
"category": "Conversion",
12
"configurations": [
13
- {
14
- "name": "URL to PDF/UA",
15
- "desc": "Convert URL to PDF/UA",
16
- "program": "docker run --platform linux/amd64 -v ${working_directory}:/data -w /data --rm pdfix/html-to-pdf:latest --name \"${license_name}\" --key \"${license_key}\" html-to-pdf --url \"${url}\" -o \"/data/${output_pdf}\""
17
- },
18
{
19
"name": "HTML File to PDF/UA",
20
"desc": "Convert HTML page to PDF/UA",
@@ -49,4 +44,4 @@
49
44
]
50
45
}
51
46
52
-}
47
+}
0 commit comments