A new parameter NO-AUTO-PAGE-BREAKS has been added to the GDI printing directive //SETOPTION. Syntax:
//SETOPTION, NO-AUTO-PAGE-BREAKS {,boolean}
This parameter turns off automatic page break logic. This is handy in single-page GDI files that contain a mixture of drawing commands and many lines of plain text. The same effect has previously been achievable by inserting a //MOVETO,x,y command anywhere on the page, but this is more self-documenting. Note that as with all other //SETOPTION attributes, the initial setting is FALSE, while the default {,boolean} parameter is TRUE. So typically the command is only used to enable the attribute (making the {,boolean} unnecessary to specify).