wkhtmltopdf_binary_gem icon indicating copy to clipboard operation
wkhtmltopdf_binary_gem copied to clipboard

Ruby gem containing easily installable access to wkhtmltopdf application

Results 54 wkhtmltopdf_binary_gem issues
Sort by recently updated
recently updated
newest added

- Added binaries for x386 debian 11/12, amd64 debian 11/12, arm64 debian9/10/11 and made them available for testing on GitHub Actions - Since we can't select arm64 platform in GitHub...

``` $ wkhtmltopdf --version /home/redmine/.rbenv/versions/3.1.2/lib/ruby/gems/3.1.0/gems/wkhtmltopdf-binary-0.12.6.5/bin/wkhtmltopdf:61:in `': Invalid platform, must be running on Ubuntu 16.04/18.04/20.04 CentOS 6/7/8, Debian 9/10, archlinux amd64, or intel-based Cocoa macOS (missing binary: /home/redmine/.rbenv/versions/3.1.2/lib/ruby/gems/3.1.0/gems/wkhtmltopdf-binary-0.12.6.5/bin/wkhtmltopdf_ubuntu_22.04_amd64). (RuntimeError) from /home/redmine/.rbenv/versions/3.1.2/bin/wkhtmltopdf:25:in...

``` Invalid platform, must be running on Ubuntu 16.04/18.04/20.04 CentOS 6/7/8, Debian 9/10, archlinux amd64, or intel-based Cocoa macOS (missing binary ``` I would like to comment that the [Ubuntu...

When I try to display an image in a pdf, i've got a square, instead of the image.This works fine on local but when I check on production app it...

invalid

I upgrade code from https://github.com/zakird/wkhtmltopdf_binary_gem/pull/143. - Update test for new version of wkhtmltopdf - Add more library for arm64 and i386

When I install the `wkhtmltopdf_binary_gem` in a Docker container built on `ruby:2.7.4-slim-buster` on an Apple M1 machine, it fails with a RuntimeError: ``` RuntimeError: Failed to execute: ["/usr/local/bundle/bin/wkhtmltopdf", "file:////tmp/wicked_pdf20220825-4460-1twretl.html", "/tmp/wicked_pdf_generated_file20220825-4460-nwpbjz.pdf"]...

Hello and thank you for the great application. I have an interesting situation with a non-root docker container. When I use non-root container (user in a container not have root...

new version of gem much bigger than previous one **0.12.5** - November 07, 2019 (238 MB) **0.12.4** - June 11, 2018 (45.1 MB) 0.12.5 totally unreal use it on heroku

After 0.12.5 the gem size more than quadrupled inside because of a change to how wkhtmltopdf generates their binaries. This pull request removes the bundled binaries and instead downloads the...