12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "name": "wemersonjanuario/wkhtmltopdf-windows",
- "description": "Convert html to pdf using webkit (qtwebkit). Static linked windows binary for 32 bit and 64 bit systems.",
- "keywords": [
- "pdf",
- "thumbnail",
- "snapshot",
- "wkhtmltopdf",
- "convert",
- "binary",
- "htmltopdf",
- "htmltoimage"
- ],
- "license": "LGPL Version 3",
- "homepage": "http://wkhtmltopdf.org/",
- "authors": [
- {
- "name": "Wemerson Januario",
- "email": "wemerson.januario@gmail.com",
- "homepage": "http://wemersonjanuario.com.br"
- }
- ],
- "support": {
- "issues": "https://github.com/wemersonjanuario/wkhtmltopdf-windows/issues?state=open"
- },
- "minimum-stability": "stable",
- "bin": [
- "bin/32bit/wkhtmltopdf.exe",
- "bin/32bit/wkhtmltoimage.exe",
- "bin/64bit/wkhtmltopdf.exe",
- "bin/64bit/wkhtmltoimage.exe"
- ],
- "require": {
- },
- "suggest": {
- "wemersonjanuario/laravelpdf": "1.0.*",
- "h4cc/wkhtmltopdf-i386": "*",
- "h4cc/wkhtmltopdf-amd64": "*"
- }
- }
|