search for: wkthtmltopdf

Displaying 2 results from an estimated 2 matches for "wkthtmltopdf".

Did you mean: wkhtmltopdf
2010 Sep 15
5
OT: Installing static binary of wkhtmltopdf
...t from the app. 2) Moved the existing wkhtmltopdf out of the directory (renamed it) 3) Get the static binary: sudo curl -C - -O http: // wkhtmltopdf.googlecode.com/files/wkhtmltopdf-0.9.9-static-i386.tar.bz2 4) Untar: tar xvjf wkhtmltopdf-0.9.9-static-i386.tar.bz2 5) Rename: mv wkhtmltopdf-i386 wkthtmltopdf 6) Get (apparently) necessary packages: sudo apt-get install openssl build-essential xorg libssl-dev -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/E...
2010 May 13
20
HTML and CSS to PDF
I would like to take a rails page and convert it to a pdf. I don''t want to have to generate the code myself for making the pdf, so it should obey css. What is the best tool for doing this? Does the tool use the standard css, or can I provide it alternative print-css? Thanks in advance, Jonathan Steel -- Posted via http://www.ruby-forum.com/. -- You received this message because you