mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-29 23:38:56 +00:00

Patch by Rainer Schaaf git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333102 c90b9560-bf6c-de11-be94-00142212c4b1
62 lines
1.8 KiB
XML
62 lines
1.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
|
|
<book xml:id="book.pdf" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<title>PDF</title>
|
|
|
|
<!-- {{{ preface -->
|
|
<preface xml:id="intro.pdf">
|
|
&reftitle.intro;
|
|
<para>
|
|
The PDF functions in PHP can create PDF files using the PDFlib
|
|
library from PDFlib GmbH (<link xlink:href="&url.pdf;">www.pdflib.com</link>).
|
|
A restricted version called PDFlib Lite 7 is available for free,
|
|
but it is no longer maintained since 2010.
|
|
PDFlib integration for PHP is still actively maintained by PDFlib GmbH.
|
|
It is mainly targeted at the commercial PDFlib versions, but can also
|
|
be used for the old PDFlib Lite.
|
|
</para>
|
|
<para>
|
|
If you want to use PDFlib we urge you start with the examples which are
|
|
included in all PDFlib packages, and refer to the extensive manuals in
|
|
PDF format which are also included. At a minimum you should take a look
|
|
at the hello.php sample to learn basic setup for PDFlib usage.
|
|
</para>
|
|
<note>
|
|
<para>
|
|
If you're interested in alternative free PDF generators that do not
|
|
utilize external PDF libraries, see <link linkend="faq.using.freepdf">
|
|
this related FAQ</link>.
|
|
</para>
|
|
</note>
|
|
</preface>
|
|
<!-- }}} -->
|
|
|
|
&reference.pdf.setup;
|
|
&reference.pdf.constants;
|
|
&reference.pdf.examples;
|
|
&reference.pdf.reference;
|
|
|
|
</book>
|
|
|
|
<!-- 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
|
|
indent-tabs-mode:nil
|
|
sgml-parent-document:nil
|
|
sgml-default-dtd-file:"~/.phpdoc/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
|
|
-->
|
|
|