PDFKit is a PDF document generation library built on top of wkhtmltopdf to convert HTML+CSS to pdf using Webkit.
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 pdfkitRuby 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-stringUsing PDFKit on node.js: var PDFDocument = require('pdfkit') var doc = new PDFDocument() doc.image('images/test.jpeg') How can …
node.js pdf pdfkit node-pdfkitI 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 pdfkitI 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 pdfkitI have multiple pages generated using PDFKit. How can I add page numbers to the bottom?
ruby-on-rails pdfkitRails 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 pdfkitI'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 pdfkitI need to generate pdf file in using pdfkit in node.js: I have this code: doc = new PDFDocument; doc.…
node.js pdf pdf-generation pdfkitUsing 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