You can mess around with the options beyond just what is here.
Code:ods pdf body = 'file'; /* Stuff */ ods pdf startpage=now; ods escapechar='^'; ods pdf text='^S={just=center font=("Times Roman",13PT,Bold Italic)}THIS PAGE INTENTIONALLY LEFT BLANK'; ods pdf startpage=now; /* More stuff */ ods pdf close;




Reply With Quote
