Skip to content

Commit f8ea43c

Browse files
author
4gac
committed
remove old configuration
1 parent e173e5c commit f8ea43c

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

config.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@
1010
"icon": "html",
1111
"category": "Conversion",
1212
"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-
},
1813
{
1914
"name": "HTML File to PDF/UA",
2015
"desc": "Convert HTML page to PDF/UA",
@@ -49,4 +44,4 @@
4944
]
5045
}
5146
]
52-
}
47+
}

0 commit comments

Comments
 (0)