Page Sequential Printing may be used when it is inconvenient for the application to implement Page on Demand printing. In Page Sequential Printing, the application prints each page of the document in order. Page on Demand printing uses the with-page
macro, with each invocation of the with-page
macro contributing a new page to the document.