Senior & Expert RoR Developers Discussion Forum by Nyros Technologies

HIRE Ruby on Rails Expert Developers Programmers Coders From India
Ruby on Rails PHP .Net Developers Community, Nyros Technologies, Kakinada
 
Log in  or IF not a member please REGISTER
Username:
Password:   


Keyword
Log in | Profile 

Pdf generation in rails

 
Post new topic   Reply to topic    Senior & Expert RoR Developers Discussion Forum by Nyros Technologies Index -> A little Ruby programming (Basic programming in RoR)
View previous topic :: View next topic  
Author Message
ktulasi



Joined: 21 Oct 2009
Posts: 55

PostPosted: Mon Feb 01, 2010 5:49 am    Post subject: Pdf generation in rails Reply with quote

Its very simple to generate pdf in rails,

First install the pdf writer gem as, gem install pdf-writer
then,
place the 'require pdf/writer' in controller by this we can get all the methods in that gem and

in the method create a PDF::Writer object
as pdf = PDF::Writer.new.
by the variable pdf we can implement methods where we requie.
place the outputted text as

pdf.text("example")
and place the two lines of code where to save the file and from where it should be outputted as
pdf.save_as("public/pdf/summary_report.pdf")
send_file "public/pdf/summary_report.pdf", :type => 'application/pdf', :disposition => 'attachment'.
That's it.

example as,
In method, create a new object, as
pdf = PDF::Writer.new.
here we have created an object and assigned to a variable pdf.We can apply colours,font styles,lines.

pdf.select_font "Times-Roman"
font style can be applied in this way.

pdf.text "Hello World",:font-size => 72,:justification => :center
A text with a font size and aligning it to center.

x=pdf.absolute_left_margin
y=pdf.absolute.bottom_margin
pdf.add_text(x,y,"Hello World",70,45)
alligns text at our required position.

pdf.start_page_numbering(pdf.absolute_right_margin, pdf.absolute_bottom_margin, 10, nil, nil, 1)
Numbering a page at absolute right and at absolute bottom, with 10 as font size and numbering starts from 1.

pdf.fill_color Color::Green
assigns colours to the text.

pdf.start_columns 4
pdf.text("Totalcalls",:font_size => 10,:left => 1)
pdf.start_new_page
pdf.text(@calls.size.to_s,:font_size => 10, :right =>1)
pdf.stop_columns
alligns output, here Total calls and its size in columns..Here start_new_page aligns the size in another column.

pdf.text ""
Which leaves an space between lines.

pdf.line(pdf.absolute_left_margin, pdf.y + 8, pdf.absolute_right_margin, pdf.y + Cool.stroke
alligns a line at a given postition.

pdf.save_as("public/pdf/summary_report.pdf")
send_file "public/pdf/summary_report.pdf", :type => 'application/pdf', :disposition => 'attachment'
at last the file can be saved at a desired position as .pdf file.

Thank you.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Senior & Expert RoR Developers Discussion Forum by Nyros Technologies Index -> A little Ruby programming (Basic programming in RoR)
Page 1 of 1

 latest topics 
 Topics   Replies   Author   Views   Last Post 
No new posts validates_multiparameter_assignments plugin usage:
0 vijayalakshmi 27 Wed Jul 28, 2010 4:24 am
vijayalakshmi View latest post
No new posts paperclip plugin usage in rails:
0 vijayalakshmi 23 Wed Jul 28, 2010 4:07 am
vijayalakshmi View latest post
No new posts Polymorphism
1 phani.galla 46 Tue Jul 27, 2010 3:27 pm
umamahesh_nyros View latest post
No new posts Deploying Ruby on Rails Application with Passenger
2 sivakrishna.m 630 Tue Jul 27, 2010 2:16 pm
criether View latest post
No new posts Steps to implement star-rating using acts_as_rateable plugin
0 vijayalakshmi 46 Mon Jul 26, 2010 5:47 am
vijayalakshmi View latest post
No new posts Twitter Retweet Integartion
0 Anu 41 Thu Jul 22, 2010 12:27 pm
Anu View latest post
No new posts Usage of build method in rails
0 ktulasi 30 Thu Jul 22, 2010 12:19 pm
ktulasi View latest post
No new posts Facebook Like Integration in Rails
0 Anu 53 Thu Jul 22, 2010 12:16 pm
Anu View latest post
No new posts Fshare in your Rails Application.
0 Anu 39 Thu Jul 22, 2010 12:10 pm
Anu View latest post
No new posts Installation of Postgresql in windows.
1 swaminadhan 198 Thu Jul 15, 2010 10:17 am
proximity3 View latest post




Hire an expert Ruby on Rails developer / coder / programmer or development team from India now!!

Other Forums : PHP   ::   .Net   |   Free unlimited HTML CSS templates download

Nyros Technologies   |   Kakinada City Portal   |   Developers Blog   |   About Ruby on Rails Experts   |   More