A Ruby gem for creating PDFs using plain old HTML+CSS.
1
vote
1answer
53 views
Is there any alternative gem like pdfkit gem?
I would like to print my "test.html.erb" page to pdf format.
Please suggest me the other gems like pdf kit which generates the pdf file from html page.
2
votes
1answer
24 views
How to create pdf file with layout applied to it. Using pdfkit gem
require 'pdfkit'
html = render_to_string(:layout => 'layouts/test_layout' , :action => print_form.html.erb")
kit = PDFKit.new(html)
send_data(kit.to_pdf, :filename => "Form.pdf", :type => ...
0
votes
1answer
13 views
PDFKit - Undefined Method 'Scan" Error
Getting this error:
NoMethodError in AwardsController#certificate
undefined method `scan' for #<Array:0x0000000354bd40>
Gemfile:
gem 'pdfkit'
Ran bundle install
application.rb:
require ...
0
votes
0answers
15 views
PDFKit Sections with page breaks, sections, and page numbers
I'm trying to render 3 different partials as sections in a single PDF.
There must be a page break in between sections
Each section has a variable length of content
Each section has independent page ...
0
votes
1answer
50 views
convert html to pdf in ruby script only with wkhtmltopdf
I know already pdfkit and wiked_pdf. pdfkit does not generate as I expect pdf from a remote web page.
Therefore I'd like to run wkhtmltopdf command in from within a ruby script as I do in the ...
1
vote
1answer
81 views
Send file to browser from string using socket.io
I am using PDFKit and socket.io in a node.js project to generate a pdf when a user clicks a button on the front end. How do I stream or otherwise send the resulting pdf to the end-user from here? I'd ...
0
votes
1answer
32 views
PDFDocument dataRepresentation is slow… How to show progress?
I'm currently working on a Cocoa application that works with PDFs, and am using Apple's PDFKit to do the work. Saving the PDF is proving a problem, as I'd like to show a progress bar while that's ...
0
votes
0answers
55 views
Ruby on Rails print and download pdf using pdf middleware
I have installed PDFkit in my rails-project, all works great, but I didn't find any way to print and download generated pdf. I believe that there is anybody who had the same issues as me.
0
votes
0answers
19 views
PDFkit raise “command failed: #{invoke}” if result.to_s.strip.empty?
I'm trying to use PDFkit. I get
command failed: "/Users/burtondav/sites/ndeavor/bin/wkhtmltopdf-amd64" "--page-size" "Letter" "--margin-top" "0.75in" "--margin-right" "0.75in" "--margin-bottom" ...
0
votes
1answer
74 views
pdfkit not rendering the pdf from html properly
I've installed pdfkit and everything seems to be working fine. However, the PDF doesn't look quite like the page i'm trying to have rendered as a PDF. I've tried to make sure that the css files are ...
0
votes
0answers
81 views
wkhtmltopdf hangs went trying to convert certain urls
I'm running into an issue when converting user-provided urls into PDFs of the given page. I'm using PDFKit to do so with the following code:
kit = PDFKit.new(url)
pdf = ...
0
votes
1answer
142 views
Generating file with PDFKit on Heroku - No such file or directory
I'm using PDFKit to create pdfs of from a given url within a Resque job on Heroku Cedar. My code looks like:
kit = PDFKit.new(url)
pdf = kit.to_file("/tmp/#{SecureRandom.hex}.pdf")
I then upload ...
0
votes
0answers
45 views
How can I make my Gruff charts appear in PDFKit output in Rails
Using Gruff, I am embedding charts in my web pages.
Using PDFKit, I am turning these pages into PDFs.
The PDFs are great in almost every respect, but they leave out the charts.
I think the solution ...
1
vote
1answer
62 views
PDFkit in rails3 always generate a PDF without styles
I am trying to generate a PDF using PDFKit .After added".pdf" after url,it worked and get a PDF page but it always look like a default page with only text content.I can't style the PDF pages.
I have ...
0
votes
1answer
61 views
How to embed fonts with PDKFit and asset pipeline in Rails
Until I started using PDFKit to create PDFs from HTML in Rails, I was successfully embedding Google Fonts like this:
= stylesheet_link_tag 'http://fonts.googleapis.com/css?family=Rokkitt:400,700'
...
0
votes
1answer
74 views
ROR + PdfKit + No such file or directory -“C:\\Program\ Files\\wkhtmltopdf\\wkhtmltopdf.exe”
In my project, I have used PDFKIT at windows platform. Initially it worked fine but now it is giving some strange error message.
No such file or directory - "C:\Program\
...
0
votes
0answers
96 views
Encoding with pdfkit in node.js [closed]
I'm using pdfkit with node js but I cannot make work with UTF-8 and I', getting wrong and ugly charaters. Any tips?
I don't even know where to look and I've asked gooled yet.
0
votes
1answer
161 views
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 rspec and shoulda matchers, but I'm at a loss with this one.
I have the ...
0
votes
0answers
81 views
Add watermark to PDF using PDFKit on Mac OSX
How can I add a watermark to a PDFDocument (part of PDFKit.framework)?
0
votes
0answers
73 views
PDFKit Broken Page Numbers
I am using pdfkit 0.5.3 in a rails 3.2.12 project with wkhtmltopdf 0.9.6 to generate pdf reports in my application. It has been working for previous versions of pdfkit for the last 6 months or so. ...
0
votes
1answer
90 views
Start a New Page with PDFKit
I'm using PDFKit in Rails that displays tables from my db. I want each table to have its own separate page. How can I achieve this?
html = "<p>HTML content here</p>"
kit = ...
0
votes
0answers
50 views
Rails can't get PDFkit wkhtmltopdf to install on iMac
I'm trying to use PDFkit gem in a Rails app. But, I can't get wkhtmltopdf loaded. I first tried this:
$ brew install wkhtmltopdf
And got this:
==> Downloading ...
0
votes
1answer
84 views
PDFKit with Rails creates malformatted text using render_to_string
I am using PDFKit to render a partial view as a PDF file. However, I'm running into some issues when trying to use render_to_string (preferred method), rather than an external web request.
The pdf ...
0
votes
0answers
174 views
render content as HTML and print HTML->PDF with PDFKit
I want to export bills from my Ruby on Rails application as PDF.
My problem is quite strange:
I can convert Websites to PDF using PDFKit, I can convert any HTML code to PDF and I can save a rendered ...
0
votes
2answers
85 views
How to download a html generated by a javascript as pdf
I want to save the html generated by a javascript on a website.
When I run the javascript, it returns me the html ready, with a button that link to the chrome printer, to save as pdf. I want to save ...
0
votes
2answers
165 views
wkhtmltopdf in Rails with PDFKit
I'm trying to generate a PDF file based on an HTML file in a Rails app. I search and I found this wkhtmltopdf engine, but when I try to generate a pdf appending the '.pdf' sufix in my pages it seems ...
0
votes
1answer
154 views
PDFKit, TypeError “Can't convert hash to string”
I'm using PDFKit with it's Middlware to render HTML as PDF but it keeps having a TypeError when I try to go to localhost:3000/booklets/1.pdf
can't convert Hash into String
It says the error is in ...
0
votes
1answer
312 views
Highcharts charts on a page not rendering correctly when output to PDF using wkhtmltopdf
My wkhtmltopdf PDF output of a page with several Highcharts charts on it is missing some elements of the charts, primarily all of the simple straight lines, including tick marks, grid lines, column ...
0
votes
1answer
186 views
wkhtmltopdf and pdfkit, “Segmentation fault (core dumped)”, although working
I'm using PDFKit to convert a webpage to a pdf file and save it in my computer. It works perfectly, but it also prints a message in the terminal, although it works:
"Segmentation fault (core dumped)"
...
1
vote
2answers
406 views
pdfkit command failed: “/usr/bin/wkhtmltopdf” “--page-size” “Letter” “… ”--quiet“ ”-“ ”-"
i'm using pdfkit for generating pdf when i generate pdf it gives me following error.
command failed: "/usr/bin/wkhtmltopdf" "--page-size" "Letter"
"--margin-top" "0.75in" "--margin-right" "0.75in" ...
1
vote
0answers
116 views
broken pipe error when adding footer-html parameter to PDFKit (wkhtmltopdf)
I am attempting to add a footer to a PDF I am creating in RoR 3.2.11 with PDFKit using the below code:
template = File.read "#{Rails.root}/app/views/layouts/portfolio.haml"
@ci = self
pdf_html = ...
0
votes
0answers
107 views
rails and pdfkit can not generate pdf from controller
I have a problem generating PDF file with pdf_kit gem.
If i run those commands in the my app console (RAILS_ENV=production rails c):
kit = PDFKit.new(html, :page_size => 'Letter')
file = ...
0
votes
0answers
162 views
pdfkit / wkhtmltopdf 404 at getJSON
when I do
wkhtmltopdf http://localhost:8080/report_generators/1 out.pdf
I get a nice pdf output as I expected.
However when using pdfkit in rails I don't get the desired output.
Somehow I get ...
0
votes
0answers
71 views
PDFKit Mac OS x - creating a pdf file with datas and image
I have set of data in the form of table and an image to be added into a PDF file when created using PDFKit. Any suggestions on how to achieve this? Any references would be great. Thank you.
1
vote
0answers
74 views
PDFDocument writeToURL not working
I am working with PDFDocument and PDFView.
I'm able to open a file and display it.
But if I try to save it with a different URL via PDFDocument's "writeToURL:" it doesn't work.
I logged the fileURL ...
2
votes
2answers
630 views
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 is generated it breaks anywhere in tr tag.
I want to avoid it .
3
votes
1answer
97 views
how to build pdfkit with new afm from the github repository
pdfkit-www is a great library. It enable you to output a pdf directly from the browser.
To see the demo : http://ef4.github.com/pdfkit-www/demo.html
From the demo, I took the pdfkit.min.js file ; ...
1
vote
0answers
48 views
How to generate PDF with tamil characters?
I am using pdf.kit of node.js to generate a PDF. How can I show the PDF characters in tamil?
2
votes
1answer
70 views
The extension of the url is different with formatted routes path and normal routes path in rails
i use ruby 1.8.7 and Rails 2.3.14.
I know that formatted routes are deprecated.
No More Formatted Routes
For PDF generation with PDFKit i need an url like app/foo/bar.pdf.
With formatted routes ...
0
votes
0answers
164 views
pdf image display issue using PDFKit
I'm using PDFKit to generate the PDF which contains several images.
Everything is working fine in my local machine (Mac OS 10.7), but when I cloned the application to the virtual machine in another ...
7
votes
3answers
2k views
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 the PDFKit and wicked_pdf gems for Rails are the new cool. So I found a screencast by Ryan ...
0
votes
1answer
24 views
PDFViewAnnotationHitNotification not being delivered
I'm implementing a PDF viewer on the Mac and I want to let the user add annotations.
I've added a PDFAnnotationText to the page, and it appears just fine, but when the user clicks on it, the whole ...
0
votes
0answers
69 views
How do I get pdfkit to work in my rais app?
I've installed the pdfkit gem using the following code in my GEMFILE:
gem 'pdfkit'
In my applications.rb file I have the following:
require 'pdfkit'
config.middleware.use PDFKit::Middleware
The ...
0
votes
1answer
154 views
Getting paperclip database images to show in pdf generated using pdfkit
I'm using paperclip to allow users to upload a logo, which is stored in the database
company_setting.rb model:
has_attached_file :logo_image,
:storage => :database,
:styles => ...
2
votes
1answer
139 views
How to use WKhtmltopdf Library without using executable
In ruby on rails project.
I am using PDFKit gem for generating pdf reports
PDFKit uses wkhtmltopdf executable which is to be installed on the machine .
And next step to give the path of the ...
2
votes
0answers
185 views
Ruby On Rails : PdfKit Runtime Error
pdfkit gem successfully installed in my machine. Then I run gem install wkhtmltopdf-binary and output was
Successfully installed wkhtmltopdf-binary-0.9.9.1
1 gem installed
Installing ri documentation ...
0
votes
1answer
111 views
Redirect Output of IO.popen into a logfile
I'm running the PDFKit Gem to generate pdfs with wkhtmltopdf.
When running specs or generating PDFs on my project, wkhtmtopdf leaks its output to stdout / different logs, but I want to have all the ...
0
votes
1answer
126 views
How to show PDF file Inline using PDFKit in Rails3
I want to know about PDFKit code to show the pdf inline of any html page
I want the code
using
send_data()
or send_file()
or render.pdf
{}
something like this
I am able to create the pdf ...
0
votes
0answers
142 views
Inline Pdf is not generated in Rails PDFKit using wkhtmltopdf
I have the following code to generate the pdf and render it
in environment.rb
Mime::Type.register "application/pdf", :pdf
in application.rb
require 'pdfkit'
config.middleware.use ...
0
votes
1answer
121 views
Error in pdfkit in rails
I have done
gem install pdfkit
gem install wkhtmltopdf
in application.rb
added
config.middleware.use "PDFKit::Middleware", :print_media_type => true
when i go to the link to pdf with .pdf ...




