hello, i have to make a pdf file with a certain name
i tried using
sc_pdf_output([myFilename],“F”); in the layout code
and this method in applicationinit
$this->nm_path_pdf = [myFilename];
but it give me a error because the file can’t be found
any idea what can i do?