I'm trying the best I can to remove an header on the last page of an RTF document. So far, I know that I have to put \sect\sectd
inside the rtf document.
Example :
\cell\pard\intbl\row\pard Your Signature
\sect\sectd <---There
\paperw12241\paperh15841\margl567\margr567\margt567\margb567
\pard CONDITIONS\par \s0
This is supposed to add a section break and reset the header and footer information but in my case I have the section break but the header is still there. Anything I am missing?