Skip to content

Instantly share code, notes, and snippets.

@kokorolx
Last active April 17, 2020 15:40
Show Gist options
  • Save kokorolx/760de934e4a096d493504855b116e60c to your computer and use it in GitHub Desktop.
Save kokorolx/760de934e4a096d493504855b116e60c to your computer and use it in GitHub Desktop.
Solved Upgrade from Heroku-16 to Heroku-18, wicked_pdf can not print images

Heroku-18 can not work directly with the gem wicked_pdf[https://github.com/mileszs/wicked_pdf]

To resolve this problem, you need to install libssl1.0.0 to your heroku server.

My old Aptfile

tesseract-ocr
tesseract-ocr-eng

My new Aptfile

tesseract-ocr
tesseract-ocr-eng
libssl1.0.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment