diff --git a/bin/wkhtmltopdf-amd64 b/bin/wkhtmltopdf-amd64 new file mode 100755 index 0000000..21624f6 Binary files /dev/null and b/bin/wkhtmltopdf-amd64 differ diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..74c8595 --- /dev/null +++ b/composer.json @@ -0,0 +1,18 @@ +{ + "name": "h4cc/wkhtmltopdf-amd64", + "description": "Convert html to pdf using webkit (qtwebkit)", + "license": "LGPL Version 3", + "homepage": "https://code.google.com/p/wkhtmltopdf/", + "authors": [ + { + "name": "Julius Beckmann", + "email": "github@h4cc.de" + } + ], + "minimum-stability": "stable", + "bin": [ + "bin/wkhtmltopdf-amd64" + ], + "require": { + } +}