New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

wkhtmltopdf-windows

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wkhtmltopdf-windows

  • 0.0.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

wkhtmltopdf-windows

Provides a wkhtmltopdf executable for Windows environment.

Preconfigures pdfkit, wicked_pdf, and wisepdf to use this executable if they are loaded.

Installation

In your Gemfile:

  gem 'wkhtmltopdf-windows'

Usage

When using with wicked_pdf

Since wicked_pdf overwrites its config hash in the initializer, you will need to update it to make sure its exe_path is configured correctly.

If you don't need any extra configurations, you can simply remove the initializer. Or you can change it to:

WickedPdf.config ||= {}
WickedPdf.config.merge!({
  # your extra configurations here
})

When using with pdf_kit or wisepdf

No extra configuration is needed. But please make sure you are not re-configuring the binary path again in their initializer files.

When using with other gems

You will need to configure the path manually. You can get the path to the executable by using this: Gem.bin_path('wkhtmltopdf-windows', 'wkhtmltopdf.exe')

Current wkhtmltopdf binary Version

0.12.5.0 MSVC 2015 Win64

For more details see wkhtmltopdf Changelog

Special Thanks

This gem is based on wkhtmltopdf-heroku

Copyright (c) 2019 Mike Gabriel. See LICENSE.txt for further details.

FAQs

Package last updated on 20 Apr 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc