pdf.image LOGO_PATH, :width => pdf.bounds.width, :align => :center, :vposition => :center
end
pdf.bounding_box([logo_width, pdf.bounds.top], :width => pdf.bounds.width / 3, :height => pdf.bounds.height) do
pdf.image LOGO_PATH, :width => pdf.bounds.width, :align => :center, :vposition => :center
end
pdf.bounding_box([logo_width, pdf.bounds.top], :width => pdf.bounds.width / 3, :height => pdf.bounds.height) do