Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
PS_INCLUDE_FILE(3)	    Library Functions Manual	      PS_INCLUDE_FILE(3)

	   uwe@steinmann.cx
     UWE STEINMANN 2003Uwe SteinmannJune 18, 2004;

NAME
     PS_include_file -- Include external PostScript file

SYNOPSIS
     #include <pslib.h>

     int PS_include_file(PSDoc *psdoc, const char *filename)

DESCRIPTION
     Reads an external file with raw PostScript code.

RETURN VALUE
     Returns -1 in case of error and otherwise 0.

SEE ALSO
     PS_begin_page(3), PS_end_page(3)

AUTHOR
     This manual page was written by Uwe Steinmann uwe@steinmann.cx.

							      PS_INCLUDE_FILE(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=PS_include_file&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help