I have a file named report.pdf.prawn,
which is the view part of my PDF file where we can edit the contents of
the PDF file like >>>
pdf=Prawn::Document.new(:page_layout =>:landscape,:page_size => 'A4')
pdf.text"Hello"
I used the " :column_widths " property before, since the Header field
comes in as hash values, te :column_widths of 0=>100 will be assigned to
the first header only, the remaining cell widths will not be taken.
What i was asking, is the format to be printed on PDF.
thanks for replying.