Displaying 1 result from an estimated 1 matches for "noticerequest".
Did you mean:
notice_request
2008 Mar 13
0
Template being ignored when attaching pdf in e-mail
...pdf(notice_request)
pdf = PDF::Writer.new(:paper => "LETTER")
pdf.select_font ''Times-Roman''
pdf.text "HELLO WORLD", :font_size => 17, :justification
=> :center
pdf.move_pointer(5)
pdf.render :filename => ''NoticeRequest.pdf'', :type =>
''application/pdf''
end
end
--~--~---------~--~----~------------~-------~--~----~
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-...