diff options
-rw-r--r-- | lib/pdf_form.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/pdf_form.rb b/lib/pdf_form.rb index c472fd9..88cb44d 100644 --- a/lib/pdf_form.rb +++ b/lib/pdf_form.rb @@ -37,6 +37,7 @@ class PDFForm @document.stroke { @document.horizontal_rule } end + @document.number_pages "Side <page>", :align => :center, :at => [0, 0] @document.render_file "#{@band.name}.pdf" end |