I am writing a program to publish data to a pdf report. I am looking for a way to have a page break inserted during a loop in report generator. Is this possible?
Thanks,
->Ben
I am having the same issue. Is it possible to insert a page break when publishing a code to pdf report?
Thanks,
Naresh
I am having the same problem. I am trying to use an Eval MATLAB Expression component that calls a custom function PageBreak(). In PageBreak(), I am trying to use "fprintf ('\f')", where \f is a form feed (new page), but I get an error saying that \f is not understood. Is there another code that I can "print" using frprintf that will force a page break?