aris
September 11, 2012, 1:53pm
1
Hi all i’m trying to generate pdf and i got this error
Location of wkhtmltopdf unknown and i also get
Bad wkhtmltopdf’s path
gpa/vendor/plugins/wicked_pdf/lib/wicked_pdf.rb:26:in initialize' /EDWARD/_gpa/vendor/plugins/wicked_pdf/lib/pdf_helper.rb:53:in
new’
/EDWARD/gpa/vendor/plugins/wicked_pdf/lib/pdf_helper.rb:53:in make_pdf' /EDWARD/gpa/vendor/plugins/wicked_pdf/lib/pdf_helper.rb:65:in
make_and_send_pdf’
/EDWARD/gpa/vendor/plugins/wicked_pdf/lib/pdf_helper.rb:17:in render' /EDWARD/gpa/app/controllers/application_controller.rb:292:in
render’
/EDWARD/gpa/app/controllers/student_controller.rb:516:in `profile_pdf’
Can any one help me what went wrong
Cheers
do you have wkhtmltopdf installed?
On Tue, Sep 11, 2012 at 9:52 PM, keerthi priya <
[email protected] > wrote:
/EDWARD/gpa/vendor/plugins/wicked_pdf/lib/pdf_helper.rb:17:in `render’
–
yeah i have installed as a plugin . the code is in vendor folder
Have you set the exe path in the initializer? You need to tell wickedpdf
where the wkhtmltopdf binary is
On Tue, 11 Sep 2012 19:59:51 +0800, keerthi priya
Hi keerthi,
I think this issue relates to proper installation & configuration of
wicked_pdf.
Cheers,
Vijay
On Tue, Sep 11, 2012 at 5:22 PM, keerthi priya <
i think you only installed the gem. Look at
on how to install the binary
On Tue, Sep 11, 2012 at 9:59 PM, keerthi priya <
[email protected] > wrote:
/EDWARD/gpa/vendor/plugins/wicked_pdf/lib/pdf_helper.rb:17:in `render’
To post to this group, send email to [email protected] .
To post to this group, send email to [email protected] .
To unsubscribe from this group, send email to
[email protected] .
For more options, visit https://groups.google.com/groups/opt_out .
–
You need to be sure that your exe_path is that on file, if its not you
just
need to point out to the right place, the past year I need to do
something
like that, and I realized that my path was wrong. Hope its help.
#:exe_path => '/usr/bin/wkhtmltopdf
the fact here is here is wkhtmltopdf, I strictly recommend you to
install
through the project’s week and it will work fine.
2012/9/11 keerthi priya [email protected]
:footer => {:html => { :template=> 'layouts/pdf_footer.html'}}
I think this issue relates to proper installation & configuration of
To post to this group, send email to [email protected] .
You received this message because you are subscribed to the Google G.
You received this message because you are subscribed to the Google G.
“Ruby on Rails: Talk” group.
To post to this group, send email to [email protected] .
To unsubscribe from this group, send email to
[email protected] .
For more options, visit https://groups.google.com/groups/opt_out .
–
thiagocifani
Thiago Cifani - Brazil, Software Developer | about.me http://del.icio.us/thiagocifani
http://del.icio.us/thiagocifani
this is my wicked_pdf.rb in config/initilizers
WickedPdf.config = {
:wkhtmltopdf => ‘/opt/wkhtmltopdf’,
:layout => “pdf.html”,
:margin => { :top=> 40,
:bottom => 20,
:left=> 30,
:right => 30},
:header => {:html => { :template=> ‘layouts/pdf_header.html’}},
:footer => {:html => { :template=> ‘layouts/pdf_footer.html’}}
#:exe_path => ‘/usr/bin/wkhtmltopdf’
}
On Tue, Sep 11, 2012 at 5:29 PM, vijaya sekhar reddy mallidi <
sorry about my english mistakes, where you read week, should be read
wiki!
regards
2012/9/11 thiagocifani [email protected]
:bottom => 20,
[email protected] > wrote:
[email protected] > wrote:
/EDWARD/gpa/vendor/plugins/wicked_pdf/lib/pdf_helper.rb:65:in
`make_and_send_pdf’
–
thiagocifani
Thiago Cifani - Brazil, Software Developer | about.me http://del.icio.us/thiagocifani
http://del.icio.us/thiagocifani
Why don’t you use prawn gem for pdf files
i fixed it . thanks for your responses i followed this link
at 5th step in that link i changed the path and it got fixed.