PDInterpPage.mesa
Michael Plass, November 10, 1983 9:46 am
DIRECTORY PDInterpReader;
PDInterpPage: DEFINITIONS = BEGIN
InterpretPage: PROC [handle: PDInterpReader.Handle] RETURNS [ok: BOOLEAN];
Interprets one page (may be multiple passes), and ships it out.
May raise PDInterpReader.Warning or PDInterpReader.Error or PDInterpOutput.Error or PDInterpInput.Abort
Does not call PDInterpInput.ReportStatus.
Returns FALSE upon document end.
END.