Is there a way to get the current x position like you can get the
current y position in PDF::Writer?
pdf = PDF::Writer.new
pdf.y
=> 756.0
pdf.x
NoMethodError: undefined method `x’ for #PDF::Writer:0x8433f78
Thanks,
Dan
Is there a way to get the current x position like you can get the
current y position in PDF::Writer?
pdf = PDF::Writer.new
pdf.y
=> 756.0
pdf.x
NoMethodError: undefined method `x’ for #PDF::Writer:0x8433f78
Thanks,
Dan
On 8/24/06, Dan F. [email protected] wrote:
Is there a way to get the current x position like you can get the
current y position in PDF::Writer?pdf = PDF::Writer.new
pdf.y
=> 756.0
pdf.x
NoMethodError: undefined method `x’ for #PDF::Writer:0x8433f78
No.
PDF::Writer does not keep the current x position.
-austin
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs