prawn:Prawn::Document::BoundingBox#width

#!/usr/bin/env ruby

require "prawn"

pdf = Prawn::Document.new

p pdf.bounds.width

で、

540.0