Top "Pdfkit" questions

PDFKit is a PDF document generation library built on top of wkhtmltopdf to convert HTML+CSS to pdf using Webkit.

Rails: Why "sudo" command is not recognized?

In my application directory (on Windows) I run: sudo pdfkit --install-wkhtmltopdf as explained here, but I got this error: 'sudo' …

ruby-on-rails ruby-on-rails-3 sudo wkhtmltopdf pdfkit
How to avoid page break inside table row for wkhtmltopdf

I am generating pdf report from html page with one table. I am using wkhtmltopdf for the purpose. when pdf …

wkhtmltopdf pdfkit
Saving PDF Files with Swift in iOS and display them

I want to build an app which also includes the possibility to show and save PDFs inside the app and …

ios swift pdf pdfkit
Can't create pdf using python PDFKIT Error : " No wkhtmltopdf executable found:"

I tried installing pdfkit Python API in my windows 8 machine. I'm getting issues related to path. Traceback (most recent call …

python api python-2.7 pdfkit
Why does PDFKit/wkhtmltopdf hang but renders PDF as expected when Rails app is killed?

Background After reading around it seemed to me that Prawn is out and wkhtmltopdf is in. It also seems like …

ruby-on-rails-3 pdf osx-mountain-lion wkhtmltopdf pdfkit
wicked_pdf does not run on Ubuntu server : wkhtmltopdf: cannot connect to X server

I'm trying to use wicked_pdf on my prod server but it keeps failling : RuntimeError (Failed to execute: "/usr/bin/…

ruby-on-rails wkhtmltopdf pdfkit wicked-pdf
Wkhtmltopdf Characters in single line partially cut between pages

I am working in a project using ruby on rails(3.1). My requirement is to produce pdf from the html content. …

html ruby-on-rails ruby wkhtmltopdf pdfkit
Pdfkit OSError: No wkhtmltopdf executable found

I'm trying to convert a webpage to PDF, using pdfkit but it shows following error Traceback (most recent call last): …

python python-3.x wkhtmltopdf pdfkit
How to add Header and footer content to pdfkit for node.js

I would like to generate a pdf using node js (express). I need to add header and footer to every …

node.js pdf express pdfkit
pdfkit headers and footers

I've been searching the web for examples of people using the pdfkit (python wrapper) in implementing headers and footers and …

python wkhtmltopdf pdfkit