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
Once in the directory on your local machine, you'll want to do some setup.
Like any good gem, PDFKit has a ton of dependencies on other gems. Let's retrieve them by running:
bundle install
PDFKit relies on a command-line utility, wkHTMLtoPDF, to handle the actual work of converting HTML strings to PDFs. Follow these OS specific instructions to install this dependency.
Begin exploring
Running the tests
Ensure you have everything set up correctly by running the tests.