2005-06-22 13:21:24 +00:00
|
|
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
2007-06-20 22:25:43 +00:00
|
|
|
<!-- $Revision: 1.5 $ -->
|
2005-06-22 13:21:24 +00:00
|
|
|
<!-- Author: Uwe Steinmann <steinm@php.net> -->
|
2005-09-04 19:39:32 +00:00
|
|
|
<!-- Purpose: utilspec.nontext -->
|
|
|
|
<!-- Membership: pecl, external -->
|
2007-06-14 02:34:50 +00:00
|
|
|
<!-- State: experimental -->
|
2005-09-04 19:39:32 +00:00
|
|
|
|
2007-06-20 22:25:43 +00:00
|
|
|
<reference xml:id="ref.ps" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
2005-06-22 13:21:24 +00:00
|
|
|
<title>PostScript document creation</title>
|
|
|
|
<titleabbrev>PS</titleabbrev>
|
|
|
|
|
|
|
|
<partintro>
|
2007-06-20 22:25:43 +00:00
|
|
|
<section xml:id="ps.intro">
|
2005-06-22 13:21:24 +00:00
|
|
|
&reftitle.intro;
|
|
|
|
<para>
|
|
|
|
This module allows to create PostScript documents. It has many
|
|
|
|
similarities with the pdf extension. Actually the API is almost
|
|
|
|
identical and one can in many cases just replace the prefix of
|
|
|
|
each function from pdf_ to ps_. This also works for functions which
|
|
|
|
has no meaning in the PostScript document (like adding hyperlinks)
|
|
|
|
but will have an effect if the document is converted to PDF.
|
|
|
|
</para>
|
|
|
|
<para>Documents created by this extension are sometimes even superior
|
|
|
|
to documents created with the pdf extension, because pslib's text
|
|
|
|
rendering functions can handle kerning, hyphenation and ligatures
|
|
|
|
which results in much better output of boxed text.
|
|
|
|
</para>
|
|
|
|
</section>
|
|
|
|
|
2007-06-20 22:25:43 +00:00
|
|
|
<section xml:id="ps.requirements">
|
2005-06-22 13:21:24 +00:00
|
|
|
&reftitle.required;
|
|
|
|
<para>
|
|
|
|
You need at least PHP 4.3.0 and pslib >= 0.1.12. The ps library (pslib)
|
2007-06-20 22:25:43 +00:00
|
|
|
is available at <link xlink:href="&url.pslib;">&url.pslib;</link>.
|
2005-06-22 13:21:24 +00:00
|
|
|
</para>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
&reference.ps.configure;
|
|
|
|
|
2007-06-20 22:25:43 +00:00
|
|
|
<section xml:id="ps.configuration">
|
2005-06-22 13:21:24 +00:00
|
|
|
&reftitle.runtime;
|
|
|
|
&no.config;
|
|
|
|
</section>
|
|
|
|
|
2007-06-20 22:25:43 +00:00
|
|
|
<section xml:id="ps.resources">
|
2007-03-03 22:12:01 +00:00
|
|
|
&reftitle.resources;
|
|
|
|
<para>
|
|
|
|
This extension defines a PostScript document resource returned by
|
|
|
|
<function>ps_new</function>.
|
|
|
|
</para>
|
|
|
|
</section>
|
|
|
|
|
2005-06-22 13:21:24 +00:00
|
|
|
&reference.ps.constants;
|
|
|
|
|
2007-06-20 22:25:43 +00:00
|
|
|
<section xml:id="ps.contact">
|
2005-06-22 13:21:24 +00:00
|
|
|
<title>Contact Information</title>
|
|
|
|
<para>
|
|
|
|
If you have comments, bugfixes, enhancements for either this extension or
|
|
|
|
pslib then please drop me a mail
|
2007-06-20 22:25:43 +00:00
|
|
|
<link xlink:href="mailto:steinm@php.net">steinm@php.net</link>. Any help is very
|
2005-06-22 13:21:24 +00:00
|
|
|
welcome.
|
|
|
|
</para>
|
|
|
|
</section>
|
|
|
|
|
2007-03-03 22:12:01 +00:00
|
|
|
</partintro>
|
2005-06-22 13:21:24 +00:00
|
|
|
|
2007-03-03 22:12:01 +00:00
|
|
|
&reference.ps.functions;
|
2005-06-22 13:21:24 +00:00
|
|
|
|
|
|
|
</reference>
|
|
|
|
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
|
|
Local variables:
|
|
|
|
mode: sgml
|
|
|
|
sgml-omittag:t
|
|
|
|
sgml-shorttag:t
|
|
|
|
sgml-minimize-attributes:nil
|
|
|
|
sgml-always-quote-attributes:t
|
|
|
|
sgml-indent-step:1
|
|
|
|
sgml-indent-data:t
|
|
|
|
sgml-parent-document:nil
|
|
|
|
sgml-default-dtd-file:"../../../manual.ced"
|
|
|
|
sgml-exposed-tags:nil
|
|
|
|
sgml-local-catalogs:nil
|
|
|
|
sgml-local-ecat-files:nil
|
|
|
|
End:
|
|
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
|
|
vim: et tw=78 syn=sgml
|
|
|
|
vi: ts=1 sw=1
|
|
|
|
-->
|