PS_include_file — Include external PostScript file
Contents
Description
Reads an external file with raw PostScript code.
Name
PS_include_file — Include external PostScript file
Return Value
Returns -1 in case of error and otherwise 0.
See Also
PS_begin_page(3), PS_end_page(3)
Synopsis
#include <pslib.h>
int PS_include_file(PSDoc *psdoc, const char *filename)
