Produce PDF output and specify the file to store the output in. The ODS PDF statement opens the PDF destination and creates a file
that contains PDF output. The FILE= argument specifies the external file that
contains the PDF output.
ods pdf file='your_file.pdf';