Tagged Questions
1
vote
1answer
36 views
Wicked pdf rendering the last row across two pages
I am using wicked_pdf to generate pdfs. The problem i am facing is that, sometimes it displays the last row in the page across two pages. Is there a way to tell wicked_pdf to render the row in next ...
1
vote
1answer
174 views
Repeat HTML in every page generated with Wicked PDF and Rails
I'm generating PDF with the Wicked PDF gem on Ruby on Rails, but have to repeat some HTML content on every page.
What I'm trying is to use just part of the page to my main content, and use HTML to ...
1
vote
1answer
239 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
1answer
66 views
generate outline (aka toc, aka bookmarks) using wicked_pdf on heroku
Has anyone had any luck getting outline generation to work with wicked_pdf on Heroku? I have no problems in dev mode (on windows!), but on Heroku I can't make outlines happen. I've tried explicit ...
4
votes
0answers
571 views
Getting PDF from WickedPDF for attachment via Carrierwave
In Rails3, I am using the WickedPDF gem to render a PDF format of one of my models. This is working fine: /invoices/123 returns HTML, /invoices/123.pdf downloads a PDF.
In my Invoice model, I am ...
0
votes
2answers
211 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
357 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
105 views
Troubles with wkhtmltopdf
Good day!, I hope someone has the answer to this question. I'm having troubles when trying to "convert" an html to pdf from a rails application, I've followed these steps: ...
2
votes
2answers
483 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
1answer
211 views
wkhtmltopdf attempting to load from http rather than file
Here's an odd little problem that's led me to post my first question on SO. I am using wkhtmltopdf to convert an HTML document to a PDF as part of a Rails app. To do so, I am rendering the Rails web ...
2
votes
1answer
223 views
Rails 3, Wicked_pdf not picking up styles, print media type, or separate template
So I've been banging my head on this all day yesterday trying to get PDF rendering to work properly. After trying Prawn and PDFKit, I found that the problem with at least getting it to work at all had ...
0
votes
2answers
111 views
Error “not precompiled” js file on production trying to render PDF via wicked_pdf in Rails
I have troubles with wicked_pdf on production server. I have such code here in _results.pdf.haml:
#container
= wicked_pdf_javascript_include_tag "pdf_application"
:javascript
...
2
votes
3answers
820 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 .
0
votes
1answer
166 views
wicked_pdf too much images = broken PDF
wicked_pdf (or wkhtmltopdf) behaves strange in production mode. It took a bit time to track down the problem, but seemingly the reason that my PDF is broken are too much images or too large file ...
0
votes
1answer
283 views
wicked_pdf: Is it possible to have the header only show on the first page & the footer only on the last?
Right now I have :header => {:html => {:template => "layouts/pdf_header.html.erb"}} setting things up. Is there something I can pass in that will only show the header on the first page of ...
1
vote
2answers
580 views
wicked_pdf/wkhtmltopdf ignores Twitter Bootstrap css
i am having trouble generating a pdf document in Ruby using wicked_pdf/wkhtmltopdf from the following sources:
respond_to do |format|
format.js
format.pdf {
render :pdf => ...
1
vote
0answers
284 views
wicked_pdf, wkhtmltopdf not working with SVG on Heroku
I have a Ruby on Rails 3.2 app using the wicked_pdf gem and wkhtmltopdf 0.9.9 library to produce PDFs on my local machine, which is a MAC OSX 10.7.5 Lion. The app successfully renders HTML pages (that ...
2
votes
0answers
194 views
How and where i can define wkhtmltopdf path for rake task running through whenever cron job Rails3
I want to generate pdf using rake task running through whenever cron job rails.When i running this rake task by this command on console it is generating pdf fine
bundle exec rake ...
0
votes
1answer
135 views
Converting to PDF: Ruby on Rails on Heroku
I'm trying to have a particular page render to PDF. My app is written in Ruby on Rails and hosted on Heroku.
For development, I'm on Mac OS X. I'm using wicked_pdf (that uses the wkhtmltopdf) to ...
0
votes
1answer
126 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
0answers
171 views
Using wkhtmltopdf in combination with travis-ci
I'm trying to get my test-suite to run on Travis-ci but I've run into a problem related to wkhtmltopdf.
We use PDFKit to generate PDF-files in our Rails app, which in turn uses the wkhtmltopdf tool, ...
2
votes
1answer
2k views
wkhtmltopdf automatic page breaks
I'm using wkhtmltopdf v0.11.0 rc1 in a Rails application through wicked_pdf (I know wicked_pdf does not support the new command line parameter notation, I'm using my own fork of the gem). I thought ...
0
votes
1answer
153 views
Generating a PDF in Rails with MathJax and wkhtmltopdf
I'm writing a website using Rails 3.2.6 and it needs to be able to display maths formatting on the website. To do this job I am using the mathjax-rails gem which works perfectly rendering the maths ...
2
votes
1answer
579 views
Ruby on rails wkhtmltopdf css style sheets not rendering on production (linux) server
In local development environment(windows) pdf with Css styles generated successfully. but in hosting linux server environment pdf generated without applying css styles.Below is my wkhtmltopdf ...
1
vote
1answer
707 views
ruby on rails (wkhtmltopdf header footer issue)
In local environment pdf with header footer generated successfully. but in hosting linux server environment pdf generated without header and footer.Below is my wkhtmltopdf (WickedPdf) config
...
0
votes
1answer
336 views
pdf is not generated in production
right now i'm generate pdf using wkhtmltopdf gem.In development it is working fine.
if i'm run my project in production i got this error.already i'm install these two gems "wkhtmltopdf" & ...
0
votes
1answer
170 views
How to open pdf file in wicked_pdf?
Right now im using rail 3.0.0 version.now im generate the pdf file and save that file in public folder using wicked_pdf.now i want open that pdf file using controller action.Im using this code in ...
0
votes
2answers
2k views
How to Install wkhtmltopdf?
Now i am working on rails 3.0.0.i am using Ubuntu 11.10 ,64 bit os.i want to install wkhtmltopdf.please tell me the static version of wkhtmltopdf.
0
votes
1answer
375 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 ...
1
vote
2answers
472 views
Install wkhtmltopdf in a Mac in order to be used by imgkit gem in RoR
I am trying to use IMGKit gem.
So I need to install wkhtmtopdf software.
The following command doesn't work: sudo imgkit --install-wkhtmltoimage , so I am trying to install it manually.
I ...
0
votes
1answer
344 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 ...
1
vote
2answers
779 views
wkhtmltopdf/wicked_pdf : some external pictures are not displayed
I'm trying to export a page in my rails app to a pdf using wkhtmltopdf/wickedpdf (both the latest version, so is rails). However, external images from facebook (obviously with an absolute url) are not ...
2
votes
1answer
332 views
Rendering PDF without going back to server (wicked_pdf)
I am using wicked_pdf to render PDF. The app renders a table in HTML. This table is dynamic, in the sense that, the data in it changes every 30 seconds. When the user clicks on the "Download as ...
1
vote
4answers
1k views
wicked_pdf with rails 3.1 and ruby 1.9.2
First of all i know this type of posts are already been made but i've tried almost all of them and i'm not been able to get the results so here i'm again posting the same kind of question.
Second of ...
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 ...
0
votes
0answers
192 views
wkhtmltopdf image doesn't display
I am using wkhtmltopdf for make pdf but anything work except image that doesn't display.How fix?
IN localhost:3000 it work but when deploy on server it does't work.
3
votes
2answers
2k views
wkhtmltopdf: Page breaks and multi column layouts doesn't work
I am using wkhtmltopdf(11.0_rc1) via wicked_pdf gem. I am noticing that the multi column layouts doesn't play well with page breaks.
I also noticed the behavior varies between CentOS(on Heroku) and ...
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. ...
0
votes
2answers
2k views
Setting wkhtmltopdf path in rails
I'm having this error when I try to use wicked_pdf:
irb: No such file or directory - which wkhtmltopdf
NoMethodError: You have a nil object when you didn't expect it!
The error occurred while ...
1
vote
1answer
614 views
wkhtmltopdf --enable-smart-shrinking doesn't shrink
I am developing a rails application using PDFKit.
I need to shrink the output into one page.
So I passed --disable-smart-shrinking=>false. (I tried --enable-smart-shrinking=>true but it doesn't make ...
0
votes
1answer
603 views
Custom Page Size in Wicked_PDF
Wicked_pdf docs show that I can use the following to change the page size:
render :pdf => 'file_name', :page_size => "b10"
However, this is limited to "named" page sizes such as "A4" or ...
2
votes
2answers
2k views
wkhtmltopdf RuntimeError (Location of wkhtmltopdf unknown)
I am using Ubuntu 11.04 to develop an app in Ruby on Rails.
In the app I need to generate pdf documents. So I am using
the wicked_pdf and wkhtmltopdf-binary gems.
In the development environment in my ...
1
vote
2answers
2k views
rails 3 and PDFkit
I'm trying to follow this tutorial.
When I'm adding .pdf to my url it does nothing. My controller has:
respond_to :html, :pdf.
My mime type has been declared.
I tried this too:
respond_to do ...
1
vote
1answer
543 views
Template Option in Wicked PDF with Ruby on Rails
I would like to know , can we use a pdf file as template to write the content using WickedPDF using Ruby on Rails. That means i will be accessing a PDF file with Header and footer on it and WickedPdf ...
1
vote
1answer
332 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
602 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 ...
1
vote
1answer
926 views
wkhtmltopdf fails to use font-face properly
I used an absolute URI for referencing the font file, but I get this error:
Failed to execute:
../../../bin/wkhtmltopdf-amd64 --margin-top 0 --margin-bottom 0 --margin-left 0 --margin-right 0 ...
4
votes
1answer
574 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 ...
0
votes
1answer
864 views
unable to set path for imagemagick in mac osx snow leopard for ruby on rails
imagemagic and wkhtml are available in users/mithin
I have tried setting the path in profile file.
This is the content of .profile :
export PATH="/usr/bin:/usr/local/bin:$PATH"
export ...
0
votes
1answer
506 views
Can wicked_pdf or wkhtmltopdf generate a protected pdf?
So, I have wicked_pdf up and running, now I am wondering if I can password protect the pdf being generated so it is not easily editable. Is this possible? Perhaps a better question is can ...

