I am properly confused, I am trying to get my head around ODS PDF. I don't need it to look pretty, I just need to insert an image of a statistical formula.
ODS PDF FILE="&exceldir\README.pdf";
TITLE "DATA INDEX FOR &STUDY";
ODS PDF TEXT = "blah blah blah";
a great image of how to calculate standard deviation or something.
ODS PDF TEXT = "blah blah blah";
ODS PDF CLOSE;
I am struggling to find a way to do this, any help would be greatly appreciated.
J