how to number pdf pages of pdf document frm the second page

Hello friends,

How to start page numbering of the pdf pages from the secong page. I have added :all_following_pages option in add_object method of pdf, still it starts numbering from the first page.

Does anyone hv any idea how to hide page number on the first pdf page.

also what are different patterns of page numbering in ruby pdf besides “<PAGENUM> of <TOTALPAGENUM>”.

pdf.add_object(header, :all_following_pages)

Any suggestions will be greatly appreciated.

Thanks, Radha