h4cc / wkhtmltopdf-amd64

wkhtmltopdf - Convert html to pdf using webkit (qtwebkit). Linux amd64 Binary.
http://wkhtmltopdf.org/
GNU Lesser General Public License v3.0
474 stars 170 forks source link

Update binary file to 0.12.4 #25

Closed filipegar closed 6 years ago

filipegar commented 7 years ago

Just updated the binary file to 0.12.4 (november/16 - file from http://wkhtmltopdf.org/downloads.html).

filipegar commented 7 years ago

@h4cc any news on this one?

mitin001 commented 7 years ago

If anyone wants to use the binary from @filipegar with composer, you can list his repository in composer.json, and it'll use it as a proxy for the repository from @h4cc:

{
    "require": {
        "h4cc/wkhtmltopdf-amd64": "dev-master"
    },
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/filipegar/wkhtmltopdf-amd64"
        }
    ]
}

Alternatively, you can use the binary from @zendre4 (discussed in #24):

{
    "require": {
        "zendre4/wkhtmltopdf-amd64": "0.12.4"
    }
}
mhlavac commented 7 years ago

@h4cc do you have some spare time to merge this one?

srottem commented 6 years ago

Bump - has this repo been abandoned?

mhlavac commented 6 years ago

h4cc merged something yesterday. Hopefully this gets merged as well.

h4cc commented 6 years ago

I updated all versions(amd64/i386/pdf/image) all at once. Thank you for your endurance with me