cancel
Showing results for 
Search instead for 
Did you mean: 

Page number

Former Member
0 Kudos

Hi everyone.

I want to insert page number into every page of my PDF form.

This text have to be inserted in the bottom of every pages.

Please give me an instruction how to do this.

Thanks.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks for your responses.

I found the following: if you'd like to show page numbers, it is necessary to

- create subform in the master page.

- in layout tab change the "Y" value.

- and insert page n of m in this form.

The problem was solwed.

harman_shahi
Contributor
0 Kudos

Hi Victor,

1) Go to the Object Palette

2) Then goto Custom Tab.

3) Here you will find the following predefined object: Page n of m.

4) just drag this object to your master page.

hope this helps,

Harman

Former Member
0 Kudos

Hi,

Insert a subform called footer.

go to your master-pages tab.

Align this new subform at the bottom of the page.

Now insert a textfield into this subform.

go to the objects-pallete of this textfield

go to the value tab.

From type, select calculated-read only.

Select Runtime property radio button.

From the dropdown, select current page number

This solves your problem.

Regards,

Hanoz