This method allows you to insert raw postscript at any point in the postscript document.
You can use this function to include 'Barcodes in pure PostScript' in the prolog of your postscript document, and then create a temporary file that contains the necessary postscript to actually call the barcode generating postscript function at whatever point in your document you want it to appear.
it would be nice if there was an alternate form of this function that allowed you to just insert the raw postscript other than make a temporary file to be opened by the function.
ps_include_file
(PECL ps:1.3.4-1.3.5)
ps_include_file — Lit un fichier externe avec du code PostScript brut
Description
bool ps_include_file
( resource $psdoc
, string $file
)
Avertissement
Cette fonction n'est pas documentée et seule la liste des arguments est disponible.
Liste de paramètres
- psdoc
-
Identifiant de ressource du fichier postscript, tel que retourné par la fonction ps_new().
- file
-
Valeurs de retour
Cette fonction retourne TRUE en cas de succès, FALSE en cas d'échec.
ps_include_file
lindsay at dingos dot net
14-Mar-2008 03:43
14-Mar-2008 03:43
