Name
pdflib
Synopsis
pdflib provides support for creating PDF documents on the fly. See Chapter 10 for a detailed discussion of creating PDF documents.
To enable this extension, you must install pdflib, the JPEG library,
and the TIFF library and compile PHP with the
--with-pdflib[
=DIR
]
option. You will also need to specify directories for the zlib
library using
--with-zlib-dir[
=DIR
],
the JPEG library using
--with-jpeg-dir[
=DIR
],
the PNG library using
--with-png-dir[
=DIR
],
and the TIFF library using
--with-tiff-dir[
=DIR
].