From ccd17b2add046dfb10024fdb4eac293da3fa8675 Mon Sep 17 00:00:00 2001 From: Egon Schmid Date: Mon, 20 Dec 1999 11:40:19 +0000 Subject: [PATCH] Some cleanup and closed a para. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@17616 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/pdf.xml | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/functions/pdf.xml b/functions/pdf.xml index 39335f4a8f..850276d68d 100644 --- a/functions/pdf.xml +++ b/functions/pdf.xml @@ -7,9 +7,9 @@ You can use the PDF functions in PHP to create PDF files if you have the PDF library by Thomas Merz (available at - http://www.pdflib.com/pdflib/index.html; - you will also need the JPEG library - and the TIFF library to + &url.pdf;; + you will also need the JPEG library + and the TIFF library to compile this. These two libs also quite often make problems when configuring php. Follow the messages of configure to fix possible problems. If you use pdflib 2.01 check how the lib was installed. @@ -17,6 +17,8 @@ a lib with the name libpdf2.01.so which cannot be found when linking the test programm in configure. You will have to create a symbolic link from libpdf.so to libpdf2.01.so.). + + Please consult the excellent documentation for pdflib shipped with the source distribution of pdflib. It provides a very good overview of what pdflib capable of doing. @@ -26,15 +28,15 @@ or Postscript to efficiently use this module. All lengths and coordinates are measured in Postscript points. There are generally 72 PostScript points to an inch, but this - depends on the output resolution. - + depends on the output resolution. + There is another PHP module for pdf document creation based on - FastIO's. + FastIO's. ClibPDF. It has a slightly different API. Check the ClibPDF functions section for - details. - + details. + Currently all versions of pdflib are supported. It is recommended that you use the newest version since it has more @@ -42,10 +44,10 @@ version. Unfortunately, the changes of the pdflib API in 2.x compared to 0.6 have been so severe that even some PHP functions had to be altered. Here - is a list of changes: - - - + is a list of changes: + + + The Info structure does not exist anymore. Therefore the function pdf_get_info is obsolete and the functions @@ -2074,7 +2076,7 @@ sgml-always-quote-attributes:t sgml-indent-step:1 sgml-indent-data:t sgml-parent-document:nil -sgml-default-dtd-file:"../manual.ced" +sgml-default-dtd-file:"../../manual.ced" sgml-exposed-tags:nil sgml-local-catalogs:nil sgml-local-ecat-files:nil