% Sets the Info fields in the PDF result % FYI: ps_do_init() is called upon startup of the interpreter run, put any initialization here define ps_do_init() { setInfoTitle("My Title"); setInfoSubject("My Subject"); setInfoCreator("My Creator"); setInfoAuthor("My Author"); setInfoKeywords("Keyword1 Keyword2 etc"); }