in reply to RTF size issues

I might suggest that $rtf->prolog(...); be moved outside that loop its now in

Maybe as if (scalar(@warning_array)) { $rtf->prolog(...);}

Replies are listed 'Best First'.
Re^2: RTF size issues
by mdavies23 (Acolyte) on Jul 12, 2017 at 18:43 UTC

    Thanks that worked!