openxml - Remove page numbering from a section break -


does have clue how remove page numbering section break in word 2007 doc?

i have put 3 documents together

  • 1st part contains page numbering , formatting
  • 2nd part ends takes numbering 1st part , continues it. ends section break(next page)
  • 3rd page takes numbering (the numbering starts 1) , don't want that.

the last part contains covers , other info pages , don't want numbering on them.

the 2nd , 3rd parts inserted using altchunk. i've tried locking 3rd part editing, i've tried putting white rectangle on footer, in front of text, i've tried putting section break (continuous) @ beginning of 3rd part...all nothing. 3rd part adopts same footer previous parts.

can please give me feedback, ideas on how find solution or workaround?


Comments

Popular posts from this blog

Python __call__ special method practical example -

arrays - jQuery - Retrieve values from HTML elements and return their sum -