search for: absolute_right_margin

Displaying 1 result from an estimated 1 matches for "absolute_right_margin".

2006 May 05
8
pdf/writer: table.render_on best practices?
...layout pdf.select_font("Helvetica", { :encoding => "WinAnsiEncoding"}) pdf.text " ", :font_size => 12, :justification => :center s = 9 t = ''Seite <PAGENUM>'' y = pdf.absolute_bottom_margin - 5 x = pdf.absolute_right_margin x -=(pdf.text_width(''Seite XX'', s)) pdf.start_page_numbering(x, y, s, nil, t, nil) pdf.open_object do |heading| pdf.save_state pdf.stroke_color! Color::Black pdf.stroke_style! PDF::Writer::StrokeStyle::DEFAULT s = 9 t...