You need to sign in to do that
Don't have an account?
lil_ranger
Display Page Number in Word Doc
<style type="text/css"> @page Section1 { mso-footer:f1; } div.Section1{ page:Section1; } p.MsoFooter, li.MsoFooter, div.MsoFooter{ mso-pagination:widow-orphan; tab-stops:center 216.0pt right 432.0pt; } </style>
body of page
<div style="mso-element:footer" id="f1"> <p class="MsoFooter"> <span style='mso-tab-count:2'></span>Page <span style='mso-field-code:" PAGE "'></span> of <span style='mso-field-code:" NUMPAGES "'></span></p> </div>
I got the page number to appear at the footer, but on my last page it shows "Page of ", which isn't in the footer. Any ideas on how to remove this?
Thanks!
Did you find a solution to that plz?
Thank you
Here is the solution :
http://boards.developerforce.com/t5/Visualforce-Development/VF-page-Doc-conversion-Header-is-being-displayed-twice-on-First/m-p/430569#M49438
It works for me!
Enjoy!!