Top "Pdfkit" questions

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

Rails 3 - wkhtmltopdf command failed when using PDFKit to create PDF documents

I have setup PDFKit in my Rails 3 application, using RVM (had to manually copy the wkhtmltopdf binary). When I try …

ruby-on-rails wkhtmltopdf pdfkit
render_to_string does not find partials (PDFKit controller response)

Ruby 1.8.7, Rails 3.0.4, PDFKit 0.5.0 I'm trying to create a PDF with PDFKit without using the middleware so I can disable javascript (…

ruby-on-rails pdfkit render-to-string
PDFKit - locate image in center

Using PDFKit on node.js: var PDFDocument = require('pdfkit') var doc = new PDFDocument() doc.image('images/test.jpeg') How can …

node.js pdf pdfkit node-pdfkit
Test download of pdf with rspec and pdfkit

I am developing a rails 3.2 application with which users can download pdfs. I enjoy test driven development a lot using …

ruby-on-rails pdf rspec wkhtmltopdf pdfkit
pdfkit does not style pdfs

I have a rails 3.1 app that creates pdf documents using pdfkit, and everything works as specified, except for the fact …

ruby-on-rails css ruby-on-rails-3.1 pdf-generation pdfkit
How can I add page numbers to PDFKit generated PDFs?

I have multiple pages generated using PDFKit. How can I add page numbers to the bottom?

ruby-on-rails pdfkit
PDFkit doesn't display pictures in PDF

Rails 2, PDFkit 0.5.0 Im generating a PDF from a View in Rails 2 with PDFkit and everything works fine. The only thing …

ruby-on-rails pdf pdfkit
PDFKIT apparently not working because of "wkhtmltopdf"

I'm having trouble generating a PDF out of a html page. I'm using PDFkit. In the process of installing it, …

ruby-on-rails ruby pdfkit
create pdf file using pdfkit in nodejs

I need to generate pdf file in using pdfkit in node.js: I have this code: doc = new PDFDocument; doc.…

node.js pdf pdf-generation pdfkit
HTML to PDF with Wicked PDF and letter-spacing issues

Using both 0.79 and 0.7.2 the PDF generated looks slightly different than my original HTML. Adding the show_as_html flag presents …

wkhtmltopdf pdfkit wicked-pdf