You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
since recently, I can't render external image in pdf
local image are ok
if I use debug param, then external image are render correctly
few weeks before, everything was ok
I recently updraded to ubuntu 18.04
ruby 2.5.3
rails 5.2.2
wicked_pdf (1.1.0)
wkhtmltopdf-binary (0.12.4)
thanks
The text was updated successfully, but these errors were encountered:
If those images are requested over HTTP instead of HTTPS, do they start working?
It seems to me like it could be related to OpenSSL changes, which wkhtmltopdf 0.12.5 seems to have some fixes for.
If you do end up upgrading (or don't), please let me know how that goes. You might also try dropping down to wkhtmltopdf 0.12.3, as I've seen some people report that to work better in their specific environments.
since recently, I can't render external image in pdf
local image are ok
if I use debug param, then external image are render correctly
few weeks before, everything was ok
I recently updraded to ubuntu 18.04
ruby 2.5.3
rails 5.2.2
wicked_pdf (1.1.0)
wkhtmltopdf-binary (0.12.4)
thanks
The text was updated successfully, but these errors were encountered: