PostScriptFileDevice.startJob
bool startJob(void * output, int pagecount,
PageFormat format = PageFormat.A4,
PageLayout layout = PageLayout.PORTRAIT) @trustedStarts a print job to a C FILE stream.
This is the non-interactive version that writes directly to a file without showing any dialogs.
Parameters
output | C FILE pointer to write PostScript output to |
pagecount | Number of pages in the document |
format | Page format (default: A4) |
layout | Page layout/orientation (default: PORTRAIT) |
Returns
true on success, false on error