<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.ps.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'en',
  ),
  'this' => 
  array (
    0 => 'ref.ps.php',
    1 => 'PS Functions',
    2 => 'PS Functions',
  ),
  'up' => 
  array (
    0 => 'book.ps.php',
    1 => 'PS',
  ),
  'prev' => 
  array (
    0 => 'ps.constants.php',
    1 => 'Predefined Constants',
  ),
  'next' => 
  array (
    0 => 'function.ps-add-bookmark.php',
    1 => 'ps_add_bookmark',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/ps/reference.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/ref.ps.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="ref.ps" class="reference">
 <h1 class="title">PS Functions</h1>

 <div class="partintro">
  <div class="section" id="ps.contact">
   <h2 class="title">Contact Information</h2>
   <p class="para">
    If you have comments, bugfixes, enhancements for either this extension or
    pslib then please drop me a mail
    <a href="mailto:steinm@php.net" class="link external">&raquo;&nbsp;steinm@php.net</a>. Any help is very
     welcome.
   </p>
  </div>

 </div>

 











































































































































































































































































































































































































































































































































































































































<h2>Table of Contents</h2><ul class="chunklist chunklist_reference"><li><a href="function.ps-add-bookmark.php">ps_add_bookmark</a> — Add bookmark to current page</li><li><a href="function.ps-add-launchlink.php">ps_add_launchlink</a> — Adds link which launches file</li><li><a href="function.ps-add-locallink.php">ps_add_locallink</a> — Adds link to a page in the same document</li><li><a href="function.ps-add-note.php">ps_add_note</a> — Adds note to current page</li><li><a href="function.ps-add-pdflink.php">ps_add_pdflink</a> — Adds link to a page in a second pdf document</li><li><a href="function.ps-add-weblink.php">ps_add_weblink</a> — Adds link to a web location</li><li><a href="function.ps-arc.php">ps_arc</a> — Draws an arc counterclockwise</li><li><a href="function.ps-arcn.php">ps_arcn</a> — Draws an arc clockwise</li><li><a href="function.ps-begin-page.php">ps_begin_page</a> — Start a new page</li><li><a href="function.ps-begin-pattern.php">ps_begin_pattern</a> — Start a new pattern</li><li><a href="function.ps-begin-template.php">ps_begin_template</a> — Start a new template</li><li><a href="function.ps-circle.php">ps_circle</a> — Draws a circle</li><li><a href="function.ps-clip.php">ps_clip</a> — Clips drawing to current path</li><li><a href="function.ps-close.php">ps_close</a> — Closes a PostScript document</li><li><a href="function.ps-close-image.php">ps_close_image</a> — Closes image and frees memory</li><li><a href="function.ps-closepath.php">ps_closepath</a> — Closes path</li><li><a href="function.ps-closepath-stroke.php">ps_closepath_stroke</a> — Closes and strokes path</li><li><a href="function.ps-continue-text.php">ps_continue_text</a> — Continue text in next line</li><li><a href="function.ps-curveto.php">ps_curveto</a> — Draws a curve</li><li><a href="function.ps-delete.php">ps_delete</a> — Deletes all resources of a PostScript document</li><li><a href="function.ps-end-page.php">ps_end_page</a> — End a page</li><li><a href="function.ps-end-pattern.php">ps_end_pattern</a> — End a pattern</li><li><a href="function.ps-end-template.php">ps_end_template</a> — End a template</li><li><a href="function.ps-fill.php">ps_fill</a> — Fills the current path</li><li><a href="function.ps-fill-stroke.php">ps_fill_stroke</a> — Fills and strokes the current path</li><li><a href="function.ps-findfont.php">ps_findfont</a> — Loads a font</li><li><a href="function.ps-get-buffer.php">ps_get_buffer</a> — Fetches the full buffer containig the generated PS data</li><li><a href="function.ps-get-parameter.php">ps_get_parameter</a> — Gets certain parameters</li><li><a href="function.ps-get-value.php">ps_get_value</a> — Gets certain values</li><li><a href="function.ps-hyphenate.php">ps_hyphenate</a> — Hyphenates a word</li><li><a href="function.ps-include-file.php">ps_include_file</a> — Reads an external file with raw PostScript code</li><li><a href="function.ps-lineto.php">ps_lineto</a> — Draws a line</li><li><a href="function.ps-makespotcolor.php">ps_makespotcolor</a> — Create spot color</li><li><a href="function.ps-moveto.php">ps_moveto</a> — Sets current point</li><li><a href="function.ps-new.php">ps_new</a> — Creates a new PostScript document object</li><li><a href="function.ps-open-file.php">ps_open_file</a> — Opens a file for output</li><li><a href="function.ps-open-image.php">ps_open_image</a> — Reads an image for later placement</li><li><a href="function.ps-open-image-file.php">ps_open_image_file</a> — Opens image from file</li><li><a href="function.ps-open-memory-image.php">ps_open_memory_image</a> — Takes an GD image and returns an image for placement in a PS document</li><li><a href="function.ps-place-image.php">ps_place_image</a> — Places image on the page</li><li><a href="function.ps-rect.php">ps_rect</a> — Draws a rectangle</li><li><a href="function.ps-restore.php">ps_restore</a> — Restore previously save context</li><li><a href="function.ps-rotate.php">ps_rotate</a> — Sets rotation factor</li><li><a href="function.ps-save.php">ps_save</a> — Save current context</li><li><a href="function.ps-scale.php">ps_scale</a> — Sets scaling factor</li><li><a href="function.ps-set-border-color.php">ps_set_border_color</a> — Sets color of border for annotations</li><li><a href="function.ps-set-border-dash.php">ps_set_border_dash</a> — Sets length of dashes for border of annotations</li><li><a href="function.ps-set-border-style.php">ps_set_border_style</a> — Sets border style of annotations</li><li><a href="function.ps-set-info.php">ps_set_info</a> — Sets information fields of document</li><li><a href="function.ps-set-parameter.php">ps_set_parameter</a> — Sets certain parameters</li><li><a href="function.ps-set-text-pos.php">ps_set_text_pos</a> — Sets position for text output</li><li><a href="function.ps-set-value.php">ps_set_value</a> — Sets certain values</li><li><a href="function.ps-setcolor.php">ps_setcolor</a> — Sets current color</li><li><a href="function.ps-setdash.php">ps_setdash</a> — Sets appearance of a dashed line</li><li><a href="function.ps-setflat.php">ps_setflat</a> — Sets flatness</li><li><a href="function.ps-setfont.php">ps_setfont</a> — Sets font to use for following output</li><li><a href="function.ps-setgray.php">ps_setgray</a> — Sets gray value</li><li><a href="function.ps-setlinecap.php">ps_setlinecap</a> — Sets appearance of line ends</li><li><a href="function.ps-setlinejoin.php">ps_setlinejoin</a> — Sets how contected lines are joined</li><li><a href="function.ps-setlinewidth.php">ps_setlinewidth</a> — Sets width of a line</li><li><a href="function.ps-setmiterlimit.php">ps_setmiterlimit</a> — Sets the miter limit</li><li><a href="function.ps-setoverprintmode.php">ps_setoverprintmode</a> — Sets overprint mode</li><li><a href="function.ps-setpolydash.php">ps_setpolydash</a> — Sets appearance of a dashed line</li><li><a href="function.ps-shading.php">ps_shading</a> — Creates a shading for later use</li><li><a href="function.ps-shading-pattern.php">ps_shading_pattern</a> — Creates a pattern based on a shading</li><li><a href="function.ps-shfill.php">ps_shfill</a> — Fills an area with a shading</li><li><a href="function.ps-show.php">ps_show</a> — Output text</li><li><a href="function.ps-show-boxed.php">ps_show_boxed</a> — Output text in a box</li><li><a href="function.ps-show-xy.php">ps_show_xy</a> — Output text at given position</li><li><a href="function.ps-show-xy2.php">ps_show_xy2</a> — Output text at position</li><li><a href="function.ps-show2.php">ps_show2</a> — Output a text at current position</li><li><a href="function.ps-string-geometry.php">ps_string_geometry</a> — Gets geometry of a string</li><li><a href="function.ps-stringwidth.php">ps_stringwidth</a> — Gets width of a string</li><li><a href="function.ps-stroke.php">ps_stroke</a> — Draws the current path</li><li><a href="function.ps-symbol.php">ps_symbol</a> — Output a glyph</li><li><a href="function.ps-symbol-name.php">ps_symbol_name</a> — Gets name of a glyph</li><li><a href="function.ps-symbol-width.php">ps_symbol_width</a> — Gets width of a glyph</li><li><a href="function.ps-translate.php">ps_translate</a> — Sets translation</li></ul>
</div>
<?php manual_footer($setup); ?>