Tagged Questions
0
votes
1answer
45 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 ...
0
votes
0answers
79 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
146 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
64 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
0answers
168 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
157 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
305 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
182 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
388 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" ...
0
votes
0answers
160 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 ...
2
votes
2answers
586 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 .
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 ...
2
votes
1answer
137 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
183 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
108 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
141 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
117 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 ...
0
votes
1answer
676 views
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 it as expected however the inline-styles are being handled ...
0
votes
1answer
301 views
pdfkit gem generating pdf links as text (not click-able links)
I'm generating pdf with gem pdfkit (successfully) only issue that I have is that my pdf links are pure text (with color doh) but I cannot click on them
Generated pdf file:
http://bit.ly/MZBdmL
...
0
votes
1answer
159 views
PDFKit and new WKHTMLTOPDF binaries
According to PDFkit Documentation it could handle any wkhtml options. And that's the cool thing about it. But now with WKHTMLTOPDF-0.10.0 and higher according to it's documentation accepts
...
0
votes
1answer
344 views
letter spacing issue when converting html to pdf using wkhtmltopdf through pdfkit
My HTML file has some paragraphs where I am using an 8pt font-size. After converting the HTML to PDF, the paragraphs gain extra letter spacing and some letters are overlapped.
I tried all the ...
0
votes
1answer
333 views
PDF Generation hangs using PDFKit and wkhtmotopdf
I'm on OSX Lion using wkhtmtopdf that came with homebrew (0.9.9) and all of the sudden I cannot generate PDFs anymore. When I tack .pdf on the end of a URL, the wkhtmltopdf process fires up, but the ...
0
votes
2answers
1k views
Can't create pdfs with pdfkit - PDFKit::NoExecutableError
I got pdfkit install and even set up wkhtmltopdf installed as well however I'm getting the following error everytime I try to create a pdf.
PDFKit::NoExecutableError
No wkhtmltopdf executable found ...
1
vote
1answer
247 views
How can I change the background on each page with wkhtmltopdf?
I have an html document that I'm converting to pdf with PDFKit and wkhtmltopdf. It's rendering fine, but I need to specify a different background for the second and subsequent pages. In other words, ...
3
votes
4answers
1k views
HTML to PDF Rails
I've tried PDFKit and wicked_pdf.
PDFKit almost got me where I wanted but it didn't have support for a css rule so that I could get the footer fixed in the bottom:
position: fixed;
bottom: 0;
Any ...
12
votes
2answers
2k views
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. So I use pdfkit gem.
In some pages, characters in single line partially cut between pages. ...
3
votes
1answer
1k views
pdfkit not rendering correctly in rails 3.1
I have followed the following railscast about adding pdfkit to an application, and I am having some issues with the generation of pdfs. Here are the following things that I have done:
I downloaded ...
1
vote
1answer
316 views
How to use UTF-8 in PDFKit in Rails?
I'm using PDFKit in my Rails app to generate PDF's. Problem is some of my content in contains non-ascii characters. How do I force it to use UTF-8?
3
votes
1answer
588 views
pdfkit with google web fonts
I'm trying to create a pdf with PDFKit from a webpage with custom Google Web fonts.
I can't seem to get the custom fonts to work properly.
I'm using the default PDFKit middleware for Rails, as shown ...
4
votes
1answer
561 views
PDFKit is giving me a 406, and rendering an empty pdf
Rails 3
PDFKit 0.5.0
windows 7 with wkhtmltopdf installed
#/config/initializers/pdfkit.rb
require 'rbconfig'
PDFKit.configure do |config|
if !((Config::CONFIG['host_os'] =~ /mswin|mingw/).nil?)#if ...
1
vote
1answer
928 views
How to speed up wkhtmltopdf and pdfkit for long webpage with lots of photos
We are having wkhtmltopdf convert html that results in hundreds of pdf pages with hundreds of large photos, on a ec2 small instance this takes about 10 minutes per conversion. The time taken is ...
1
vote
1answer
1k views
Rails 3 + PDFKit Problem: Permission denied (Errno::EACCES)
I would like to use PDFKit in my Rails 3 application on Windows.
I installed wkhtmltopdf and the pdfkit gem.
Here is the code that I use to create the PDF:
class JobsController < ...
0
votes
4answers
2k views
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' is not recognized as an internal or external command,
operable ...
7
votes
4answers
2k views
Rails PDFKit command failed
I'm trying to use PDFKit as middleware in a rails 3 app.
I can use wkhtmltopdf from the command line just fine, but my app keeps throwing me this error
command failed: ...
1
vote
6answers
4k views
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 to render the PDF version of a page, I get this error:
RuntimeError in ...
